fr.ifremer.isisfish.entities
Interface EffortDescription

All Superinterfaces:
org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
EffortDescriptionAbstract, EffortDescriptionImpl

public interface EffortDescription
extends org.nuiton.topia.persistence.TopiaEntity


Field Summary
static String CREW_FOOD_COST
           
static String CREW_SHARE_RATE
           
static String CREW_SIZE
           
static String FISHING_OPERATION
           
static String FISHING_OPERATION_DURATION
           
static String FIXED_CREW_SALARY
           
static String GEARS_NUMBER_PER_OPERATION
           
static String LANDING_COSTS
           
static String OTHER_RUNNING_COST
           
static String POSSIBLE_METIERS
           
static String REPAIR_AND_MAINTENANCE_GEAR_COST
           
static String SET_OF_VESSELS
           
static String UNIT_COST_OF_FISHING
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 double getCrewFoodCost()
          getCrewFoodCost : Frais de vivres pour l'ensemble de l'équipage par jour.
 double getCrewShareRate()
          getCrewShareRate : Taux de part de l'équipage
 int getCrewSize()
          getCrewSize : Taille de l'équipage pour le métier.
 int getFishingOperation()
          getFishingOperation : Nombre d'opération de pêche par jour
 TimeUnit getFishingOperationDuration()
          getFishingOperationDuration :
 double getFixedCrewSalary()
          getFixedCrewSalary : Salaire fixe pour l'ensemble de l'équipage pour un mois
 int getGearsNumberPerOperation()
          getGearsNumberPerOperation :
 double getLandingCosts()
          getLandingCosts :
 double getOtherRunningCost()
          getOtherRunningCost : autres coûts par jour
 Metier getPossibleMetiers()
          getPossibleMetiers : Retourne la valeur de l'attribut possibleMetiers.
 double getRepairAndMaintenanceGearCost()
          getRepairAndMaintenanceGearCost : Coût de maintenance et de réparation par jour d'utilisation
 SetOfVessels getSetOfVessels()
          getSetOfVessels : Retourne la valeur de l'attribut setOfVessels.
 double getUnitCostOfFishing()
          getUnitCostOfFishing : Coût de fonctionnement lié à une opération de pêche: carburant, huile, appât, glace (hors transport sur zone)
 void setCrewFoodCost(double crewFoodCost)
          setCrewFoodCost : Frais de vivres pour l'ensemble de l'équipage par jour.
 void setCrewShareRate(double crewShareRate)
          setCrewShareRate : Taux de part de l'équipage
 void setCrewSize(int crewSize)
          setCrewSize : Taille de l'équipage pour le métier.
 void setFishingOperation(int fishingOperation)
          setFishingOperation : Nombre d'opération de pêche par jour
 void setFishingOperationDuration(TimeUnit fishingOperationDuration)
          setFishingOperationDuration :
 void setFixedCrewSalary(double fixedCrewSalary)
          setFixedCrewSalary : Salaire fixe pour l'ensemble de l'équipage pour un mois
 void setGearsNumberPerOperation(int gearsNumberPerOperation)
          setGearsNumberPerOperation :
 void setLandingCosts(double landingCosts)
          setLandingCosts :
 void setOtherRunningCost(double otherRunningCost)
          setOtherRunningCost : autres coûts par jour
 void setPossibleMetiers(Metier value)
          setPossibleMetiers :
 void setRepairAndMaintenanceGearCost(double repairAndMaintenanceGearCost)
          setRepairAndMaintenanceGearCost : Coût de maintenance et de réparation par jour d'utilisation
 void setSetOfVessels(SetOfVessels value)
          setSetOfVessels :
 void setUnitCostOfFishing(double unitCostOfFishing)
          setUnitCostOfFishing : Coût de fonctionnement lié à une opération de pêche: carburant, huile, appât, glace (hors transport sur zone)
 String toString()
          toString :
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update
 

Field Detail

FISHING_OPERATION

static final String FISHING_OPERATION
See Also:
Constant Field Values

FISHING_OPERATION_DURATION

static final String FISHING_OPERATION_DURATION
See Also:
Constant Field Values

GEARS_NUMBER_PER_OPERATION

static final String GEARS_NUMBER_PER_OPERATION
See Also:
Constant Field Values

CREW_SIZE

static final String CREW_SIZE
See Also:
Constant Field Values

UNIT_COST_OF_FISHING

static final String UNIT_COST_OF_FISHING
See Also:
Constant Field Values

FIXED_CREW_SALARY

static final String FIXED_CREW_SALARY
See Also:
Constant Field Values

CREW_SHARE_RATE

static final String CREW_SHARE_RATE
See Also:
Constant Field Values

CREW_FOOD_COST

static final String CREW_FOOD_COST
See Also:
Constant Field Values

REPAIR_AND_MAINTENANCE_GEAR_COST

static final String REPAIR_AND_MAINTENANCE_GEAR_COST
See Also:
Constant Field Values

OTHER_RUNNING_COST

static final String OTHER_RUNNING_COST
See Also:
Constant Field Values

LANDING_COSTS

static final String LANDING_COSTS
See Also:
Constant Field Values

SET_OF_VESSELS

static final String SET_OF_VESSELS
See Also:
Constant Field Values

POSSIBLE_METIERS

static final String POSSIBLE_METIERS
See Also:
Constant Field Values
Method Detail

