|
||||||||||
| 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
public abstract class Contact2Abstract
| Field Summary | |
|---|---|
String |
contactValue
|
Collection<Party2> |
party2
|
String |
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.Contact2 |
|---|
CONTACT_VALUE, PARTY2, TYPE |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
Contact2Abstract()
|
|
| 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 |
addAllParty2(Collection<Party2> values)
addAllParty2 : |
void |
addParty2(Party2 party2)
addParty2 : |
void |
clearParty2()
clearParty2 : |
void |
delete()
delete : |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
getComposite : |
String |
getContactValue()
getContactValue : |
Collection<Party2> |
getParty2()
getParty2 : |
Party2 |
getParty2ByTopiaId(String topiaId)
getParty2ByTopiaId : |
String |
getType()
getType : |
boolean |
isParty2Empty()
isParty2Empty : |
void |
removeParty2(Party2 value)
removeParty2 : |
void |
setContactValue(String value)
setContactValue : |
void |
setParty2(Collection<Party2> values)
setParty2 : |
void |
setType(String value)
setType : |
int |
sizeParty2()
sizeParty2 : |
String |
toString()
toString : |
void |
update()
update : |
| 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.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 contactValue
public String type
public Collection<Party2> party2
| Constructor Detail |
|---|
public Contact2Abstract()
| Method Detail |
|---|
public void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityupdate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntitydelete in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityvisitor - le visiteur de l'entite.
org.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> accept()
throws org.nuiton.topia.TopiaException
org.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 org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionpublic void setContactValue(String value)
setContactValue in interface Contact2value - public String getContactValue()
getContactValue in interface Contact2public void setType(String value)
setType in interface Contact2value - public String getType()
getType in interface Contact2public void addParty2(Party2 party2)
addParty2 in interface Contact2party2 - public void addAllParty2(Collection<Party2> values)
addAllParty2 in interface Contact2values - public Party2 getParty2ByTopiaId(String topiaId)
getParty2ByTopiaId in interface Contact2topiaId -
public void setParty2(Collection<Party2> values)
setParty2 in interface Contact2values - public void removeParty2(Party2 value)
removeParty2 in interface Contact2value - public void clearParty2()
clearParty2 in interface Contact2public Collection<Party2> getParty2()
getParty2 in interface Contact2public int sizeParty2()
sizeParty2 in interface Contact2public boolean isParty2Empty()
isParty2Empty in interface Contact2public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||