|
||||||||||
| 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 | |
|---|---|
protected String |
contactValue
Nom de l'attribut en BD : contactValue |
protected Collection<Party2> |
party2
Nom de l'attribut en BD : party2 |
protected String |
type
Nom de l'attribut en BD : 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 |
|---|
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 | |
|---|---|
Contact2Abstract()
|
|
| Method Summary | |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor)
|
void |
addAllParty2(Collection<Party2> party2)
|
void |
addParty2(Party2 party2)
|
void |
clearParty2()
|
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate()
|
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
|
String |
getContactValue()
|
Collection<Party2> |
getParty2()
|
Party2 |
getParty2ByTopiaId(String topiaId)
|
String |
getType()
|
boolean |
isParty2Empty()
|
void |
removeParty2(Party2 party2)
|
void |
setContactValue(String contactValue)
|
void |
setParty2(Collection<Party2> party2)
|
void |
setType(String type)
|
int |
sizeParty2()
|
String |
toString()
|
| 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.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 contactValue
protected String type
protected Collection<Party2> party2
| Constructor Detail |
|---|
public Contact2Abstract()
| Method Detail |
|---|
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setContactValue(String contactValue)
setContactValue in interface Contact2public String getContactValue()
getContactValue in interface Contact2public void setType(String type)
setType in interface Contact2public String getType()
getType in interface Contact2public void addParty2(Party2 party2)
addParty2 in interface Contact2public void addAllParty2(Collection<Party2> party2)
addAllParty2 in interface Contact2public void setParty2(Collection<Party2> party2)
setParty2 in interface Contact2public void removeParty2(Party2 party2)
removeParty2 in interface Contact2public void clearParty2()
clearParty2 in interface Contact2public Collection<Party2> getParty2()
getParty2 in interface Contact2public Party2 getParty2ByTopiaId(String topiaId)
getParty2ByTopiaId in interface Contact2public int sizeParty2()
sizeParty2 in interface Contact2public boolean isParty2Empty()
isParty2Empty in interface Contact2
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.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 String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||