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
| 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 |
| 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 |
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
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.