CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

acube.projet.vo
Classe AttributVO
java.lang.Object
  acube.projet.vo.AttributVO
Interfaces à implémenter:
Serializable

public class AttributVO
hérite de Object
implémente Serializable
Cette classe est un VO permettant de stocker des couples ID / Valeurs

Sommaire des Attributs
private int
id
id : Identifiant
private String
libelle
libelle : Valeur
private static final long
Sommaire des Constructeurs
AttributVO(int newId, String newLibelle)
Constructeur du VO
Sommaire des Méthodes
int
String
void
setId(int newId)
void
setLibelle(String newLibelle)
Méthodes héritées de la classe java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Détail des Attributs
serialVersionUID
private static final long serialVersionUID

id
private int id
id : Identifiant

libelle
private String libelle
libelle : Valeur
Détail des Constructeurs
AttributVO
public AttributVO(int newId,
                  String newLibelle)
Constructeur du VO
Détail des méthodes
getId
public int getId()
Retours:
l'identifiant

setId
public void setId(int newId)
Paramètres:
newId - : nouvel ID

getLibelle
public String getLibelle()
Retours:
le libelle

setLibelle
public void setLibelle(String newLibelle)

CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

Java API documentation generated with DocFlex/Doclet v1.4.10a
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc. If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com