@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Wed Jun 04 11:28:00 CEST 2014") public interface Contact2 extends TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CONTACT_VALUE |
static String |
PROPERTY_PARTY2 |
static String |
PROPERTY_TYPE |
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION| Modifier and Type | Method and Description |
|---|---|
void |
addAllParty2(Collection<Party2> party2) |
void |
addParty2(Party2 party2) |
void |
clearParty2() |
boolean |
containsParty2(Party2 party2) |
String |
getContactValue() |
Collection<Party2> |
getParty2() |
Party2 |
getParty2ByTopiaId(String topiaId) |
Collection<String> |
getParty2TopiaIds() |
String |
getType() |
boolean |
isParty2Empty() |
boolean |
isParty2NotEmpty() |
void |
removeParty2(Party2 party2) |
void |
setContactValue(String contactValue) |
void |
setParty2(Collection<Party2> party2) |
void |
setType(String type) |
int |
sizeParty2() |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic final String PROPERTY_CONTACT_VALUE
static final String PROPERTY_TYPE
static final String PROPERTY_PARTY2
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()
Collection<String> getParty2TopiaIds()
int sizeParty2()
boolean isParty2Empty()
boolean isParty2NotEmpty()
boolean containsParty2(Party2 party2)
Copyright © 2004–2014 CodeLutin. All rights reserved.