@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri May 15 12:44:59 UTC 2020") public abstract class PopulationGroupAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements PopulationGroup
Modifier and Type | Field and Description |
---|---|
protected double |
age
Nom de l'attribut en BD : age
|
protected String |
comment
Nom de l'attribut en BD : comment
|
protected int |
id
Nom de l'attribut en BD : id
|
protected double |
maxLength
Nom de l'attribut en BD : maxLength
|
protected double |
minLength
Nom de l'attribut en BD : minLength
|
protected Population |
population
Nom de l'attribut en BD : population
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
PROPERTY_AGE, PROPERTY_COMMENT, PROPERTY_ID, PROPERTY_MAX_LENGTH, PROPERTY_MIN_LENGTH, PROPERTY_POPULATION
Constructor and Description |
---|
PopulationGroupAbstract() |
Modifier and Type | Method and Description |
---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.EntityVisitor visitor) |
void |
delete() |
double |
getAge() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
String |
getComment() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
int |
getId() |
double |
getMaxLength() |
double |
getMinLength() |
Population |
getPopulation() |
void |
setAge(double age) |
void |
setComment(String comment) |
void |
setId(int id) |
void |
setMaxLength(double maxLength) |
void |
setMinLength(double minLength) |
void |
setPopulation(Population population) |
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
getFishingMortalityOtherFleets, getLength, getMaturityOgive, getMeanWeight, getNaturalDeathRate, getPrice, getReproductionRate, isInLength
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 int id
protected double age
protected double minLength
protected double maxLength
protected String comment
protected 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 setId(int id)
setId
in interface PopulationGroup
public int getId()
getId
in interface PopulationGroup
public void setAge(double age)
setAge
in interface PopulationGroup
public double getAge()
getAge
in interface PopulationGroup
public void setMinLength(double minLength)
setMinLength
in interface PopulationGroup
public double getMinLength()
getMinLength
in interface PopulationGroup
public void setMaxLength(double maxLength)
setMaxLength
in interface PopulationGroup
public double getMaxLength()
getMaxLength
in interface PopulationGroup
public void setComment(String comment)
setComment
in interface PopulationGroup
public String getComment()
getComment
in interface PopulationGroup
public void setPopulation(Population population)
setPopulation
in interface PopulationGroup
public Population getPopulation()
getPopulation
in interface PopulationGroup
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.