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
| 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_FISHING_OPERATION
static final String PROPERTY_FISHING_OPERATION
- See Also:
- Constant Field Values
PROPERTY_FISHING_OPERATION_DURATION
static final String PROPERTY_FISHING_OPERATION_DURATION
- See Also:
- Constant Field Values
PROPERTY_GEARS_NUMBER_PER_OPERATION
static final String PROPERTY_GEARS_NUMBER_PER_OPERATION
- See Also:
- Constant Field Values
PROPERTY_CREW_SIZE
static final String PROPERTY_CREW_SIZE
- See Also:
- Constant Field Values
PROPERTY_UNIT_COST_OF_FISHING
static final String PROPERTY_UNIT_COST_OF_FISHING
- See Also:
- Constant Field Values
PROPERTY_FIXED_CREW_SALARY
static final String PROPERTY_FIXED_CREW_SALARY
- See Also:
- Constant Field Values
PROPERTY_CREW_SHARE_RATE
static final String PROPERTY_CREW_SHARE_RATE
- See Also:
- Constant Field Values
PROPERTY_CREW_FOOD_COST
static final String PROPERTY_CREW_FOOD_COST
- See Also:
- Constant Field Values
PROPERTY_REPAIR_AND_MAINTENANCE_GEAR_COST
static final String PROPERTY_REPAIR_AND_MAINTENANCE_GEAR_COST
- See Also:
- Constant Field Values
PROPERTY_OTHER_RUNNING_COST
static final String PROPERTY_OTHER_RUNNING_COST
- See Also:
- Constant Field Values
PROPERTY_LANDING_COSTS
static final String PROPERTY_LANDING_COSTS
- See Also:
- Constant Field Values
PROPERTY_SET_OF_VESSELS
static final String PROPERTY_SET_OF_VESSELS
- See Also:
- Constant Field Values
PROPERTY_POSSIBLE_METIERS
static final String PROPERTY_POSSIBLE_METIERS
- See Also:
- Constant Field Values
setFishingOperation
void setFishingOperation(int fishingOperation)
getFishingOperation
int getFishingOperation()
setFishingOperationDuration
void setFishingOperationDuration(TimeUnit fishingOperationDuration)
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()
setCrewShareRate
void setCrewShareRate(double crewShareRate)
getCrewShareRate
double getCrewShareRate()
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
void setSetOfVessels(SetOfVessels setOfVessels)
getSetOfVessels
SetOfVessels getSetOfVessels()
setPossibleMetiers
void setPossibleMetiers(Metier possibleMetiers)
getPossibleMetiers
Metier getPossibleMetiers()
toString
String toString()
- Overrides:
toString in class Object
Copyright © 1999-2012 CodeLutin. All Rights Reserved.