|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Personne
| Field Summary | |
|---|---|
static String |
ADDRESS
|
static String |
NAME
|
static String |
OTHER_NAMES
|
| Fields inherited from interface org.nuiton.topiatest.deletetest.Party2 |
|---|
CONTACTS |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Method Summary | |
|---|---|
void |
addAllOtherNames(Collection<String> otherNames)
addAllOtherNames : |
void |
addOtherNames(String otherNames)
addOtherNames : |
void |
clearOtherNames()
clearOtherNames : |
Address |
getAddress()
getAddress : |
String |
getName()
getName : |
Collection<String> |
getOtherNames()
getOtherNames : |
boolean |
isOtherNamesEmpty()
isOtherNamesEmpty : Retourne true si la collection otherNames est vide. |
void |
removeOtherNames(String otherNames)
removeOtherNames : |
void |
setAddress(Address address)
setAddress : |
void |
setName(String name)
setName : |
void |
setOtherNames(Collection<String> otherNames)
setOtherNames : |
int |
sizeOtherNames()
sizeOtherNames : Retourne le nombre d'éléments de la collection otherNames |
| 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, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update |
| Field Detail |
|---|
static final String NAME
static final String OTHER_NAMES
static final String ADDRESS
| Method Detail |
|---|
void setName(String name)
name - La valeur de l'attribut name à positionner.String getName()
void addOtherNames(String otherNames)
otherNames - L'instance de otherNames à ajoutervoid addAllOtherNames(Collection<String> otherNames)
otherNames - Les instances de otherNames à ajoutervoid setOtherNames(Collection<String> otherNames)
otherNames - La Collection de otherNames à ajoutervoid removeOtherNames(String otherNames)
otherNames - Vide la Collection de otherNamesvoid clearOtherNames()
Collection<String> getOtherNames()
int sizeOtherNames()
boolean isOtherNamesEmpty()
true si la collection otherNames est vide.
void setAddress(Address address)
address - La valeur de l'attribut address à positionner.Address getAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||