@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Tue Dec 03 19:40:57 CET 2013") public abstract class Party2Abstract extends TopiaEntityAbstract implements Party2
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Contact2> |
contacts
Nom de l'attribut en BD : contacts
|
deleted, fireSupport, readListeners, readVetoables, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_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(EntityVisitor visitor) |
void |
addAllContacts(Collection<Contact2> contacts) |
void |
addContacts(Contact2 contacts) |
void |
clearContacts() |
List<TopiaEntity> |
getAggregate() |
List<TopiaEntity> |
getComposite() |
Collection<Contact2> |
getContacts() |
Contact2 |
getContactsByTopiaId(String topiaId) |
boolean |
isContactsEmpty() |
void |
removeContacts(Contact2 contacts) |
void |
setContacts(Collection<Contact2> contacts) |
int |
sizeContacts() |
String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFireSupportOrNull, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected Collection<Contact2> contacts
public void accept(EntityVisitor visitor) throws TopiaException
accept in interface TopiaEntityTopiaExceptionpublic void addContacts(Contact2 contacts)
addContacts in interface Party2public void addAllContacts(Collection<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 int sizeContacts()
sizeContacts in interface Party2public boolean isContactsEmpty()
isContactsEmpty in interface Party2public List<TopiaEntity> getAggregate() throws TopiaException
getAggregate in interface TopiaEntitygetAggregate in class TopiaEntityAbstractTopiaExceptionpublic List<TopiaEntity> getComposite() throws TopiaException
getComposite in interface TopiaEntitygetComposite in class TopiaEntityAbstractTopiaExceptionCopyright © 2004–2013 CodeLutin. All rights reserved.