Package org.nuiton.topiatest.deletetest
Class Contact2Abstract
java.lang.Object
org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topiatest.deletetest.Contact2Abstract
- All Implemented Interfaces:
Serializable,org.nuiton.topia.persistence.TopiaEntity,Contact2
- Direct Known Subclasses:
Contact2Impl
public abstract class Contact2Abstract
extends org.nuiton.topia.persistence.TopiaEntityAbstract
implements Contact2
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringNom de l'attribut en BD : contactValueprotected Collection<Party2>Nom de l'attribut en BD : party2protected StringNom de l'attribut en BD : typeFields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesFields inherited from interface org.nuiton.topiatest.deletetest.Contact2
PROPERTY_CONTACT_VALUE, PROPERTY_PARTY2, PROPERTY_TYPEFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(org.nuiton.topia.persistence.EntityVisitor visitor) protected voidaccept0(org.nuiton.topia.persistence.EntityVisitor visitor) voidaddAllParty2(Collection<Party2> party2) voidvoidList<org.nuiton.topia.persistence.TopiaEntity>List<org.nuiton.topia.persistence.TopiaEntity>getParty2ByTopiaId(String topiaId) getType()booleanvoidremoveParty2(Party2 party2) voidsetContactValue(String contactValue) voidsetParty2(Collection<Party2> party2) voidinttoString()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
-
contactValue
Nom de l'attribut en BD : contactValue -
type
Nom de l'attribut en BD : type -
party2
Nom de l'attribut en BD : party2
-
-
Constructor Details
-
Contact2Abstract
public Contact2Abstract()
-
-
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
-
setContactValue
- Specified by:
setContactValuein interfaceContact2
-
getContactValue
- Specified by:
getContactValuein interfaceContact2
-
setType
-
getType
-
addParty2
-
addAllParty2
- Specified by:
addAllParty2in interfaceContact2
-
setParty2
-
removeParty2
- Specified by:
removeParty2in interfaceContact2
-
clearParty2
public void clearParty2()- Specified by:
clearParty2in interfaceContact2
-
getParty2
-
getParty2ByTopiaId
- Specified by:
getParty2ByTopiaIdin interfaceContact2
-
sizeParty2
public int sizeParty2()- Specified by:
sizeParty2in interfaceContact2
-
isParty2Empty
public boolean isParty2Empty()- Specified by:
isParty2Emptyin interfaceContact2
-
getAggregate
public 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 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
-