Interface Contact2
- All Superinterfaces:
ListenableBean,ListenableTopiaEntity,Serializable,TopiaEntity
- All Known Subinterfaces:
Telephone2
- All Known Implementing Classes:
Contact2Abstract,Contact2Impl,Telephone2Abstract,Telephone2Impl
-
Field Summary
FieldsFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllParty2(Iterable<Party2> party2) voidvoidbooleancontainsParty2(Party2 party2) getParty2ByTopiaId(String topiaId) getType()booleanbooleanvoidremoveParty2(Party2 party2) voidsetContactValue(String contactValue) voidsetParty2(Collection<Party2> party2) voidintMethods inherited from interface org.nuiton.topia.persistence.event.ListenableBean
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerMethods inherited from interface org.nuiton.topia.persistence.event.ListenableTopiaEntity
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListenerMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_CONTACT_VALUE
- See Also:
-
PROPERTY_TYPE
- See Also:
-
PROPERTY_PARTY2
- See Also:
-
-
Method Details
-
setContactValue
-
getContactValue
String getContactValue() -
setType
-
getType
String getType() -
addParty2
-
addAllParty2
-
setParty2
-
removeParty2
-
clearParty2
void clearParty2() -
getParty2
Collection<Party2> getParty2() -
getParty2ByTopiaId
-
getParty2TopiaIds
Collection<String> getParty2TopiaIds() -
sizeParty2
int sizeParty2() -
isParty2Empty
boolean isParty2Empty() -
isParty2NotEmpty
boolean isParty2NotEmpty() -
containsParty2
-