|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
fr.ifremer.isisfish.entities.PopulationGroupAbstract
public abstract class PopulationGroupAbstract
| Field Summary | |
|---|---|
protected double |
age
|
protected String |
comment
|
protected int |
id
|
protected double |
maxLength
|
protected double |
minLength
|
protected Population |
population
|
protected double |
reproductionRate
Le taux de fécondité pour le group |
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface fr.ifremer.isisfish.entities.PopulationGroup |
|---|
AGE, COMMENT, ID, MAX_LENGTH, MIN_LENGTH, POPULATION, REPRODUCTION_RATE |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
PopulationGroupAbstract()
|
|
| Method Summary | |
|---|---|
List<org.nuiton.topia.persistence.TopiaEntity> |
accept()
accept : |
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor)
accept : Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur. |
void |
delete()
delete : |
double |
getAge()
getAge : |
String |
getComment()
getComment : |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
getComposite : |
int |
getId()
getId : |
double |
getMaxLength()
getMaxLength : |
double |
getMinLength()
getMinLength : |
Population |
getPopulation()
getPopulation : |
double |
getReproductionRate()
getReproductionRate : |
void |
setAge(double value)
setAge : |
void |
setComment(String value)
setComment : |
void |
setId(int value)
setId : |
void |
setMaxLength(double value)
setMaxLength : |
void |
setMinLength(double value)
setMinLength : |
void |
setPopulation(Population value)
setPopulation : |
void |
setReproductionRate(double value)
setReproductionRate : |
String |
toString()
toString : |
void |
update()
update : |
| Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getAggregate, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface fr.ifremer.isisfish.entities.PopulationGroup |
|---|
getLength, getMeanWeight, getNaturalDeathRate, getPrice, isInLength |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
protected int id
protected double reproductionRate
Le taux de fécondité pour le group
protected double age
protected double minLength
protected double maxLength
protected String comment
protected Population population
| Constructor Detail |
|---|
public PopulationGroupAbstract()
| Method Detail |
|---|
public void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityupdate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntitydelete in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityvisitor - le visiteur de l'entite.
org.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> accept()
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public 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.TopiaExceptionpublic void setId(int value)
setId in interface PopulationGroupvalue - public int getId()
getId in interface PopulationGrouppublic void setReproductionRate(double value)
setReproductionRate in interface PopulationGroupvalue - public double getReproductionRate()
getReproductionRate in interface PopulationGrouppublic void setAge(double value)
setAge in interface PopulationGroupvalue - public double getAge()
getAge in interface PopulationGrouppublic void setMinLength(double value)
setMinLength in interface PopulationGroupvalue - public double getMinLength()
getMinLength in interface PopulationGrouppublic void setMaxLength(double value)
setMaxLength in interface PopulationGroupvalue - public double getMaxLength()
getMaxLength in interface PopulationGrouppublic void setComment(String value)
setComment in interface PopulationGroupvalue - public String getComment()
getComment in interface PopulationGrouppublic void setPopulation(Population value)
setPopulation in interface PopulationGroupvalue - public Population getPopulation()
getPopulation in interface PopulationGrouppublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||