@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Mon Jun 02 15:09:02 CEST 2014") 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, writeVetoablesPROPERTY_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) |
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, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetFisheryRegiongetTopiaContext, setTopiaContextaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected 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.TopiaEntityContextableorg.nuiton.topia.TopiaExceptionpublic void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntityContextableorg.nuiton.topia.TopiaExceptionpublic void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setScientificName(String scientificName)
setScientificName in interface Speciespublic String getScientificName()
getScientificName in interface Speciespublic void setCodeRubbin(String codeRubbin)
setCodeRubbin in interface Speciespublic String getCodeRubbin()
getCodeRubbin in interface Speciespublic void setCodeCEE(int codeCEE)
setCodeCEE in interface Speciespublic int getCodeCEE()
getCodeCEE in interface Speciespublic void setAgeGroupType(boolean ageGroupType)
setAgeGroupType in interface Speciespublic boolean isAgeGroupType()
isAgeGroupType in interface Speciespublic boolean getAgeGroupType()
getAgeGroupType in interface Speciespublic void setComment(String comment)
setComment in interface Speciespublic String getComment()
getComment in interface Speciespublic void addPopulation(Population population)
addPopulation in interface Speciespublic void addAllPopulation(Collection<Population> population)
addAllPopulation in interface Speciespublic void setPopulation(Collection<Population> population)
setPopulation in interface Speciespublic void removePopulation(Population population)
removePopulation in interface Speciespublic void clearPopulation()
clearPopulation in interface Speciespublic Collection<Population> getPopulation()
getPopulation in interface Speciespublic Population getPopulationByTopiaId(String topiaId)
getPopulationByTopiaId in interface Speciespublic int sizePopulation()
sizePopulation in interface Speciespublic boolean isPopulationEmpty()
isPopulationEmpty in interface Speciespublic List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionpublic List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionCopyright © 1999–2014 CodeLutin. All rights reserved.