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
| 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 |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable |
delete, getTopiaContext, setTopiaContext, update |
| 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 |
PROPERTY_NAME
static final String PROPERTY_NAME
- See Also:
- Constant Field Values
PROPERTY_EFFORT_UNIT
static final String PROPERTY_EFFORT_UNIT
- See Also:
- Constant Field Values
PROPERTY_STANDARDISATION_FACTOR
static final String PROPERTY_STANDARDISATION_FACTOR
- See Also:
- Constant Field Values
PROPERTY_PARAMETER_NAME
static final String PROPERTY_PARAMETER_NAME
- See Also:
- Constant Field Values
PROPERTY_COST
static final String PROPERTY_COST
- See Also:
- Constant Field Values
PROPERTY_POSSIBLE_VALUE
static final String PROPERTY_POSSIBLE_VALUE
- See Also:
- Constant Field Values
PROPERTY_COMMENT
static final String PROPERTY_COMMENT
- See Also:
- Constant Field Values
PROPERTY_POPULATION_SELECTIVITY
static final String PROPERTY_POPULATION_SELECTIVITY
- See Also:
- Constant Field Values
setName
void setName(String name)
getName
String getName()
setEffortUnit
void setEffortUnit(String effortUnit)
getEffortUnit
String getEffortUnit()
setStandardisationFactor
void setStandardisationFactor(double standardisationFactor)
getStandardisationFactor
double getStandardisationFactor()
setParameterName
void setParameterName(String parameterName)
getParameterName
String getParameterName()
setCost
void setCost(double cost)
getCost
double getCost()
setPossibleValue
void setPossibleValue(RangeOfValues possibleValue)
getPossibleValue
RangeOfValues getPossibleValue()
setComment
void setComment(String comment)
getComment
String getComment()
addPopulationSelectivity
void addPopulationSelectivity(Selectivity populationSelectivity)
addAllPopulationSelectivity
void addAllPopulationSelectivity(Collection<Selectivity> populationSelectivity)
setPopulationSelectivity
void setPopulationSelectivity(Collection<Selectivity> populationSelectivity)
removePopulationSelectivity
void removePopulationSelectivity(Selectivity populationSelectivity)
clearPopulationSelectivity
void clearPopulationSelectivity()
getPopulationSelectivity
Collection<Selectivity> getPopulationSelectivity()
getPopulationSelectivityByTopiaId
Selectivity getPopulationSelectivityByTopiaId(String topiaId)
getPopulationSelectivity
Selectivity getPopulationSelectivity(Population population)
sizePopulationSelectivity
int sizePopulationSelectivity()
isPopulationSelectivityEmpty
boolean isPopulationSelectivityEmpty()
getFisheryRegion
FisheryRegion getFisheryRegion()
Copyright © 1999-2012 CodeLutin. All Rights Reserved.