Package org.nuiton.topiatest.deletetest
Class Telephone2Abstract
java.lang.Object
org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topiatest.deletetest.Contact2Abstract
org.nuiton.topiatest.deletetest.Contact2Impl
org.nuiton.topiatest.deletetest.Telephone2Abstract
- All Implemented Interfaces:
java.io.Serializable,org.nuiton.topia.persistence.TopiaEntity,Contact2,Telephone2
- Direct Known Subclasses:
Telephone2Impl
public abstract class Telephone2Abstract extends Contact2Impl implements Telephone2
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcountryNom de l'attribut en BD : countryprotected java.lang.StringprefixNom de l'attribut en BD : prefixFields inherited from class org.nuiton.topiatest.deletetest.Contact2Abstract
contactValue, party2, 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.topiatest.deletetest.Telephone2
PROPERTY_COUNTRY, PROPERTY_PREFIX -
Constructor Summary
Constructors Constructor Description Telephone2Abstract() -
Method Summary
Modifier and Type Method Description voidaccept(org.nuiton.topia.persistence.EntityVisitor visitor)protected voidaccept0(org.nuiton.topia.persistence.EntityVisitor visitor)java.util.List<org.nuiton.topia.persistence.TopiaEntity>getAggregate()java.util.List<org.nuiton.topia.persistence.TopiaEntity>getComposite()java.lang.StringgetCountry()java.lang.StringgetPrefix()voidsetCountry(java.lang.String country)voidsetPrefix(java.lang.String prefix)java.lang.StringtoString()Methods inherited from class org.nuiton.topiatest.deletetest.Contact2Abstract
addAllParty2, addParty2, clearParty2, getContactValue, getParty2, getParty2ByTopiaId, getType, isParty2Empty, removeParty2, setContactValue, setParty2, setType, sizeParty2Methods 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.topiatest.deletetest.Contact2
addAllParty2, addParty2, clearParty2, getContactValue, getParty2, getParty2ByTopiaId, getType, isParty2Empty, removeParty2, setContactValue, setParty2, setType, sizeParty2Methods 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
-
Constructor Details
-
Telephone2Abstract
public Telephone2Abstract()
-
-
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- Overrides:
acceptin classContact2Abstract- Throws:
org.nuiton.topia.TopiaException
-
accept0
protected void accept0(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException- Overrides:
accept0in classContact2Abstract- Throws:
org.nuiton.topia.TopiaException
-
setPrefix
public void setPrefix(java.lang.String prefix)- Specified by:
setPrefixin interfaceTelephone2
-
getPrefix
public java.lang.String getPrefix()- Specified by:
getPrefixin interfaceTelephone2
-
setCountry
public void setCountry(java.lang.String country)- Specified by:
setCountryin interfaceTelephone2
-
getCountry
public java.lang.String getCountry()- Specified by:
getCountryin interfaceTelephone2
-
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 classContact2Abstract- 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 classContact2Abstract- Throws:
org.nuiton.topia.TopiaException
-
toString
public java.lang.String toString()- Overrides:
toStringin classContact2Abstract
-