Package org.nuiton.topiatest.deletetest
Interface Contact2
- All Superinterfaces:
Serializable,org.nuiton.topia.persistence.TopiaEntity
- All Known Subinterfaces:
Telephone2
- All Known Implementing Classes:
Contact2Abstract,Contact2Impl,Telephone2Abstract,Telephone2Impl
public interface Contact2
extends org.nuiton.topia.persistence.TopiaEntity
-
Field Summary
FieldsFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllParty2(Collection<Party2> party2) voidvoidgetParty2ByTopiaId(String topiaId) getType()booleanvoidremoveParty2(Party2 party2) voidsetContactValue(String contactValue) voidsetParty2(Collection<Party2> party2) voidintMethods 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 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
-
sizeParty2
int sizeParty2() -
isParty2Empty
boolean isParty2Empty()
-