|
||||||||||
| 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
|
protected 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 |
|---|
protected String prefix
protected String country
| Constructor Detail |
|---|
public Telephone2Abstract()
| Method Detail |
|---|
public void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityupdate in class Contact2Abstractorg.nuiton.topia.TopiaException
public void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntitydelete in class Contact2Abstractorg.nuiton.topia.TopiaException
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.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> accept()
throws org.nuiton.topia.TopiaException
accept 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 void setPrefix(String value)
setPrefix in interface Telephone2value - public String getPrefix()
getPrefix in interface Telephone2public void setCountry(String value)
setCountry in interface Telephone2value - public String getCountry()
getCountry in interface Telephone2public String toString()
toString in class Contact2Abstract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||