|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Personne
| Field Summary | |
|---|---|
static String |
PROPERTY_ADDRESS
|
static String |
PROPERTY_GENDER
|
static String |
PROPERTY_NAME
|
static String |
PROPERTY_OTHER_GENDER
|
static String |
PROPERTY_OTHER_NAMES
|
static String |
PROPERTY_TITLE
|
| Fields inherited from interface org.nuiton.topiatest.deletetest.Party2 |
|---|
PROPERTY_CONTACTS |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Method Summary | |
|---|---|
void |
addAllOtherNames(Collection<String> otherNames)
addAllOtherNames : |
void |
addAllTitle(Collection<Title> title)
addAllTitle : |
void |
addOtherNames(String otherNames)
addOtherNames : |
void |
addTitle(Title title)
addTitle : |
void |
clearOtherNames()
clearOtherNames : |
void |
clearTitle()
clearTitle : |
Address |
getAddress()
getAddress : |
Gender |
getGender()
getGender : |
String |
getName()
getName : |
Gender |
getOtherGender()
getOtherGender : |
Collection<String> |
getOtherNames()
getOtherNames : Retourne la collection. |
Collection<Title> |
getTitle()
getTitle : Retourne la collection. |
boolean |
isOtherNamesEmpty()
isOtherNamesEmpty : Retourne true si la collection otherNames est vide. |
boolean |
isTitleEmpty()
isTitleEmpty : Retourne true si la collection title est vide. |
void |
removeOtherNames(String otherNames)
removeOtherNames : |
void |
removeTitle(Title title)
removeTitle : |
void |
setAddress(Address address)
setAddress : |
void |
setGender(Gender gender)
setGender : |
void |
setName(String name)
setName : |
void |
setOtherGender(Gender otherGender)
setOtherGender : |
void |
setOtherNames(Collection<String> otherNames)
setOtherNames : |
void |
setTitle(Collection<Title> title)
setTitle : |
int |
sizeOtherNames()
sizeOtherNames : Retourne le nombre d'éléments de la collection otherNames |
int |
sizeTitle()
sizeTitle : Retourne le nombre d'éléments de la collection title |
| Methods inherited from interface org.nuiton.topiatest.deletetest.Party2 |
|---|
addAllContacts, addContacts, clearContacts, getContacts, getContactsByTopiaId, isContactsEmpty, removeContacts, setContacts, sizeContacts |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
static final String PROPERTY_NAME
static final String PROPERTY_OTHER_NAMES
static final String PROPERTY_GENDER
static final String PROPERTY_OTHER_GENDER
static final String PROPERTY_ADDRESS
static final String PROPERTY_TITLE
| Method Detail |
|---|
void setName(String name)
name - La valeur de l'attribut à positionner.String getName()
void addOtherNames(String otherNames)
otherNames - L'instance de java.lang.String à ajoutervoid addAllOtherNames(Collection<String> otherNames)
otherNames - Les instances de java.lang.String à ajoutervoid setOtherNames(Collection<String> otherNames)
otherNames - La valeur de l'attribut à positionner.void removeOtherNames(String otherNames)
otherNames - L'instance de java.lang.String à retirervoid clearOtherNames()
Collection<String> getOtherNames()
int sizeOtherNames()
boolean isOtherNamesEmpty()
true si la collection otherNames est vide.
void setGender(Gender gender)
gender - La valeur de l'attribut à positionner.Gender getGender()
void setOtherGender(Gender otherGender)
otherGender - La valeur de l'attribut à positionner.Gender getOtherGender()
void setAddress(Address address)
address - La valeur de l'attribut à positionner.Address getAddress()
void addTitle(Title title)
title - L'instance de org.nuiton.topiatest.Title à ajoutervoid addAllTitle(Collection<Title> title)
title - Les instances de org.nuiton.topiatest.Title à ajoutervoid setTitle(Collection<Title> title)
title - La valeur de l'attribut à positionner.void removeTitle(Title title)
title - L'instance de org.nuiton.topiatest.Title à retirervoid clearTitle()
Collection<Title> getTitle()
int sizeTitle()
boolean isTitleEmpty()
true si la collection title est vide.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||