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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity

    AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     
     
     
    boolean
     
    void
     
    void
     
    int
     

    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

  • Method Details

    • 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()