|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topiatest.deletetest.Party2Abstract
public abstract class Party2Abstract
| Field Summary | |
|---|---|
protected Collection<Contact2> |
contacts
|
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface org.nuiton.topiatest.deletetest.Party2 |
|---|
PROPERTY_CONTACTS |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
Party2Abstract()
|
|
| Method Summary | |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor)
accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur. |
void |
addAllContacts(Collection<Contact2> contacts)
addAllContacts : |
void |
addContacts(Contact2 contacts)
addContacts : |
void |
clearContacts()
clearContacts : |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate()
getAggregate : |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
getComposite : |
Collection<Contact2> |
getContacts()
getContacts : |
Contact2 |
getContactsByTopiaId(String topiaId)
getContactsByTopiaId : |
boolean |
isContactsEmpty()
isContactsEmpty : |
void |
removeContacts(Contact2 contacts)
removeContacts : |
void |
setContacts(Collection<Contact2> contacts)
setContacts : |
int |
sizeContacts()
sizeContacts : |
String |
toString()
toString : |
| Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
protected Collection<Contact2> contacts
| Constructor Detail |
|---|
public Party2Abstract()
| Method Detail |
|---|
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityvisitor - le visiteur de l'entite.
org.nuiton.topia.TopiaExceptionpublic void addContacts(Contact2 contacts)
addContacts in interface Party2contacts - public void addAllContacts(Collection<Contact2> contacts)
addAllContacts in interface Party2contacts - public void setContacts(Collection<Contact2> contacts)
setContacts in interface Party2contacts - public void removeContacts(Contact2 contacts)
removeContacts in interface Party2contacts - public void clearContacts()
clearContacts in interface Party2public Collection<Contact2> getContacts()
getContacts in interface Party2public Contact2 getContactsByTopiaId(String topiaId)
getContactsByTopiaId in interface Party2topiaId -
public int sizeContacts()
sizeContacts in interface Party2public boolean isContactsEmpty()
isContactsEmpty in interface Party2
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||