Interface Contact2

All Superinterfaces:
org.nuiton.topia.persistence.event.ListenableBean, org.nuiton.topia.persistence.event.ListenableTopiaEntity, 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, org.nuiton.topia.persistence.event.ListenableTopiaEntity
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     

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

    AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    addParty2(Party2 party2)
     
    void
     
    boolean
     
     
     
     
     
     
    boolean
     
    boolean
     
    void
     
    void
    setContactValue(String contactValue)
     
    void
     
    void
     
    int
     

    Methods inherited from interface org.nuiton.topia.persistence.event.ListenableBean

    addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener

    Methods inherited from interface org.nuiton.topia.persistence.event.ListenableTopiaEntity

    addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener

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

    accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
  • Field Details

  • Method Details

    • setContactValue

      void setContactValue(String contactValue)
    • getContactValue

      String getContactValue()
    • setType

      void setType(String type)
    • getType

      String getType()
    • addParty2

      void addParty2(Party2 party2)
    • addAllParty2

      void addAllParty2(Iterable<Party2> party2)
    • setParty2

      void setParty2(Collection<Party2> party2)
    • removeParty2

      void removeParty2(Party2 party2)
    • clearParty2

      void clearParty2()
    • getParty2

      Collection<Party2> getParty2()
    • getParty2ByTopiaId

      Party2 getParty2ByTopiaId(String topiaId)
    • getParty2TopiaIds

      Collection<String> getParty2TopiaIds()
    • sizeParty2

      int sizeParty2()
    • isParty2Empty

      boolean isParty2Empty()
    • isParty2NotEmpty

      boolean isParty2NotEmpty()
    • containsParty2

      boolean containsParty2(Party2 party2)