Package org.nuiton.topiatest.deletetest
Class Contact2Abstract
java.lang.Object
org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topiatest.deletetest.Contact2Abstract
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcontactValueNom de l'attribut en BD : contactValueprotected java.util.Collection<Party2>party2Nom de l'attribut en BD : party2protected java.lang.StringtypeNom 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_TYPE -
Constructor Summary
Constructors Constructor Description Contact2Abstract() -
Method Summary
Modifier and Type Method Description voidaccept(org.nuiton.topia.persistence.EntityVisitor visitor)protected voidaccept0(org.nuiton.topia.persistence.EntityVisitor visitor)voidaddAllParty2(java.util.Collection<Party2> party2)voidaddParty2(Party2 party2)voidclearParty2()java.util.List<org.nuiton.topia.persistence.TopiaEntity>getAggregate()java.util.List<org.nuiton.topia.persistence.TopiaEntity>getComposite()java.lang.StringgetContactValue()java.util.Collection<Party2>getParty2()Party2getParty2ByTopiaId(java.lang.String topiaId)java.lang.StringgetType()booleanisParty2Empty()voidremoveParty2(Party2 party2)voidsetContactValue(java.lang.String contactValue)voidsetParty2(java.util.Collection<Party2> party2)voidsetType(java.lang.String type)intsizeParty2()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
-
contactValue
protected java.lang.String contactValueNom de l'attribut en BD : contactValue -
type
protected java.lang.String typeNom 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
public void setContactValue(java.lang.String contactValue)- Specified by:
setContactValuein interfaceContact2
-
getContactValue
public java.lang.String getContactValue()- Specified by:
getContactValuein interfaceContact2
-
setType
public void setType(java.lang.String type) -
getType
public java.lang.String 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 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
-