|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Party2
| Field Summary | |
|---|---|
static String |
PROPERTY_CONTACTS
|
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Method Summary | |
|---|---|
void |
addAllContacts(Collection<Contact2> contacts)
addAllContacts : |
void |
addContacts(Contact2 contacts)
addContacts : |
void |
clearContacts()
clearContacts : |
Collection<Contact2> |
getContacts()
getContacts : Retourne la collection. |
Contact2 |
getContactsByTopiaId(String topiaId)
getContactsByTopiaId : Recupère l'attribut contacts à partir de son topiaId |
boolean |
isContactsEmpty()
isContactsEmpty : Retourne true si la collection contacts est vide. |
void |
removeContacts(Contact2 contacts)
removeContacts : |
void |
setContacts(Collection<Contact2> contacts)
setContacts : |
int |
sizeContacts()
sizeContacts : Retourne le nombre d'éléments de la collection contacts |
| 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_CONTACTS
| Method Detail |
|---|
void addContacts(Contact2 contacts)
contacts - L'instance de org.nuiton.topiatest.deletetest.Contact2 à ajoutervoid addAllContacts(Collection<Contact2> contacts)
contacts - Les instances de org.nuiton.topiatest.deletetest.Contact2 à ajoutervoid setContacts(Collection<Contact2> contacts)
contacts - La valeur de l'attribut à positionner.void removeContacts(Contact2 contacts)
contacts - L'instance de org.nuiton.topiatest.deletetest.Contact2 à retirervoid clearContacts()
Collection<Contact2> getContacts()
Contact2 getContactsByTopiaId(String topiaId)
topiaId - le topia id de l'entité recherchée
int sizeContacts()
boolean isContactsEmpty()
true si la collection contacts est vide.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||