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
 String country
           
 String 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
COUNTRY, PREFIX
 
Fields inherited from interface org.nuiton.topiatest.deletetest.Contact2
CONTACT_VALUE, PARTY2, TYPE
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
Telephone2Abstract()
           
 
Method Summary
 List<org.nuiton.topia.persistence.TopiaEntity> accept()
          accept :
 void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
          accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur.
 void delete()
          delete :
 List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
          getComposite :
 String getCountry()
          getCountry :
 String getPrefix()
          getPrefix :
 void setCountry(String value)
          setCountry :
 void setPrefix(String value)
          setPrefix :
 String toString()
          toString :
 void update()
          update :
 
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, getAggregate, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, postCreate, 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, getAggregate, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

prefix

public String prefix

country

public String country
Constructor Detail

Telephone2Abstract

public Telephone2Abstract()
Method Detail

update

public void update()
            throws org.nuiton.topia.TopiaException
update :

Specified by:
update in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
update in class Contact2Abstract
Throws:
org.nuiton.topia.TopiaException

delete

public void delete()
            throws org.nuiton.topia.TopiaException
delete :

Specified by:
delete in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
delete in class Contact2Abstract
Throws:
org.nuiton.topia.TopiaException

accept

public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
            throws org.nuiton.topia.TopiaException
accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur.

Specified by:
accept in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
accept in class Contact2Abstract
Parameters:
visitor - le visiteur de l'entite.
Throws:
org.nuiton.topia.TopiaException

accept

public List<org.nuiton.topia.persistence.TopiaEntity> accept()
                                                      throws org.nuiton.topia.TopiaException
accept :

Overrides:
accept in class Contact2Abstract
Returns:
List
Throws:
org.nuiton.topia.TopiaException

getComposite

public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
                                                            throws org.nuiton.topia.TopiaException
getComposite :

Specified by:
getComposite in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
getComposite in class Contact2Abstract
Returns:
List
Throws:
org.nuiton.topia.TopiaException

setPrefix

public void setPrefix(String value)
setPrefix :

Specified by:
setPrefix in interface Telephone2
Parameters:
value -

getPrefix

public String getPrefix()
getPrefix :

Specified by:
getPrefix in interface Telephone2
Returns:
String

setCountry

public void setCountry(String value)
setCountry :

Specified by:
setCountry in interface Telephone2
Parameters:
value -

getCountry

public String getCountry()
getCountry :

Specified by:
getCountry in interface Telephone2
Returns:
String

toString

public String toString()
toString :

Overrides:
toString in class Contact2Abstract
Returns:
String


Copyright © 2004-2010 CodeLutin. All Rights Reserved.