org.nuiton.topiatest.deletetest
Interface Contact2

All Superinterfaces:
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 CONTACT_VALUE
           
static java.lang.String PARTY2
           
static java.lang.String TYPE
           
 
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 :
 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, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update
 

Field Detail

CONTACT_VALUE

static final java.lang.String CONTACT_VALUE
See Also:
Constant Field Values

TYPE

static final java.lang.String TYPE
See Also:
Constant Field Values

PARTY2

static final java.lang.String PARTY2
See Also:
Constant Field Values
Method Detail

setContactValue

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

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

getContactValue

java.lang.String getContactValue()
getContactValue :

Returns:
String

setType

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

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

getType

java.lang.String getType()
getType :

Returns:
String

addParty2

void addParty2(Party2 party2)
addParty2 :

Parameters:
party2 - L'instance de party2 à ajouter

addAllParty2

void addAllParty2(java.util.Collection<Party2> party2)
addAllParty2 :

Parameters:
party2 - Les instances de party2 à ajouter

setParty2

void setParty2(java.util.Collection<Party2> party2)
setParty2 :

Parameters:
party2 - La Collection de party2 à ajouter

removeParty2

void removeParty2(Party2 party2)
removeParty2 :

Parameters:
party2 - Vide la Collection de party2

clearParty2

void clearParty2()
clearParty2 :


getParty2

java.util.Collection<Party2> getParty2()
getParty2 :

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-2009 CodeLutin. All Rights Reserved.