|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.vessel.feature.use.UseFeatures
fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesImpl
fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures
public abstract class GearUseFeatures
Param??tre de mise en oeuvre de l'engin durant une op??ration.
Exemple de param??tre de mise en oeuvre:
??? nombre de bou??s,
??? type de panneau,
??? pr??sence d'un racasseur,
??? nombre de casier.
mais aussi :
??? profondeur moyenne de l'engin,
??? vitesse de traine moyenne
??? ouverture du chalut
Nested Class Summary | |
---|---|
static class |
GearUseFeatures.Factory
Constructs new instances of GearUseFeatures . |
Constructor Summary | |
---|---|
GearUseFeatures()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesImpl class
it will simply delegate the call up there. |
java.util.Collection |
getFishingAreas()
|
FishingEffortCalendar |
getFishingEffortCalendar()
|
Gear |
getGear()
Par soucis de facilit?? d'exploitation de la base de donn??es, il faut renseigner l'engin meme si un m??tier a d??j?? ??t?? renseign??. |
java.util.Collection |
getGearUseFeaturesOrigins()
|
java.util.Collection |
getGearUseMeasurements()
|
Operation |
getOperation()
|
int |
hashCode()
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesImpl class
it will simply delegate the call up there. |
void |
setFishingAreas(java.util.Collection fishingAreas)
|
void |
setFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
|
void |
setGear(Gear gear)
|
void |
setGearUseFeaturesOrigins(java.util.Collection gearUseFeaturesOrigins)
|
void |
setGearUseMeasurements(java.util.Collection gearUseMeasurements)
|
void |
setOperation(Operation operation)
|
Methods inherited from class fr.ifremer.allegro.data.vessel.feature.use.UseFeatures |
---|
getControlDate, getCreationDate, getEndDate, getId, getProgram, getQualificationComments, getQualificationDate, getQualityFlag, getStartDate, getUpdateDate, getValidationDate, getVessel, setControlDate, setCreationDate, setEndDate, setId, setProgram, setQualificationComments, setQualificationDate, setQualityFlag, setStartDate, setUpdateDate, setValidationDate, setVessel |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GearUseFeatures()
Method Detail |
---|
public java.util.Collection getGearUseMeasurements()
public void setGearUseMeasurements(java.util.Collection gearUseMeasurements)
public FishingEffortCalendar getFishingEffortCalendar()
public void setFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
public Operation getOperation()
public void setOperation(Operation operation)
public Gear getGear()
Par soucis de facilit?? d'exploitation de la base de donn??es, il faut renseigner l'engin meme si un m??tier a d??j?? ??t?? renseign??.
public void setGear(Gear gear)
public java.util.Collection getGearUseFeaturesOrigins()
public void setGearUseFeaturesOrigins(java.util.Collection gearUseFeaturesOrigins)
public java.util.Collection getFishingAreas()
public void setFishingAreas(java.util.Collection fishingAreas)
public boolean equals(java.lang.Object object)
fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesImpl
class
it will simply delegate the call up there.
equals
in class UseFeatures
UseFeatures.equals(Object)
public int hashCode()
fr.ifremer.allegro.data.vessel.feature.use.UseFeaturesImpl
class
it will simply delegate the call up there.
hashCode
in class UseFeatures
UseFeatures.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |