@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Thu Sep 07 11:18:33 CEST 2017") public interface Contact2 extends TopiaEntity, ListenableTopiaEntity
| 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(Iterable<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, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersionaddPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListeneraddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerstatic 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 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–2017 CodeLutin. All rights reserved.