Interface Contact2

All Superinterfaces:
java.io.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
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String PROPERTY_CONTACT_VALUE  
    static java.lang.String PROPERTY_PARTY2  
    static java.lang.String PROPERTY_TYPE  

    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 addAllParty2​(java.util.Collection<Party2> party2)  
    void addParty2​(Party2 party2)  
    void clearParty2()  
    java.lang.String getContactValue()  
    java.util.Collection<Party2> getParty2()  
    Party2 getParty2ByTopiaId​(java.lang.String topiaId)  
    java.lang.String getType()  
    boolean isParty2Empty()  
    void removeParty2​(Party2 party2)  
    void setContactValue​(java.lang.String contactValue)  
    void setParty2​(java.util.Collection<Party2> party2)  
    void setType​(java.lang.String type)  
    int sizeParty2()  

    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