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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSIONFields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllPopulationSelectivity(Collection<Selectivity> populationSelectivity) voidaddPopulationSelectivity(Selectivity populationSelectivity) voiddoublegetCost()getName()getPopulationSelectivity(Population population) getPopulationSelectivityByTopiaId(String topiaId) doublebooleanvoidremovePopulationSelectivity(Selectivity populationSelectivity) voidsetComment(String comment) voidsetCost(double cost) voidsetEffortUnit(String effortUnit) voidvoidsetParameterName(String parameterName) voidsetPopulationSelectivity(Collection<Selectivity> populationSelectivity) voidsetPossibleValue(RangeOfValues possibleValue) voidsetStandardisationFactor(double standardisationFactor) intMethods 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, setTopiaVersionMethods 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()
-