setFishingOperation

void setFishingOperation(int fishingOperation)
setFishingOperation :

Nombre d'opération de pêche par jour

Parameters:
fishingOperation - La valeur de l'attribut fishingOperation à positionner.

getFishingOperation

int getFishingOperation()
getFishingOperation :

Nombre d'opération de pêche par jour

Returns:
int

setFishingOperationDuration

void setFishingOperationDuration(TimeUnit fishingOperationDuration)
setFishingOperationDuration :

Parameters:
fishingOperationDuration - La valeur de l'attribut fishingOperationDuration à positionner.

getFishingOperationDuration

TimeUnit getFishingOperationDuration()
getFishingOperationDuration :

Returns:
TimeUnit

setGearsNumberPerOperation

void setGearsNumberPerOperation(int gearsNumberPerOperation)
setGearsNumberPerOperation :

Parameters:
gearsNumberPerOperation - La valeur de l'attribut gearsNumberPerOperation à positionner.

getGearsNumberPerOperation

int getGearsNumberPerOperation()
getGearsNumberPerOperation :

Returns:
int

setCrewSize

void setCrewSize(int crewSize)
setCrewSize :

Taille de l'équipage pour le métier. Ne peut-être inférieur à VesselType.minCrewSize.

Parameters:
crewSize - La valeur de l'attribut crewSize à positionner.

getCrewSize

int getCrewSize()
getCrewSize :

Taille de l'équipage pour le métier. Ne peut-être inférieur à VesselType.minCrewSize.

Returns:
int

setUnitCostOfFishing

void setUnitCostOfFishing(double unitCostOfFishing)
setUnitCostOfFishing :

Coût de fonctionnement lié à une opération de pêche: carburant, huile, appât, glace (hors transport sur zone)

Parameters:
unitCostOfFishing - La valeur de l'attribut unitCostOfFishing à positionner.

getUnitCostOfFishing

double getUnitCostOfFishing()
getUnitCostOfFishing :

Coût de fonctionnement lié à une opération de pêche: carburant, huile, appât, glace (hors transport sur zone)

Returns:
double

setFixedCrewSalary

void setFixedCrewSalary(double fixedCrewSalary)
setFixedCrewSalary :

Salaire fixe pour l'ensemble de l'équipage pour un mois

Parameters:
fixedCrewSalary - La valeur de l'attribut fixedCrewSalary à positionner.

getFixedCrewSalary

double getFixedCrewSalary()
getFixedCrewSalary :

Salaire fixe pour l'ensemble de l'équipage pour un mois

Returns:
double

setCrewShareRate

void setCrewShareRate(double crewShareRate)
setCrewShareRate :

Taux de part de l'équipage

Parameters:
crewShareRate - La valeur de l'attribut crewShareRate à positionner.

getCrewShareRate

double getCrewShareRate()
getCrewShareRate :

Taux de part de l'équipage

Returns:
double

setCrewFoodCost

void setCrewFoodCost(double crewFoodCost)
setCrewFoodCost :

Frais de vivres pour l'ensemble de l'équipage par jour.

Parameters:
crewFoodCost - La valeur de l'attribut crewFoodCost à positionner.

getCrewFoodCost

double getCrewFoodCost()
getCrewFoodCost :

Frais de vivres pour l'ensemble de l'équipage par jour.

Returns:
double

setRepairAndMaintenanceGearCost

void setRepairAndMaintenanceGearCost(double repairAndMaintenanceGearCost)
setRepairAndMaintenanceGearCost :

Coût de maintenance et de réparation par jour d'utilisation

Parameters:
repairAndMaintenanceGearCost - La valeur de l'attribut repairAndMaintenanceGearCost à positionner.

getRepairAndMaintenanceGearCost

double getRepairAndMaintenanceGearCost()
getRepairAndMaintenanceGearCost :

Coût de maintenance et de réparation par jour d'utilisation

Returns:
double

setOtherRunningCost

void setOtherRunningCost(double otherRunningCost)
setOtherRunningCost :

autres coûts par jour

Parameters:
otherRunningCost - La valeur de l'attribut otherRunningCost à positionner.

getOtherRunningCost

double getOtherRunningCost()
getOtherRunningCost :

autres coûts par jour

Returns:
double

setLandingCosts

void setLandingCosts(double landingCosts)
setLandingCosts :

Parameters:
landingCosts - La valeur de l'attribut landingCosts à positionner.

getLandingCosts

double getLandingCosts()
getLandingCosts :

Returns:
double

setSetOfVessels

void setSetOfVessels(SetOfVessels value)
setSetOfVessels :

Parameters:
value - La valeur de l'attribut setOfVessels à positionner.

getSetOfVessels

SetOfVessels getSetOfVessels()
getSetOfVessels : Retourne la valeur de l'attribut setOfVessels.

Returns:
SetOfVessels

setPossibleMetiers

void setPossibleMetiers(Metier value)
setPossibleMetiers :

Parameters:
value - La valeur de l'attribut possibleMetiers à positionner.

getPossibleMetiers

Metier getPossibleMetiers()
getPossibleMetiers : Retourne la valeur de l'attribut possibleMetiers.

Returns:
Metier

toString

String toString()
toString :

Overrides:
toString in class Object
Returns:
String


Copyright © 1999-2010 CodeLutin. All Rights Reserved.