@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Tue Apr 22 12:42:13 CEST 2014") public interface Party2 extends TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CONTACTS |
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION| Modifier and Type | Method and Description |
|---|---|
void |
addAllContacts(Collection<Contact2> contacts) |
void |
addContacts(Contact2 contacts) |
void |
clearContacts() |
Collection<Contact2> |
getContacts() |
Contact2 |
getContactsByTopiaId(String topiaId) |
Collection<String> |
getContactsTopiaIds() |
boolean |
isContactsEmpty() |
boolean |
isContactsNotEmpty() |
void |
removeContacts(Contact2 contacts) |
void |
setContacts(Collection<Contact2> contacts) |
int |
sizeContacts() |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic final String PROPERTY_CONTACTS
void addContacts(Contact2 contacts)
void addAllContacts(Collection<Contact2> contacts)
void setContacts(Collection<Contact2> contacts)
void removeContacts(Contact2 contacts)
void clearContacts()
Collection<Contact2> getContacts()
Collection<String> getContactsTopiaIds()
int sizeContacts()
boolean isContactsEmpty()
boolean isContactsNotEmpty()
Copyright © 2004–2014 CodeLutin. All rights reserved.