Package org.nuiton.topiatest.deletetest
Class Party2Abstract
java.lang.Object
org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topiatest.deletetest.Party2Abstract
- All Implemented Interfaces:
java.io.Serializable,org.nuiton.topia.persistence.TopiaEntity,Party2
- Direct Known Subclasses:
Party2Impl
public abstract class Party2Abstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Party2
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Collection<Contact2>contactsNom de l'attribut en BD : contacts -
Constructor Summary
Constructors Constructor Description Party2Abstract() -
Method Summary
Modifier and Type Method Description voidaccept(org.nuiton.topia.persistence.EntityVisitor visitor)protected voidaccept0(org.nuiton.topia.persistence.EntityVisitor visitor)voidaddAllContacts(java.util.Collection<Contact2> contacts)voidaddContacts(Contact2 contacts)voidclearContacts()java.util.List<org.nuiton.topia.persistence.TopiaEntity>getAggregate()java.util.List<org.nuiton.topia.persistence.TopiaEntity>getComposite()java.util.Collection<Contact2>getContacts()Contact2getContactsByTopiaId(java.lang.String topiaId)booleanisContactsEmpty()voidremoveContacts(Contact2 contacts)voidsetContacts(java.util.Collection<Contact2> contacts)intsizeContacts()java.lang.StringtoString()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, setTopiaVersionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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 Details
-
contacts
Nom de l'attribut en BD : contacts
-
-
Constructor Details
-
Party2Abstract
public Party2Abstract()
-
-
Method Details
-
accept
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException- Specified by:
acceptin interfaceorg.nuiton.topia.persistence.TopiaEntity- Throws:
org.nuiton.topia.TopiaException
-
accept0
protected void accept0(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException- Throws:
org.nuiton.topia.TopiaException
-
addContacts
- Specified by:
addContactsin interfaceParty2
-
addAllContacts
- Specified by:
addAllContactsin interfaceParty2
-
setContacts
- Specified by:
setContactsin interfaceParty2
-
removeContacts
- Specified by:
removeContactsin interfaceParty2
-
clearContacts
public void clearContacts()- Specified by:
clearContactsin interfaceParty2
-
getContacts
- Specified by:
getContactsin interfaceParty2
-
getContactsByTopiaId
- Specified by:
getContactsByTopiaIdin interfaceParty2
-
sizeContacts
public int sizeContacts()- Specified by:
sizeContactsin interfaceParty2
-
isContactsEmpty
public boolean isContactsEmpty()- Specified by:
isContactsEmptyin interfaceParty2
-
getAggregate
public java.util.List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException- Specified by:
getAggregatein interfaceorg.nuiton.topia.persistence.TopiaEntity- Overrides:
getAggregatein classorg.nuiton.topia.persistence.TopiaEntityAbstract- Throws:
org.nuiton.topia.TopiaException
-
getComposite
public java.util.List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException- Specified by:
getCompositein interfaceorg.nuiton.topia.persistence.TopiaEntity- Overrides:
getCompositein classorg.nuiton.topia.persistence.TopiaEntityAbstract- Throws:
org.nuiton.topia.TopiaException
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-