@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri May 15 12:44:58 UTC 2020") public abstract class SpeciesAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Species
Modifier and Type | Field and Description |
---|---|
protected boolean |
ageGroupType
Nom de l'attribut en BD : ageGroupType
|
protected int |
codeCEE
Nom de l'attribut en BD : codeCEE
|
protected String |
codeRubbin
Nom de l'attribut en BD : codeRubbin
|
protected String |
comment
Nom de l'attribut en BD : comment
|
protected Collection<TargetSpecies> |
metierSeasonInfoTargetSpecies
Nom de l'attribut en BD : metierSeasonInfo
|
protected String |
name
Nom de l'attribut en BD : name
|
protected Collection<Population> |
population
Nom de l'attribut en BD : population
|
protected String |
scientificName
Nom de l'attribut en BD : scientificName
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
PROPERTY_AGE_GROUP_TYPE, PROPERTY_CODE_CEE, PROPERTY_CODE_RUBBIN, PROPERTY_COMMENT, PROPERTY_METIER_SEASON_INFO_TARGET_SPECIES, PROPERTY_NAME, PROPERTY_POPULATION, PROPERTY_SCIENTIFIC_NAME
Constructor and Description |
---|
SpeciesAbstract() |
Modifier and Type | Method and Description |
---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.EntityVisitor visitor) |
void |
addAllPopulation(Collection<Population> population) |
void |
addPopulation(Population population) |
void |
clearPopulation() |
void |
delete() |
boolean |
getAgeGroupType() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
int |
getCodeCEE() |
String |
getCodeRubbin() |
String |
getComment() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
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() |
String |
toString() |
void |
update() |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getFisheryRegion
getTopiaContext, setTopiaContext
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
protected String name
protected String scientificName
protected String codeRubbin
protected int codeCEE
protected boolean ageGroupType
protected String comment
protected Collection<TargetSpecies> metierSeasonInfoTargetSpecies
protected Collection<Population> population
public void update() throws org.nuiton.topia.TopiaException
update
in interface org.nuiton.topia.persistence.TopiaEntityContextable
org.nuiton.topia.TopiaException
public void delete() throws org.nuiton.topia.TopiaException
delete
in interface org.nuiton.topia.persistence.TopiaEntityContextable
org.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
accept
in interface org.nuiton.topia.persistence.TopiaEntity
org.nuiton.topia.TopiaException
protected void accept0(org.nuiton.topia.persistence.EntityVisitor visitor) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public void setScientificName(String scientificName)
setScientificName
in interface Species
public String getScientificName()
getScientificName
in interface Species
public void setCodeRubbin(String codeRubbin)
setCodeRubbin
in interface Species
public String getCodeRubbin()
getCodeRubbin
in interface Species
public void setCodeCEE(int codeCEE)
setCodeCEE
in interface Species
public int getCodeCEE()
getCodeCEE
in interface Species
public void setAgeGroupType(boolean ageGroupType)
setAgeGroupType
in interface Species
public boolean isAgeGroupType()
isAgeGroupType
in interface Species
public boolean getAgeGroupType()
getAgeGroupType
in interface Species
public void setComment(String comment)
setComment
in interface Species
public String getComment()
getComment
in interface Species
public void addPopulation(Population population)
addPopulation
in interface Species
public void addAllPopulation(Collection<Population> population)
addAllPopulation
in interface Species
public void setPopulation(Collection<Population> population)
setPopulation
in interface Species
public void removePopulation(Population population)
removePopulation
in interface Species
public void clearPopulation()
clearPopulation
in interface Species
public Collection<Population> getPopulation()
getPopulation
in interface Species
public Population getPopulationByTopiaId(String topiaId)
getPopulationByTopiaId
in interface Species
public int sizePopulation()
sizePopulation
in interface Species
public boolean isPopulationEmpty()
isPopulationEmpty
in interface Species
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate
in interface org.nuiton.topia.persistence.TopiaEntity
getAggregate
in class org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite
in interface org.nuiton.topia.persistence.TopiaEntity
getComposite
in class org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topia.TopiaException
Copyright © 1999–2020 CodeLutin. All rights reserved.