org.nuiton.topiatest
Interface Personne

All Superinterfaces:
Party2, org.nuiton.topia.persistence.TopiaEntity
All Known Subinterfaces:
Employe
All Known Implementing Classes:
EmployeAbstract, EmployeImpl, PersonneAbstract, PersonneImpl

public interface Personne
extends Party2, org.nuiton.topia.persistence.TopiaEntity


Field Summary
static String ADDRESS
           
static String NAME
           
static String OTHER_NAMES
           
 
Fields inherited from interface org.nuiton.topiatest.deletetest.Party2
CONTACTS
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 void addAllOtherNames(Collection<String> otherNames)
          addAllOtherNames :
 void addOtherNames(String otherNames)
          addOtherNames :
 void clearOtherNames()
          clearOtherNames :
 Address getAddress()
          getAddress :
 String getName()
          getName :
 Collection<String> getOtherNames()
          getOtherNames :
 boolean isOtherNamesEmpty()
          isOtherNamesEmpty : Retourne true si la collection otherNames est vide.
 void removeOtherNames(String otherNames)
          removeOtherNames :
 void setAddress(Address address)
          setAddress :
 void setName(String name)
          setName :
 void setOtherNames(Collection<String> otherNames)
          setOtherNames :
 int sizeOtherNames()
          sizeOtherNames : Retourne le nombre d'éléments de la collection otherNames
 
Methods inherited from interface org.nuiton.topiatest.deletetest.Party2
addAllContacts, addContacts, clearContacts, getContacts, getContactsByTopiaId, isContactsEmpty, removeContacts, setContacts, sizeContacts
 
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

NAME

static final String NAME
See Also:
Constant Field Values

OTHER_NAMES

static final String OTHER_NAMES
See Also:
Constant Field Values

ADDRESS

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

setName

void setName(String name)
setName :

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

getName

String getName()
getName :

Returns:
String

addOtherNames

void addOtherNames(String otherNames)
addOtherNames :

Parameters:
otherNames - L'instance de otherNames à ajouter

addAllOtherNames

void addAllOtherNames(Collection<String> otherNames)
addAllOtherNames :

Parameters:
otherNames - Les instances de otherNames à ajouter

setOtherNames

void setOtherNames(Collection<String> otherNames)
setOtherNames :

Parameters:
otherNames - La Collection de otherNames à ajouter

removeOtherNames

void removeOtherNames(String otherNames)
removeOtherNames :

Parameters:
otherNames - Vide la Collection de otherNames

clearOtherNames

void clearOtherNames()
clearOtherNames :


getOtherNames

Collection<String> getOtherNames()
getOtherNames :

Returns:
Collection

sizeOtherNames

int sizeOtherNames()
sizeOtherNames : Retourne le nombre d'éléments de la collection otherNames

Returns:
int

isOtherNamesEmpty

boolean isOtherNamesEmpty()
isOtherNamesEmpty : Retourne true si la collection otherNames est vide.

Returns:
boolean

setAddress

void setAddress(Address address)
setAddress :

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

getAddress

Address getAddress()
getAddress :

Returns:
Address


Copyright © 2004-2010 CodeLutin. All Rights Reserved.