Package org.nuiton.topiatest.deletetest
Interface Party2
- All Superinterfaces:
java.io.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
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_CONTACTS -
Method Summary
Modifier and Type Method Description voidaddAllContacts(java.util.Collection<Contact2> contacts)voidaddContacts(Contact2 contacts)voidclearContacts()java.util.Collection<Contact2>getContacts()Contact2getContactsByTopiaId(java.lang.String topiaId)booleanisContactsEmpty()voidremoveContacts(Contact2 contacts)voidsetContacts(java.util.Collection<Contact2> contacts)intsizeContacts()Methods 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
static final java.lang.String PROPERTY_CONTACTS- See Also:
- Constant Field Values
-
-
Method Details
-
addContacts
-
addAllContacts
-
setContacts
-
removeContacts
-
clearContacts
void clearContacts() -
getContacts
java.util.Collection<Contact2> getContacts() -
getContactsByTopiaId
-
sizeContacts
int sizeContacts() -
isContactsEmpty
boolean isContactsEmpty()
-