Package org.nuiton.topiatest.deletetest
Interface Party2
- All Superinterfaces:
Serializable,org.nuiton.topia.persistence.TopiaEntity
- All Known Implementing Classes:
EmployeAbstract,EmployeImpl,Party2Abstract,Party2Impl,PersonneAbstract,PersonneImpl
public interface Party2
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 TypeMethodDescriptionvoidaddAllContacts(Collection<Contact2> contacts) voidaddContacts(Contact2 contacts) voidgetContactsByTopiaId(String topiaId) booleanvoidremoveContacts(Contact2 contacts) voidsetContacts(Collection<Contact2> contacts) intMethods 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_CONTACTS
- See Also:
-
-
Method Details
-
addContacts
-
addAllContacts
-
setContacts
-
removeContacts
-
clearContacts
void clearContacts() -
getContacts
Collection<Contact2> getContacts() -
getContactsByTopiaId
-
sizeContacts
int sizeContacts() -
isContactsEmpty
boolean isContactsEmpty()
-