Package fr.ifremer.isisfish.entities
Interface EffortDescription
- All Superinterfaces:
Serializable
,org.nuiton.topia.persistence.TopiaEntity
,org.nuiton.topia.persistence.TopiaEntityContextable
- All Known Implementing Classes:
EffortDescriptionAbstract
,EffortDescriptionImpl
public interface EffortDescription
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
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 TypeMethodDescriptiondouble
double
int
int
double
int
double
double
double
double
void
setCrewFoodCost
(double crewFoodCost) void
setCrewShareRate
(double crewShareRate) void
setCrewSize
(int crewSize) void
setFishingOperation
(int fishingOperation) void
setFishingOperationDuration
(TimeUnit fishingOperationDuration) void
setFixedCrewSalary
(double fixedCrewSalary) void
setGearsNumberPerOperation
(int gearsNumberPerOperation) void
setLandingCosts
(double landingCosts) void
setOtherRunningCost
(double otherRunningCost) void
setPossibleMetiers
(Metier possibleMetiers) void
setRepairAndMaintenanceGearCost
(double repairAndMaintenanceGearCost) void
setSetOfVessels
(SetOfVessels setOfVessels) void
setUnitCostOfFishing
(double unitCostOfFishing) toString()
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_FISHING_OPERATION
- See Also:
-
PROPERTY_FISHING_OPERATION_DURATION
- See Also:
-
PROPERTY_GEARS_NUMBER_PER_OPERATION
- See Also:
-
PROPERTY_CREW_SIZE
- See Also:
-
PROPERTY_UNIT_COST_OF_FISHING
- See Also:
-
PROPERTY_FIXED_CREW_SALARY
- See Also:
-
PROPERTY_CREW_SHARE_RATE
- See Also:
-
PROPERTY_CREW_FOOD_COST
- See Also:
-
PROPERTY_REPAIR_AND_MAINTENANCE_GEAR_COST
- See Also:
-
PROPERTY_OTHER_RUNNING_COST
- See Also:
-
PROPERTY_LANDING_COSTS
- See Also:
-
PROPERTY_SET_OF_VESSELS
- See Also:
-
PROPERTY_POSSIBLE_METIERS
- See Also:
-
-
Method Details
-
setFishingOperation
void setFishingOperation(int fishingOperation) -
getFishingOperation
int getFishingOperation() -
setFishingOperationDuration
-
getFishingOperationDuration
TimeUnit getFishingOperationDuration() -
setGearsNumberPerOperation
void setGearsNumberPerOperation(int gearsNumberPerOperation) -
getGearsNumberPerOperation
int getGearsNumberPerOperation() -
setCrewSize
void setCrewSize(int crewSize) -
getCrewSize
int getCrewSize() -
setUnitCostOfFishing
void setUnitCostOfFishing(double unitCostOfFishing) -
getUnitCostOfFishing
double getUnitCostOfFishing() -
setFixedCrewSalary
void setFixedCrewSalary(double fixedCrewSalary) -
getFixedCrewSalary
double getFixedCrewSalary() -
setCrewFoodCost
void setCrewFoodCost(double crewFoodCost) -
getCrewFoodCost
double getCrewFoodCost() -
setRepairAndMaintenanceGearCost
void setRepairAndMaintenanceGearCost(double repairAndMaintenanceGearCost) -
getRepairAndMaintenanceGearCost
double getRepairAndMaintenanceGearCost() -
setOtherRunningCost
void setOtherRunningCost(double otherRunningCost) -
getOtherRunningCost
double getOtherRunningCost() -
setLandingCosts
void setLandingCosts(double landingCosts) -
getLandingCosts
double getLandingCosts() -
setSetOfVessels
-
getSetOfVessels
SetOfVessels getSetOfVessels() -
setPossibleMetiers
-
getPossibleMetiers
Metier getPossibleMetiers() -
toString
String toString()
-