|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Contact2
| Field Summary | |
|---|---|
static java.lang.String |
CONTACT_VALUE
|
static java.lang.String |
PARTY2
|
static java.lang.String |
TYPE
|
| Method Summary | |
|---|---|
void |
addAllParty2(java.util.Collection<Party2> party2)
addAllParty2 : |
void |
addParty2(Party2 party2)
addParty2 : |
void |
clearParty2()
clearParty2 : |
java.lang.String |
getContactValue()
getContactValue : |
java.util.Collection<Party2> |
getParty2()
getParty2 : |
Party2 |
getParty2ByTopiaId(java.lang.String topiaId)
getParty2ByTopiaId : Recupère l'attribut party2 à partir de son topiaId |
java.lang.String |
getType()
getType : |
boolean |
isParty2Empty()
isParty2Empty : Retourne true si la collection party2 est vide. |
void |
removeParty2(Party2 party2)
removeParty2 : |
void |
setContactValue(java.lang.String contactValue)
setContactValue : |
void |
setParty2(java.util.Collection<Party2> party2)
setParty2 : |
void |
setType(java.lang.String type)
setType : |
int |
sizeParty2()
sizeParty2 : Retourne le nombre d'éléments de la collection party2 |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update |
| Field Detail |
|---|
static final java.lang.String CONTACT_VALUE
static final java.lang.String TYPE
static final java.lang.String PARTY2
| Method Detail |
|---|
void setContactValue(java.lang.String contactValue)
contactValue - La valeur de l'attribut contactValue à positionner.java.lang.String getContactValue()
void setType(java.lang.String type)
type - La valeur de l'attribut type à positionner.java.lang.String getType()
void addParty2(Party2 party2)
party2 - L'instance de party2 à ajoutervoid addAllParty2(java.util.Collection<Party2> party2)
party2 - Les instances de party2 à ajoutervoid setParty2(java.util.Collection<Party2> party2)
party2 - La Collection de party2 à ajoutervoid removeParty2(Party2 party2)
party2 - Vide la Collection de party2void clearParty2()
java.util.Collection<Party2> getParty2()
Party2 getParty2ByTopiaId(java.lang.String topiaId)
topiaId - le topia id de l'entité recherchée
int sizeParty2()
boolean isParty2Empty()
true si la collection party2 est vide.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||