org.nuiton.topiatest.deletetest
Class Telephone2Abstract

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.nuiton.topiatest.deletetest.Contact2Abstract
          extended by org.nuiton.topiatest.deletetest.Contact2Impl
              extended by org.nuiton.topiatest.deletetest.Telephone2Abstract
All Implemented Interfaces:
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
protected  String country
          Nom de l'attribut en BD : country
protected  String prefix
          Nom de l'attribut en BD : prefix
 
Fields inherited from class org.nuiton.topiatest.deletetest.Contact2Abstract
contactValue, party2, type
 
Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
 
Fields inherited from interface org.nuiton.topiatest.deletetest.Telephone2
PROPERTY_COUNTRY, PROPERTY_PREFIX
 
Fields inherited from interface org.nuiton.topiatest.deletetest.Contact2
PROPERTY_CONTACT_VALUE, PROPERTY_PARTY2, PROPERTY_TYPE
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
Telephone2Abstract()
           
 
Method Summary
 void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
           
 List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
           
 List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
           
 String getCountry()
           
 String getPrefix()
           
 void setCountry(String country)
           
 void setPrefix(String prefix)
           
 String toString()
           
 
Methods inherited from class org.nuiton.topiatest.deletetest.Contact2Abstract
addAllParty2, addParty2, clearParty2, getContactValue, getParty2, getParty2ByTopiaId, getType, isParty2Empty, removeParty2, setContactValue, setParty2, setType, sizeParty2
 
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, setTopiaVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nuiton.topiatest.deletetest.Contact2
addAllParty2, addParty2, clearParty2, getContactValue, getParty2, getParty2ByTopiaId, getType, isParty2Empty, removeParty2, setContactValue, setParty2, setType, sizeParty2
 
Methods 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 Detail

prefix

protected String prefix
Nom de l'attribut en BD : prefix


country

protected String country
Nom de l'attribut en BD : country

Constructor Detail

Telephone2Abstract

public Telephone2Abstract()
Method Detail

accept

public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
            throws org.nuiton.topia.TopiaException
Specified by:
accept in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
accept in class Contact2Abstract
Throws:
org.nuiton.topia.TopiaException

setPrefix

public void setPrefix(String prefix)
Specified by:
setPrefix in interface Telephone2

getPrefix

public String getPrefix()
Specified by:
getPrefix in interface Telephone2

setCountry

public void setCountry(String country)
Specified by:
setCountry in interface Telephone2

getCountry

public String getCountry()
Specified by:
getCountry in interface Telephone2

getAggregate

public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
                                                            throws org.nuiton.topia.TopiaException
Specified by:
getAggregate in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
getAggregate in class Contact2Abstract
Throws:
org.nuiton.topia.TopiaException

getComposite

public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
                                                            throws org.nuiton.topia.TopiaException
Specified by:
getComposite in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
getComposite in class Contact2Abstract
Throws:
org.nuiton.topia.TopiaException

toString

public String toString()
Overrides:
toString in class Contact2Abstract


Copyright © 2004-2011 CodeLutin. All Rights Reserved.