@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Fri Jan 23 15:51:34 UTC 2015") public abstract class Party2Abstract extends AbstractTopiaItLegacyEntity implements Party2
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Contact2> |
contacts
Nom de l'attribut en BD : contacts
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_CONTACTSAGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION| Constructor and Description |
|---|
Party2Abstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TopiaEntityVisitor visitor) |
protected void |
accept0(TopiaEntityVisitor visitor) |
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() |
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetTopiaCreateDate, 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, removePropertyChangeListenerprotected Collection<Contact2> contacts
public void accept(TopiaEntityVisitor visitor) throws TopiaException
accept in interface TopiaEntityTopiaExceptionprotected void accept0(TopiaEntityVisitor visitor) throws TopiaException
TopiaExceptionpublic void addContacts(Contact2 contacts)
addContacts in interface Party2public void addAllContacts(Iterable<Contact2> contacts)
addAllContacts in interface Party2public void setContacts(Collection<Contact2> contacts)
setContacts in interface Party2public void removeContacts(Contact2 contacts)
removeContacts in interface Party2public void clearContacts()
clearContacts in interface Party2public Collection<Contact2> getContacts()
getContacts in interface Party2public Contact2 getContactsByTopiaId(String topiaId)
getContactsByTopiaId in interface Party2public Collection<String> getContactsTopiaIds()
getContactsTopiaIds in interface Party2public int sizeContacts()
sizeContacts in interface Party2public boolean isContactsEmpty()
isContactsEmpty in interface Party2public boolean isContactsNotEmpty()
isContactsNotEmpty in interface Party2public boolean containsContacts(Contact2 contacts)
containsContacts in interface Party2Copyright © 2004–2015 CodeLutin. All rights reserved.