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)
          addAllParty2 :
 void addParty2(Party2 party2)
          addParty2 :
 void clearParty2()
          clearParty2 :
 String getContactValue()
          getContactValue :
 Collection<Party2> getParty2()
          getParty2 : Retourne la collection.
 Party2 getParty2ByTopiaId(String topiaId)
          getParty2ByTopiaId : Recupère l'attribut party2 à partir de son topiaId
 String getType()
          getType :
 boolean isParty2Empty()
          isParty2Empty : Retourne true si la collection party2 est vide.
 void removeParty2(Party2 party2)
          removeParty2 :
 void setContactValue(String contactValue)
          setContactValue :
 void setParty2(Collection<Party2> party2)
          setParty2 :
 void setType(String type)
          setType :
 int sizeParty2()
          sizeParty2 : Retourne le nombre d'éléments de la collection party2
 
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)
setContactValue :

Parameters:
contactValue - La valeur de l'attribut à positionner.

getContactValue

String getContactValue()
getContactValue :

Returns:
String

setType

void setType(String type)
setType :

Parameters:
type - La valeur de l'attribut à positionner.

getType

String getType()
getType :

Returns:
String

addParty2

void addParty2(Party2 party2)
addParty2 :

Parameters:
party2 - L'instance de org.nuiton.topiatest.deletetest.Party2 à ajouter

addAllParty2

void addAllParty2(Collection<Party2> party2)
addAllParty2 :

Parameters:
party2 - Les instances de org.nuiton.topiatest.deletetest.Party2 à ajouter

setParty2

void setParty2(Collection<Party2> party2)
setParty2 :

Parameters:
party2 - La valeur de l'attribut à positionner.

removeParty2

void removeParty2(Party2 party2)
removeParty2 :

Parameters:
party2 - L'instance de org.nuiton.topiatest.deletetest.Party2 à retirer

clearParty2

void clearParty2()
clearParty2 :


getParty2

Collection<Party2> getParty2()
getParty2 : Retourne la collection.

Returns:
Collection

getParty2ByTopiaId

Party2 getParty2ByTopiaId(String topiaId)
getParty2ByTopiaId : Recupère l'attribut party2 à partir de son topiaId

Parameters:
topiaId - le topia id de l'entité recherchée
Returns:
Party2

sizeParty2

int sizeParty2()
sizeParty2 : Retourne le nombre d'éléments de la collection party2

Returns:
int

isParty2Empty

boolean isParty2Empty()
isParty2Empty : Retourne true si la collection party2 est vide.

Returns:
boolean


Copyright © 2004-2011 CodeLutin. All Rights Reserved.