|
||||||||||
| 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.GearAbstract
public abstract class GearAbstract
| Field Summary | |
|---|---|
protected String |
comment
|
protected double |
cost
Coût d'achat de l'engin |
protected String |
effortUnit
|
protected String |
name
|
protected String |
parameterName
|
protected Collection<Selectivity> |
populationSelectivity
|
protected RangeOfValues |
possibleValue
|
protected double |
standardisationFactor
|
| 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.Gear |
|---|
COMMENT, COST, EFFORT_UNIT, NAME, PARAMETER_NAME, POPULATION_SELECTIVITY, POSSIBLE_VALUE, STANDARDISATION_FACTOR |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
GearAbstract()
|
|
| 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 |
addAllPopulationSelectivity(Collection<Selectivity> values)
addAllPopulationSelectivity : |
void |
addPopulationSelectivity(Selectivity value)
addPopulationSelectivity : |
void |
clearPopulationSelectivity()
clearPopulationSelectivity : |
void |
delete()
delete : |
String |
getComment()
getComment : |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
getComposite : |
double |
getCost()
getCost : |
String |
getEffortUnit()
getEffortUnit : |
String |
getName()
getName : |
String |
getParameterName()
getParameterName : |
Collection<Selectivity> |
getPopulationSelectivity()
getPopulationSelectivity : |
Selectivity |
getPopulationSelectivity(Population value)
getPopulationSelectivity : |
Selectivity |
getPopulationSelectivityByTopiaId(String topiaId)
getPopulationSelectivityByTopiaId : |
RangeOfValues |
getPossibleValue()
getPossibleValue : |
double |
getStandardisationFactor()
getStandardisationFactor : |
boolean |
isPopulationSelectivityEmpty()
isPopulationSelectivityEmpty : |
void |
removePopulationSelectivity(Selectivity value)
removePopulationSelectivity : |
void |
setComment(String value)
setComment : |
void |
setCost(double value)
setCost : |
void |
setEffortUnit(String value)
setEffortUnit : |
void |
setName(String value)
setName : |
void |
setParameterName(String value)
setParameterName : |
void |
setPopulationSelectivity(Collection<Selectivity> values)
setPopulationSelectivity : |
void |
setPossibleValue(RangeOfValues value)
setPossibleValue : |
void |
setStandardisationFactor(double value)
setStandardisationFactor : |
int |
sizePopulationSelectivity()
sizePopulationSelectivity : |
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.Gear |
|---|
getFisheryRegion |
| 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 String name
protected String effortUnit
protected double standardisationFactor
protected String parameterName
protected double cost
Coût d'achat de l'engin
protected RangeOfValues possibleValue
protected String comment
protected Collection<Selectivity> populationSelectivity
| Constructor Detail |
|---|
public GearAbstract()
| 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 setName(String value)
setName in interface Gearvalue - public String getName()
getName in interface Gearpublic void setEffortUnit(String value)
setEffortUnit in interface Gearvalue - public String getEffortUnit()
getEffortUnit in interface Gearpublic void setStandardisationFactor(double value)
setStandardisationFactor in interface Gearvalue - public double getStandardisationFactor()
getStandardisationFactor in interface Gearpublic void setParameterName(String value)
setParameterName in interface Gearvalue - public String getParameterName()
getParameterName in interface Gearpublic void setCost(double value)
setCost in interface Gearvalue - public double getCost()
getCost in interface Gearpublic void setPossibleValue(RangeOfValues value)
setPossibleValue in interface Gearvalue - public RangeOfValues getPossibleValue()
getPossibleValue in interface Gearpublic void setComment(String value)
setComment in interface Gearvalue - public String getComment()
getComment in interface Gearpublic void addPopulationSelectivity(Selectivity value)
addPopulationSelectivity in interface Gearvalue - public Selectivity getPopulationSelectivityByTopiaId(String topiaId)
getPopulationSelectivityByTopiaId in interface GeartopiaId -
public void addAllPopulationSelectivity(Collection<Selectivity> values)
addAllPopulationSelectivity in interface Gearvalues - public void setPopulationSelectivity(Collection<Selectivity> values)
setPopulationSelectivity in interface Gearvalues - public void removePopulationSelectivity(Selectivity value)
removePopulationSelectivity in interface Gearvalue - public void clearPopulationSelectivity()
clearPopulationSelectivity in interface Gearpublic Collection<Selectivity> getPopulationSelectivity()
getPopulationSelectivity in interface Gearpublic Selectivity getPopulationSelectivity(Population value)
getPopulationSelectivity in interface Gearvalue -
public int sizePopulationSelectivity()
sizePopulationSelectivity in interface Gearpublic boolean isPopulationSelectivityEmpty()
isPopulationSelectivityEmpty in interface Gearpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||