|
||||||||||
| 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.Party2Abstract
org.nuiton.topiatest.deletetest.Party2Impl
org.nuiton.topiatest.PersonneAbstract
public abstract class PersonneAbstract
| Field Summary | |
|---|---|
Address |
address
|
String |
name
|
Collection<String> |
otherNames
|
| Fields inherited from class org.nuiton.topiatest.deletetest.Party2Abstract |
|---|
contacts |
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface org.nuiton.topiatest.Personne |
|---|
ADDRESS, NAME, OTHER_NAMES |
| Fields inherited from interface org.nuiton.topiatest.deletetest.Party2 |
|---|
CONTACTS |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
PersonneAbstract()
|
|
| 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 |
addAllOtherNames(Collection<String> values)
addAllOtherNames : |
void |
addOtherNames(String otherNames)
addOtherNames : |
void |
clearOtherNames()
clearOtherNames : |
void |
delete()
delete : |
Address |
getAddress()
getAddress : |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
getComposite : |
String |
getName()
getName : |
Collection<String> |
getOtherNames()
getOtherNames : |
boolean |
isOtherNamesEmpty()
isOtherNamesEmpty : |
void |
removeOtherNames(String value)
removeOtherNames : |
void |
setAddress(Address value)
setAddress : |
void |
setName(String value)
setName : |
void |
setOtherNames(Collection<String> values)
setOtherNames : |
int |
sizeOtherNames()
sizeOtherNames : |
String |
toString()
toString : |
void |
update()
update : |
| Methods inherited from class org.nuiton.topiatest.deletetest.Party2Abstract |
|---|
addAllContacts, addContacts, clearContacts, getContacts, getContactsByTopiaId, isContactsEmpty, removeContacts, setContacts, sizeContacts |
| 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.Party2 |
|---|
addAllContacts, addContacts, clearContacts, getContacts, getContactsByTopiaId, isContactsEmpty, removeContacts, setContacts, sizeContacts |
| 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 |
|---|
public String name
public Collection<String> otherNames
public Address address
| Constructor Detail |
|---|
public PersonneAbstract()
| Method Detail |
|---|
public void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityupdate in class Party2Abstractorg.nuiton.topia.TopiaException
public void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntitydelete in class Party2Abstractorg.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 Party2Abstractvisitor - 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 Party2Abstractorg.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 Party2Abstractorg.nuiton.topia.TopiaExceptionpublic void setName(String value)
setName in interface Personnevalue - public String getName()
getName in interface Personnepublic void addOtherNames(String otherNames)
addOtherNames in interface PersonneotherNames - public void addAllOtherNames(Collection<String> values)
addAllOtherNames in interface Personnevalues - public void setOtherNames(Collection<String> values)
setOtherNames in interface Personnevalues - public void removeOtherNames(String value)
removeOtherNames in interface Personnevalue - public void clearOtherNames()
clearOtherNames in interface Personnepublic Collection<String> getOtherNames()
getOtherNames in interface Personnepublic int sizeOtherNames()
sizeOtherNames in interface Personnepublic boolean isOtherNamesEmpty()
isOtherNamesEmpty in interface Personnepublic void setAddress(Address value)
setAddress in interface Personnevalue - public Address getAddress()
getAddress in interface Personnepublic String toString()
toString in class Party2Abstract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||