|
||||||||||
| 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)
|
void |
addParty2(Party2 party2)
|
void |
clearParty2()
|
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()
|
| 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)
String getContactValue()
void setType(String type)
String getType()
void addParty2(Party2 party2)
void addAllParty2(Collection<Party2> party2)
void setParty2(Collection<Party2> party2)
void removeParty2(Party2 party2)
void clearParty2()
Collection<Party2> getParty2()
Party2 getParty2ByTopiaId(String topiaId)
int sizeParty2()
boolean isParty2Empty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||