|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topiatest.deletetest.Contact2Abstract
org.nuiton.topiatest.deletetest.Contact2Impl
org.nuiton.topiatest.deletetest.Telephone2Abstract
public abstract class Telephone2Abstract
| 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)
accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur. |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate()
getAggregate : |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
getComposite : |
String |
getCountry()
getCountry : |
String |
getPrefix()
getPrefix : |
void |
setCountry(String country)
setCountry : |
void |
setPrefix(String prefix)
setPrefix : |
String |
toString()
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 |
|---|
protected String prefix
protected String country
| Constructor Detail |
|---|
public Telephone2Abstract()
| Method Detail |
|---|
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityaccept in class Contact2Abstractvisitor - le visiteur de l'entite.
org.nuiton.topia.TopiaExceptionpublic void setPrefix(String prefix)
setPrefix in interface Telephone2prefix - public String getPrefix()
getPrefix in interface Telephone2public void setCountry(String country)
setCountry in interface Telephone2country - public String getCountry()
getCountry in interface Telephone2
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class Contact2Abstractorg.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class Contact2Abstractorg.nuiton.topia.TopiaExceptionpublic String toString()
toString in class Contact2Abstract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||