|
||||||||||
| 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
Nom de l'attribut en BD : comment |
protected double |
cost
Coût d'achat de l'engin |
protected String |
effortUnit
Nom de l'attribut en BD : effortUnit |
protected String |
name
Nom de l'attribut en BD : name |
protected String |
parameterName
Nom de l'attribut en BD : parameterName |
protected Collection<Selectivity> |
populationSelectivity
Nom de l'attribut en BD : population |
protected RangeOfValues |
possibleValue
Nom de l'attribut en BD : possibleValue |
protected double |
standardisationFactor
Nom de l'attribut en BD : 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 |
|---|
PROPERTY_COMMENT, PROPERTY_COST, PROPERTY_EFFORT_UNIT, PROPERTY_NAME, PROPERTY_PARAMETER_NAME, PROPERTY_POPULATION_SELECTIVITY, PROPERTY_POSSIBLE_VALUE, PROPERTY_STANDARDISATION_FACTOR |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable |
|---|
TOPIA_CONTEXT |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
GearAbstract()
|
|
| Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
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 |
| 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.TopiaEntityContextable |
|---|
getTopiaContext, setTopiaContext |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, 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
Nom de l'attribut en BD : cost
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.TopiaEntityContextableorg.nuiton.topia.TopiaException
public void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntityContextableorg.nuiton.topia.TopiaException
public 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 setName(String name)
setName in interface Gearpublic String getName()
getName in interface Gearpublic void setEffortUnit(String effortUnit)
setEffortUnit in interface Gearpublic String getEffortUnit()
getEffortUnit in interface Gearpublic void setStandardisationFactor(double standardisationFactor)
setStandardisationFactor in interface Gearpublic double getStandardisationFactor()
getStandardisationFactor in interface Gearpublic void setParameterName(String parameterName)
setParameterName in interface Gearpublic String getParameterName()
getParameterName in interface Gearpublic void setCost(double cost)
setCost in interface Gearpublic double getCost()
getCost in interface Gearpublic void setPossibleValue(RangeOfValues possibleValue)
setPossibleValue in interface Gearpublic RangeOfValues getPossibleValue()
getPossibleValue in interface Gearpublic void setComment(String comment)
setComment in interface Gearpublic String getComment()
getComment in interface Gearpublic void addPopulationSelectivity(Selectivity populationSelectivity)
addPopulationSelectivity in interface Gearpublic void addAllPopulationSelectivity(Collection<Selectivity> populationSelectivity)
addAllPopulationSelectivity in interface Gearpublic void setPopulationSelectivity(Collection<Selectivity> populationSelectivity)
setPopulationSelectivity in interface Gearpublic void removePopulationSelectivity(Selectivity populationSelectivity)
removePopulationSelectivity in interface Gearpublic void clearPopulationSelectivity()
clearPopulationSelectivity in interface Gearpublic Collection<Selectivity> getPopulationSelectivity()
getPopulationSelectivity in interface Gearpublic Selectivity getPopulationSelectivityByTopiaId(String topiaId)
getPopulationSelectivityByTopiaId in interface Gearpublic Selectivity getPopulationSelectivity(Population population)
getPopulationSelectivity in interface Gearpublic int sizePopulationSelectivity()
sizePopulationSelectivity in interface Gearpublic boolean isPopulationSelectivityEmpty()
isPopulationSelectivityEmpty in interface Gear
public 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.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 String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||