@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Fri Apr 14 11:52:52 CEST 2017") public interface Party2 extends TopiaEntity, ListenableTopiaEntity
| 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(Iterable<Contact2> contacts) |
void |
addContacts(Contact2 contacts) |
void |
clearContacts() |
boolean |
containsContacts(Contact2 contacts) |
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, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersionaddPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListeneraddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerstatic final String PROPERTY_CONTACTS
void addContacts(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()
boolean containsContacts(Contact2 contacts)
Copyright © 2004–2017 CodeLutin. All rights reserved.