|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Contact2
| Field Summary | |
|---|---|
static String |
PROPERTY_CONTACT_VALUE
|
static String |
PROPERTY_PARTY2
|
static String |
PROPERTY_TYPE
|
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Method Summary | |
|---|---|
void |
addAllParty2(Collection<Party2> party2)
addAllParty2 : |
void |
addParty2(Party2 party2)
addParty2 : |
void |
clearParty2()
clearParty2 : |
String |
getContactValue()
getContactValue : |
Collection<Party2> |
getParty2()
getParty2 : Retourne la collection. |
Party2 |
getParty2ByTopiaId(String topiaId)
getParty2ByTopiaId : Recupère l'attribut party2 à partir de son topiaId |
String |
getType()
getType : |
boolean |
isParty2Empty()
isParty2Empty : Retourne true si la collection party2 est vide. |
void |
removeParty2(Party2 party2)
removeParty2 : |
void |
setContactValue(String contactValue)
setContactValue : |
void |
setParty2(Collection<Party2> party2)
setParty2 : |
void |
setType(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, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
static final String PROPERTY_CONTACT_VALUE
static final String PROPERTY_TYPE
static final String PROPERTY_PARTY2
| Method Detail |
|---|
void setContactValue(String contactValue)
contactValue - La valeur de l'attribut à positionner.String getContactValue()
void setType(String type)
type - La valeur de l'attribut à positionner.String getType()
void addParty2(Party2 party2)
party2 - L'instance de org.nuiton.topiatest.deletetest.Party2 à ajoutervoid addAllParty2(Collection<Party2> party2)
party2 - Les instances de org.nuiton.topiatest.deletetest.Party2 à ajoutervoid setParty2(Collection<Party2> party2)
party2 - La valeur de l'attribut à positionner.void removeParty2(Party2 party2)
party2 - L'instance de org.nuiton.topiatest.deletetest.Party2 à retirervoid clearParty2()
Collection<Party2> getParty2()
Party2 getParty2ByTopiaId(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 | |||||||||