fr.ifremer.isisfish.entities
Interface Species

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

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


Field Summary
static String PROPERTY_AGE_GROUP_TYPE
           
static String PROPERTY_CODE_CEE
           
static String PROPERTY_CODE_RUBBIN
           
static String PROPERTY_COMMENT
           
static String PROPERTY_METIER_SEASON_INFO_TARGET_SPECIES
           
static String PROPERTY_NAME
           
static String PROPERTY_POPULATION
           
static String PROPERTY_SCIENTIFIC_NAME
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 void addAllPopulation(Collection<Population> population)
           
 void addPopulation(Population population)
           
 void clearPopulation()
           
 boolean getAgeGroupType()
           
 int getCodeCEE()
           
 String getCodeRubbin()
           
 String getComment()
           
 FisheryRegion getFisheryRegion()
           
 String getName()
           
 Collection<Population> getPopulation()
           
 Population getPopulationByTopiaId(String topiaId)
           
 String getScientificName()
           
 boolean isAgeGroupType()
           
 boolean isPopulationEmpty()
           
 void removePopulation(Population population)
           
 void setAgeGroupType(boolean ageGroupType)
           
 void setCodeCEE(int codeCEE)
           
 void setCodeRubbin(String codeRubbin)
           
 void setComment(String comment)
           
 void setName(String name)
           
 void setPopulation(Collection<Population> population)
           
 void setScientificName(String scientificName)
           
 int sizePopulation()
           
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
delete, getTopiaContext, setTopiaContext, update
 
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_NAME

static final String PROPERTY_NAME
See Also:
Constant Field Values

PROPERTY_SCIENTIFIC_NAME

static final String PROPERTY_SCIENTIFIC_NAME
See Also:
Constant Field Values

PROPERTY_CODE_RUBBIN

static final String PROPERTY_CODE_RUBBIN
See Also:
Constant Field Values

PROPERTY_CODE_CEE

static final String PROPERTY_CODE_CEE
See Also:
Constant Field Values

PROPERTY_AGE_GROUP_TYPE

static final String PROPERTY_AGE_GROUP_TYPE
See Also:
Constant Field Values

PROPERTY_COMMENT

static final String PROPERTY_COMMENT
See Also:
Constant Field Values

PROPERTY_METIER_SEASON_INFO_TARGET_SPECIES

static final String PROPERTY_METIER_SEASON_INFO_TARGET_SPECIES
See Also:
Constant Field Values

PROPERTY_POPULATION

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

setName

void setName(String name)

getName

String getName()

setScientificName

void setScientificName(String scientificName)

getScientificName

String getScientificName()

setCodeRubbin

void setCodeRubbin(String codeRubbin)

getCodeRubbin

String getCodeRubbin()

setCodeCEE

void setCodeCEE(int codeCEE)

getCodeCEE

int getCodeCEE()

setAgeGroupType

void setAgeGroupType(boolean ageGroupType)

isAgeGroupType

boolean isAgeGroupType()

getAgeGroupType

boolean getAgeGroupType()

setComment

void setComment(String comment)

getComment

String getComment()

addPopulation

void addPopulation(Population population)

addAllPopulation

void addAllPopulation(Collection<Population> population)

setPopulation

void setPopulation(Collection<Population> population)

removePopulation

void removePopulation(Population population)

clearPopulation

void clearPopulation()

getPopulation

Collection<Population> getPopulation()

getPopulationByTopiaId

Population getPopulationByTopiaId(String topiaId)

sizePopulation

int sizePopulation()

isPopulationEmpty

boolean isPopulationEmpty()

getFisheryRegion

FisheryRegion getFisheryRegion()


Copyright © 1999-2012 CodeLutin. All Rights Reserved.