Package org.nuiton.topiatest.deletetest
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.StringPROPERTY_CONTACT_VALUEstatic java.lang.StringPROPERTY_PARTY2static java.lang.StringPROPERTY_TYPE -
Method Summary
Modifier and Type Method Description voidaddAllParty2(java.util.Collection<Party2> party2)voidaddParty2(Party2 party2)voidclearParty2()java.lang.StringgetContactValue()java.util.Collection<Party2>getParty2()Party2getParty2ByTopiaId(java.lang.String topiaId)java.lang.StringgetType()booleanisParty2Empty()voidremoveParty2(Party2 party2)voidsetContactValue(java.lang.String contactValue)voidsetParty2(java.util.Collection<Party2> party2)voidsetType(java.lang.String type)intsizeParty2()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
-
PROPERTY_CONTACT_VALUE
static final java.lang.String PROPERTY_CONTACT_VALUE- See Also:
- Constant Field Values
-
PROPERTY_TYPE
static final java.lang.String PROPERTY_TYPE- See Also:
- Constant Field Values
-
PROPERTY_PARTY2
static final java.lang.String PROPERTY_PARTY2- See Also:
- Constant Field Values
-
-
Method Details
-
setContactValue
void setContactValue(java.lang.String contactValue) -
getContactValue
java.lang.String getContactValue() -
setType
void setType(java.lang.String type) -
getType
java.lang.String getType() -
addParty2
-
addAllParty2
-
setParty2
-
removeParty2
-
clearParty2
void clearParty2() -
getParty2
java.util.Collection<Party2> getParty2() -
getParty2ByTopiaId
-
sizeParty2
int sizeParty2() -
isParty2Empty
boolean isParty2Empty()
-