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
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
           
 
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
 
Method Summary
 void addAllPopulationSelectivity(Collection<Selectivity> populationSelectivity)
           
 void addPopulationSelectivity(Selectivity populationSelectivity)
           
 void clearPopulationSelectivity()
           
 String getComment()
           
 double getCost()
           
 String getEffortUnit()
           
 FisheryRegion getFisheryRegion()
           
 String getName()
           
 String getParameterName()
           
 Collection<Selectivity> getPopulationSelectivity()
           
 Selectivity getPopulationSelectivity(Population population)
           
 Selectivity getPopulationSelectivityByTopiaId(String topiaId)
           
 RangeOfValues getPossibleValue()
           
 double getStandardisationFactor()
           
 boolean isPopulationSelectivityEmpty()
           
 void removePopulationSelectivity(Selectivity populationSelectivity)
           
 void setComment(String comment)
           
 void setCost(double cost)
           
 void setEffortUnit(String effortUnit)
           
 void setName(String name)
           
 void setParameterName(String parameterName)
           
 void setPopulationSelectivity(Collection<Selectivity> populationSelectivity)
           
 void setPossibleValue(RangeOfValues possibleValue)
           
 void setStandardisationFactor(double standardisationFactor)
           
 int sizePopulationSelectivity()
           
 
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
 

Field Detail

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
Method Detail

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.