All Superinterfaces:
ListenableBean, ListenableTopiaEntity, Serializable, TopiaEntity
All Known Subinterfaces:
Telephone2
All Known Implementing Classes:
Contact2Abstract, Contact2Impl, Telephone2Abstract, Telephone2Impl

public interface Contact2 extends TopiaEntity, ListenableTopiaEntity
  • 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)