@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Thu Apr 23 14:36:44 UTC 2015") public interface Contact2
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CONTACT_VALUE |
static String |
PROPERTY_PARTY2 |
static String |
PROPERTY_TYPE |
| Modifier and Type | Method and Description |
|---|---|
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() |
static 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()
int sizeParty2()
boolean isParty2Empty()
Copyright © 2004–2015 CodeLutin. All rights reserved.