Package fr.ifremer.isisfish.entities
Interface Gear
- All Superinterfaces:
Serializable
,org.nuiton.topia.persistence.TopiaEntity
,org.nuiton.topia.persistence.TopiaEntityContextable
- All Known Implementing Classes:
GearAbstract
,GearImpl
public interface Gear
extends org.nuiton.topia.persistence.TopiaEntityContextable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAllPopulationSelectivity
(Collection<Selectivity> populationSelectivity) void
addPopulationSelectivity
(Selectivity populationSelectivity) void
double
getCost()
getName()
getPopulationSelectivity
(Population population) getPopulationSelectivityByTopiaId
(String topiaId) double
boolean
void
removePopulationSelectivity
(Selectivity populationSelectivity) void
setComment
(String comment) void
setCost
(double cost) void
setEffortUnit
(String effortUnit) void
void
setParameterName
(String parameterName) void
setPopulationSelectivity
(Collection<Selectivity> populationSelectivity) void
setPossibleValue
(RangeOfValues possibleValue) void
setStandardisationFactor
(double standardisationFactor) int
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
delete, getTopiaContext, setTopiaContext, update
-
Field Details
-
PROPERTY_NAME
- See Also:
-
PROPERTY_EFFORT_UNIT
- See Also:
-
PROPERTY_STANDARDISATION_FACTOR
- See Also:
-
PROPERTY_PARAMETER_NAME
- See Also:
-
PROPERTY_COST
- See Also:
-
PROPERTY_POSSIBLE_VALUE
- See Also:
-
PROPERTY_COMMENT
- See Also:
-
PROPERTY_POPULATION_SELECTIVITY
- See Also:
-
-
Method Details
-
setName
-
getName
String getName() -
setEffortUnit
-
getEffortUnit
String getEffortUnit() -
setStandardisationFactor
void setStandardisationFactor(double standardisationFactor) -
getStandardisationFactor
double getStandardisationFactor() -
setParameterName
-
getParameterName
String getParameterName() -
setCost
void setCost(double cost) -
getCost
double getCost() -
setPossibleValue
-
getPossibleValue
RangeOfValues getPossibleValue() -
setComment
-
getComment
String getComment() -
addPopulationSelectivity
-
addAllPopulationSelectivity
-
setPopulationSelectivity
-
removePopulationSelectivity
-
clearPopulationSelectivity
void clearPopulationSelectivity() -
getPopulationSelectivity
Collection<Selectivity> getPopulationSelectivity() -
getPopulationSelectivityByTopiaId
-
getPopulationSelectivity
-
sizePopulationSelectivity
int sizePopulationSelectivity() -
isPopulationSelectivityEmpty
boolean isPopulationSelectivityEmpty() -
getFisheryRegion
FisheryRegion getFisheryRegion()
-