fr.ifremer.isisfish.entities
Interface Species

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
SpeciesAbstract, SpeciesImpl

public interface Species
extends org.nuiton.topia.persistence.TopiaEntity


Field Summary
static String AGE_GROUP_TYPE
           
static String CODE_CEE
           
static String CODE_RUBBIN
           
static String COMMENT
           
static String METIER_SEASON_INFO_TARGET_SPECIES
           
static String NAME
           
static String POPULATION
           
static String SCIENTIFIC_NAME
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 void addAllPopulation(Collection<Population> population)
          addAllPopulation :
 void addPopulation(Population population)
          addPopulation :
 void clearPopulation()
          clearPopulation :
 boolean getAgeGroupType()
          getAgeGroupType :
 int getCodeCEE()
          getCodeCEE :
 String getCodeRubbin()
          getCodeRubbin :
 String getComment()
          getComment :
 FisheryRegion getFisheryRegion()
          getFisheryRegion :
 String getName()
          getName :
 Collection<Population> getPopulation()
          getPopulation :
 Population getPopulationByTopiaId(String topiaId)
          getPopulationByTopiaId : Recupère l'attribut population à partir de son topiaId
 String getScientificName()
          getScientificName :
 boolean isPopulationEmpty()
          isPopulationEmpty : Retourne true si la collection population est vide.
 void removePopulation(Population population)
          removePopulation :
 void setAgeGroupType(boolean ageGroupType)
          setAgeGroupType :
 void setCodeCEE(int codeCEE)
          setCodeCEE :
 void setCodeRubbin(String codeRubbin)
          setCodeRubbin :
 void setComment(String comment)
          setComment :
 void setName(String name)
          setName :
 void setPopulation(Collection<Population> population)
          setPopulation :
 void setScientificName(String scientificName)
          setScientificName :
 int sizePopulation()
          sizePopulation : Retourne le nombre d'éléments de la collection population
 
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

SCIENTIFIC_NAME

static final String SCIENTIFIC_NAME
See Also:
Constant Field Values

CODE_RUBBIN

static final String CODE_RUBBIN
See Also:
Constant Field Values

CODE_CEE

static final String CODE_CEE
See Also:
Constant Field Values

AGE_GROUP_TYPE

static final String AGE_GROUP_TYPE
See Also:
Constant Field Values

COMMENT

static final String COMMENT
See Also:
Constant Field Values

METIER_SEASON_INFO_TARGET_SPECIES

static final String METIER_SEASON_INFO_TARGET_SPECIES
See Also:
Constant Field Values

POPULATION

static final String POPULATION
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

setScientificName

void setScientificName(String scientificName)
setScientificName :

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

getScientificName

String getScientificName()
getScientificName :

Returns:
String

setCodeRubbin

void setCodeRubbin(String codeRubbin)
setCodeRubbin :

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

getCodeRubbin

String getCodeRubbin()
getCodeRubbin :

Returns:
String

setCodeCEE

void setCodeCEE(int codeCEE)
setCodeCEE :

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

getCodeCEE

int getCodeCEE()
getCodeCEE :

Returns:
int

setAgeGroupType

void setAgeGroupType(boolean ageGroupType)
setAgeGroupType :

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

getAgeGroupType

boolean getAgeGroupType()
getAgeGroupType :

Returns:
boolean

setComment

void setComment(String comment)
setComment :

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

getComment

String getComment()
getComment :

Returns:
String

addPopulation

void addPopulation(Population population)
addPopulation :

Parameters:
population - L'instance de population à ajouter

addAllPopulation

void addAllPopulation(Collection<Population> population)
addAllPopulation :

Parameters:
population - Les instances de population à ajouter

setPopulation

void setPopulation(Collection<Population> population)
setPopulation :

Parameters:
population - La Collection de population à ajouter

removePopulation

void removePopulation(Population population)
removePopulation :

Parameters:
population - Vide la Collection de population

clearPopulation

void clearPopulation()
clearPopulation :


getPopulation

Collection<Population> getPopulation()
getPopulation :

Returns:
Collection

getPopulationByTopiaId

Population getPopulationByTopiaId(String topiaId)
getPopulationByTopiaId : Recupère l'attribut population à partir de son topiaId

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

sizePopulation

int sizePopulation()
sizePopulation : Retourne le nombre d'éléments de la collection population

Returns:
int

isPopulationEmpty

boolean isPopulationEmpty()
isPopulationEmpty : Retourne true si la collection population est vide.

Returns:
boolean

getFisheryRegion

FisheryRegion getFisheryRegion()
getFisheryRegion :

Returns:
FisheryRegion


Copyright © 1999-2011 CodeLutin. All Rights Reserved.