org.nuiton.topiatest.deletetest
Interface Party2

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Subinterfaces:
Employe, Personne
All Known Implementing Classes:
EmployeAbstract, EmployeImpl, Party2Abstract, Party2Impl, PersonneAbstract, PersonneImpl

public interface Party2
extends org.nuiton.topia.persistence.TopiaEntity


Field Summary
static String PROPERTY_CONTACTS
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 void addAllContacts(Collection<Contact2> contacts)
           
 void addContacts(Contact2 contacts)
           
 void clearContacts()
           
 Collection<Contact2> getContacts()
           
 Contact2 getContactsByTopiaId(String topiaId)
           
 boolean isContactsEmpty()
           
 void removeContacts(Contact2 contacts)
           
 void setContacts(Collection<Contact2> contacts)
           
 int sizeContacts()
           
 
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 Detail

PROPERTY_CONTACTS

static final String PROPERTY_CONTACTS
See Also:
Constant Field Values
Method Detail

addContacts

void addContacts(Contact2 contacts)

addAllContacts

void addAllContacts(Collection<Contact2> contacts)

setContacts

void setContacts(Collection<Contact2> contacts)

removeContacts

void removeContacts(Contact2 contacts)

clearContacts

void clearContacts()

getContacts

Collection<Contact2> getContacts()

getContactsByTopiaId

Contact2 getContactsByTopiaId(String topiaId)

sizeContacts

int sizeContacts()

isContactsEmpty

boolean isContactsEmpty()


Copyright © 2004-2012 CodeLutin. All Rights Reserved.