Class Telephone2Abstract
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.legacy.AbstractTopiaItLegacyEntity
org.nuiton.topia.it.legacy.topiatest.deletetest.Contact2Abstract
org.nuiton.topia.it.legacy.topiatest.deletetest.Contact2Impl
org.nuiton.topia.it.legacy.topiatest.deletetest.Telephone2Abstract
- All Implemented Interfaces:
Serializable,Contact2,Telephone2,ListenableBean,ListenableTopiaEntity,TopiaEntity
- Direct Known Subclasses:
Telephone2Impl
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringNom de l'attribut en BD : countryprotected StringNom de l'attribut en BD : prefixFields inherited from class org.nuiton.topia.it.legacy.topiatest.deletetest.Contact2Abstract
contactValue, party2, 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.it.legacy.topiatest.deletetest.Telephone2
PROPERTY_COUNTRY, PROPERTY_PREFIXFields 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) voidsetCountry(String country) voidMethods inherited from class org.nuiton.topia.it.legacy.topiatest.deletetest.Contact2Abstract
addAllParty2, addParty2, clearParty2, containsParty2, getContactValue, getParty2, getParty2ByTopiaId, getParty2TopiaIds, getType, isParty2Empty, isParty2NotEmpty, removeParty2, setContactValue, setParty2, setType, sizeParty2Methods 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.it.legacy.topiatest.deletetest.Contact2
addAllParty2, addParty2, clearParty2, containsParty2, getContactValue, getParty2, getParty2ByTopiaId, getParty2TopiaIds, getType, isParty2Empty, isParty2NotEmpty, removeParty2, setContactValue, setParty2, setType, sizeParty2Methods 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
-
prefix
Nom de l'attribut en BD : prefix -
country
Nom de l'attribut en BD : country
-
-
Constructor Details
-
Telephone2Abstract
public Telephone2Abstract()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceTopiaEntity- Overrides:
acceptin classContact2Abstract- Throws:
TopiaException
-
accept0
- Overrides:
accept0in classContact2Abstract- Throws:
TopiaException
-
setPrefix
- Specified by:
setPrefixin interfaceTelephone2
-
getPrefix
- Specified by:
getPrefixin interfaceTelephone2
-
setCountry
- Specified by:
setCountryin interfaceTelephone2
-
getCountry
- Specified by:
getCountryin interfaceTelephone2
-