@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Fri May 15 12:44:58 UTC 2020") public interface Gear extends org.nuiton.topia.persistence.TopiaEntityContextable
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_COMMENT |
static String |
PROPERTY_COST |
static String |
PROPERTY_EFFORT_UNIT |
static String |
PROPERTY_NAME |
static String |
PROPERTY_PARAMETER_NAME |
static String |
PROPERTY_POPULATION_SELECTIVITY |
static String |
PROPERTY_POSSIBLE_VALUE |
static String |
PROPERTY_STANDARDISATION_FACTOR |
delete, getTopiaContext, setTopiaContext, update
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
static final String PROPERTY_NAME
static final String PROPERTY_EFFORT_UNIT
static final String PROPERTY_STANDARDISATION_FACTOR
static final String PROPERTY_PARAMETER_NAME
static final String PROPERTY_COST
static final String PROPERTY_POSSIBLE_VALUE
static final String PROPERTY_COMMENT
static final String PROPERTY_POPULATION_SELECTIVITY
void setName(String name)
String getName()
void setEffortUnit(String effortUnit)
String getEffortUnit()
void setStandardisationFactor(double standardisationFactor)
double getStandardisationFactor()
void setParameterName(String parameterName)
String getParameterName()
void setCost(double cost)
double getCost()
void setPossibleValue(RangeOfValues possibleValue)
RangeOfValues getPossibleValue()
void setComment(String comment)
String getComment()
void addPopulationSelectivity(Selectivity populationSelectivity)
void addAllPopulationSelectivity(Collection<Selectivity> populationSelectivity)
void setPopulationSelectivity(Collection<Selectivity> populationSelectivity)
void removePopulationSelectivity(Selectivity populationSelectivity)
void clearPopulationSelectivity()
Collection<Selectivity> getPopulationSelectivity()
Selectivity getPopulationSelectivityByTopiaId(String topiaId)
Selectivity getPopulationSelectivity(Population population)
int sizePopulationSelectivity()
boolean isPopulationSelectivityEmpty()
FisheryRegion getFisheryRegion()
Copyright © 1999–2020 CodeLutin. All rights reserved.