@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri May 15 12:44:58 UTC 2020") public interface Species extends org.nuiton.topia.persistence.TopiaEntityContextable
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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() |
delete, getTopiaContext, setTopiaContext, update
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
static final String PROPERTY_NAME
static final String PROPERTY_SCIENTIFIC_NAME
static final String PROPERTY_CODE_RUBBIN
static final String PROPERTY_CODE_CEE
static final String PROPERTY_AGE_GROUP_TYPE
static final String PROPERTY_COMMENT
static final String PROPERTY_METIER_SEASON_INFO_TARGET_SPECIES
static final String PROPERTY_POPULATION
void setName(String name)
String getName()
void setScientificName(String scientificName)
String getScientificName()
void setCodeRubbin(String codeRubbin)
String getCodeRubbin()
void setCodeCEE(int codeCEE)
int getCodeCEE()
void setAgeGroupType(boolean ageGroupType)
boolean isAgeGroupType()
boolean getAgeGroupType()
void setComment(String comment)
String getComment()
void addPopulation(Population population)
void addAllPopulation(Collection<Population> population)
void setPopulation(Collection<Population> population)
void removePopulation(Population population)
void clearPopulation()
Collection<Population> getPopulation()
Population getPopulationByTopiaId(String topiaId)
int sizePopulation()
boolean isPopulationEmpty()
FisheryRegion getFisheryRegion()
Copyright © 1999–2020 CodeLutin. All rights reserved.