public abstract class DenormalizedOperation extends Object implements Serializable
ATTENTION : Table technique. (RAZ des données possible) Ne pas remplir directement, mais passer par OPERATION.
Opération sous forme dénormalisée (mise en colonne des mesures, etc).
L'intéret est l'optimisation des routine d'extraction (ex : extraction COST), d'exploitation des données (reporting BIRT), etc.
| Modifier and Type | Class and Description |
|---|---|
static class |
DenormalizedOperation.Factory
Constructs new instances of
DenormalizedOperation. |
| Constructor and Description |
|---|
DenormalizedOperation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
This entity does not have any identifiers
and is not extending any other entity,
so this method will only return
true if the argument reference and this
refer to the same object. |
Location |
getAreaLocation()
Area (cf spécifications COST)
|
FishingTrip |
getFishingTrip() |
Gear |
getGear() |
Float |
getGearDepth()
Profondeur moyenne de l'engin (en mètre).
|
Float |
getGearMeshSize()
Maillage étiré de l'engin (en millimètre)
|
Long |
getId()
Identifiant de l'opération.
|
Boolean |
getIsDiscardSampling()
La partie non retenue a t'elle été échantillonnée comme le
prévoit le protocole ?
|
Boolean |
getIsLandingSampling()
La partie retenue a t'elle été échantillonnée comme le prévoit
le protocole ?
|
Float |
getMainWaterDepth()
Hauteur d'eau moyenne (en mètre)?
|
Metier |
getMetier() |
Short |
getRankOrder()
Numéro d'ordre de l'opération dans la marée.
|
Location |
getRectangleLocation()
Rectangle statistique
|
QualitativeValue |
getSelectiveDevice() |
Location |
getSubpolygonLocation()
Sous-polygone (cf spécifications COST)
|
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setAreaLocation(Location areaLocation) |
void |
setFishingTrip(FishingTrip fishingTrip) |
void |
setGear(Gear gear) |
void |
setGearDepth(Float gearDepth) |
void |
setGearMeshSize(Float gearMeshSize) |
void |
setId(Long id) |
void |
setIsDiscardSampling(Boolean isDiscardSampling) |
void |
setIsLandingSampling(Boolean isLandingSampling) |
void |
setMainWaterDepth(Float mainWaterDepth) |
void |
setMetier(Metier metier) |
void |
setRankOrder(Short rankOrder) |
void |
setRectangleLocation(Location rectangleLocation) |
void |
setSelectiveDevice(QualitativeValue selectiveDevice) |
void |
setSubpolygonLocation(Location subpolygonLocation) |
void |
setUpdateDate(Timestamp updateDate) |
public Long getId()
Identifiant de l'opération.
Doit etre identique à celui de la table OPERATION : pas de numérotation automatique.
public void setId(Long id)
public Short getRankOrder()
Numéro d'ordre de l'opération dans la marée.
L'ordre est déterminée par un tri par odre croissant des dates de fin d'opération.
public void setRankOrder(Short rankOrder)
public Boolean getIsLandingSampling()
La partie retenue a t'elle été échantillonnée comme le prévoit le protocole ?
(cf manuel de l'observateur du programme de collecte concerné)
public void setIsLandingSampling(Boolean isLandingSampling)
public Boolean getIsDiscardSampling()
La partie non retenue a t'elle été échantillonnée comme le prévoit le protocole ?
(cf manuel de l'observateur du programme de collecte concerné)
public void setIsDiscardSampling(Boolean isDiscardSampling)
public Float getGearMeshSize()
Maillage étiré de l'engin (en millimètre)
public void setGearMeshSize(Float gearMeshSize)
public Float getGearDepth()
Profondeur moyenne de l'engin (en mètre).
ref : COST
public void setGearDepth(Float gearDepth)
public Float getMainWaterDepth()
Hauteur d'eau moyenne (en mètre)?
ref : COST ?
public void setMainWaterDepth(Float mainWaterDepth)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public FishingTrip getFishingTrip()
public void setFishingTrip(FishingTrip fishingTrip)
public Location getRectangleLocation()
Rectangle statistique
public void setRectangleLocation(Location rectangleLocation)
public Location getSubpolygonLocation()
Sous-polygone (cf spécifications COST)
public void setSubpolygonLocation(Location subpolygonLocation)
public QualitativeValue getSelectiveDevice()
public void setSelectiveDevice(QualitativeValue selectiveDevice)
public Gear getGear()
public void setGear(Gear gear)
public Location getAreaLocation()
Area (cf spécifications COST)
public void setAreaLocation(Location areaLocation)
public Metier getMetier()
public void setMetier(Metier metier)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.