Class Contact2Abstract
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.legacy.AbstractTopiaItLegacyEntity
org.nuiton.topia.it.legacy.topiatest.deletetest.Contact2Abstract
- All Implemented Interfaces:
Serializable,Contact2,ListenableBean,ListenableTopiaEntity,TopiaEntity
- Direct Known Subclasses:
Contact2Impl
- 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.internal.AbstractTopiaEntity
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionFields inherited from interface org.nuiton.topia.it.legacy.topiatest.deletetest.Contact2
PROPERTY_CONTACT_VALUE, PROPERTY_PARTY2, PROPERTY_TYPEFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TopiaEntityVisitor visitor) protected voidaccept0(TopiaEntityVisitor visitor) voidaddAllParty2(Iterable<Party2> party2) voidvoidbooleancontainsParty2(Party2 party2) getParty2ByTopiaId(String topiaId) getType()booleanbooleanvoidremoveParty2(Party2 party2) voidsetContactValue(String contactValue) voidsetParty2(Collection<Party2> party2) voidintMethods inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuiton.topia.persistence.event.ListenableBean
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerMethods inherited from interface org.nuiton.topia.persistence.event.ListenableTopiaEntity
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListenerMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, 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
- Specified by:
acceptin interfaceTopiaEntity- Throws:
TopiaException
-
accept0
- Throws:
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
-
getParty2TopiaIds
- Specified by:
getParty2TopiaIdsin interfaceContact2
-
sizeParty2
public int sizeParty2()- Specified by:
sizeParty2in interfaceContact2
-
isParty2Empty
public boolean isParty2Empty()- Specified by:
isParty2Emptyin interfaceContact2
-
isParty2NotEmpty
public boolean isParty2NotEmpty()- Specified by:
isParty2NotEmptyin interfaceContact2
-
containsParty2
- Specified by:
containsParty2in interfaceContact2
-