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
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
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 void addAllParty2(java.util.Collection<Party2> party2)
          addAllParty2 :
 void addParty2(Party2 party2)
          addParty2 :
 void clearParty2()
          clearParty2 :
 java.lang.String getContactValue()
          getContactValue :
 java.util.Collection<Party2> getParty2()
          getParty2 : Retourne la collection.
 Party2 getParty2ByTopiaId(java.lang.String topiaId)
          getParty2ByTopiaId : Recupère l'attribut party2 à partir de son topiaId
 java.lang.String getType()
          getType :
 boolean isParty2Empty()
          isParty2Empty : Retourne true si la collection party2 est vide.
 void removeParty2(Party2 party2)
          removeParty2 :
 void setContactValue(java.lang.String contactValue)
          setContactValue :
 void setParty2(java.util.Collection<Party2> party2)
          setParty2 :
 void setType(java.lang.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 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 Detail

setContactValue

void setContactValue(java.lang.String contactValue)
setContactValue :

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

getContactValue

java.lang.String getContactValue()
getContactValue :

Returns:
String

setType

void setType(java.lang.String type)
setType :

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

getType

java.lang.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(java.util.Collection<Party2> party2)
addAllParty2 :

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

setParty2

void setParty2(java.util.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

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

Returns:
Collection

getParty2ByTopiaId

Party2 getParty2ByTopiaId(java.lang.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-2010 CodeLutin. All Rights Reserved.