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