org.nuiton.topiatest.deletetest
Interface Contact2

All Superinterfaces:
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
static String PROPERTY_CONTACT_VALUE
           
static String PROPERTY_PARTY2
           
static String PROPERTY_TYPE
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 void addAllParty2(Collection<Party2> party2)
           
 void addParty2(Party2 party2)
           
 void clearParty2()
           
 String getContactValue()
           
 Collection<Party2> getParty2()
           
 Party2 getParty2ByTopiaId(String topiaId)
           
 String getType()
           
 boolean isParty2Empty()
           
 void removeParty2(Party2 party2)
           
 void setContactValue(String contactValue)
           
 void setParty2(Collection<Party2> party2)
           
 void setType(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
 

Field Detail

PROPERTY_CONTACT_VALUE

static final String PROPERTY_CONTACT_VALUE
See Also:
Constant Field Values

PROPERTY_TYPE

static final String PROPERTY_TYPE
See Also:
Constant Field Values

PROPERTY_PARTY2

static final String PROPERTY_PARTY2
See Also:
Constant Field Values
Method Detail

setContactValue

void setContactValue(String contactValue)

getContactValue

String getContactValue()

setType

void setType(String type)

getType

String getType()

addParty2

void addParty2(Party2 party2)

addAllParty2

void addAllParty2(Collection<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)

sizeParty2

int sizeParty2()

isParty2Empty

boolean isParty2Empty()


Copyright © 2004-2012 CodeLutin. All Rights Reserved.