|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eucalyptus.analysesi.model.Attribute
public class Attribute
Cette classe représente un attribut a associer à une Entity
.
Constructor Summary | |
---|---|
Attribute()
Le constructeur par défaut de la classe Attribute . |
|
Attribute(java.lang.String name)
Construit un attribut avec un nom. |
|
Attribute(java.lang.String name,
TypeAttribute type)
Construit un attribut avec un nom et un type. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getDescription()
Retourne la description de l'attribut. |
java.lang.String |
getName()
Retourne le nom de l'attribut. |
TypeAttribute |
getType()
Retourne le type de l'attribut. |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
Retourne la nouvelle description de l'attribut. |
void |
setName(java.lang.String name)
Modifie le nom de l'attribut. |
void |
setType(TypeAttribute type)
Modifie le type de l'attribut. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Attribute()
Attribute
.
Construit un attribut avec pour nom une chaine de caractéres vide.
public Attribute(java.lang.String name)
name
- Le nom de la attributpublic Attribute(java.lang.String name, TypeAttribute type)
name
- Le nom de l'attributtype
- Le type de l'attributMethod Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- le nouveau nom de l'attributpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- la nouvelle description de l'attributpublic TypeAttribute getType()
public void setType(TypeAttribute type)
type
- le nouveau type de l'attributpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |