public abstract class RoundWeightConversion extends Object implements Serializable
Equivalent poids vif :
Le calcul se fait par multiplication du poids total du lot par un
coefficient multiplicateur (convCoeff) . Ce coefficient est obtenu à
partir des caractéristiques suivantes :
- espèce
commerciale :
TaxonGroup
- présentation du poisson: fishPresentation
(ex :
"Entier", "Vidé",
"Étêté, vidé, équeuté",
"Décortiqué", ...).
-
Etat du poisson : fishState (ex : "frais", "congelé", "salé",
"séché"...).
- Pays dans lequel
s’est effectuée
la capture.
Definition FAO : "Round Weigth" : the weight of the whole fish
before processing or removal of any part.
FAO (1998):
Guidelines for
the routine collection of capture fishery data. FAO Fish. Tech. Pap,
382: 113 p.
| Modifier and Type | Class and Description |
|---|---|
static class |
RoundWeightConversion.Factory
Constructs new instances of
RoundWeightConversion. |
| Constructor and Description |
|---|
RoundWeightConversion() |
| 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. |
Float |
getConversionCoefficient()
Coefficient de conversion pour l'équivalent poids vif.
|
String |
getDescription() |
QualitativeValue |
getDressing()
Présentation du poisson (Frais, Congelé, ...)
|
Date |
getEndDate() |
Integer |
getId()
Idenfiant interne.
|
Location |
getLocation() |
QualitativeValue |
getPreserving()
Etat du poisson (entier, Eteté, etc.)
|
Date |
getStartDate() |
TaxonGroup |
getTaxonGroup() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setConversionCoefficient(Float conversionCoefficient) |
void |
setDescription(String description) |
void |
setDressing(QualitativeValue dressing) |
void |
setEndDate(Date endDate) |
void |
setId(Integer id) |
void |
setLocation(Location location) |
void |
setPreserving(QualitativeValue preserving) |
void |
setStartDate(Date startDate) |
void |
setTaxonGroup(TaxonGroup taxonGroup) |
void |
setUpdateDate(Timestamp updateDate) |
public Integer getId()
Idenfiant interne. Généré par le système.
public void setId(Integer id)
public Float getConversionCoefficient()
Coefficient de conversion pour l'équivalent poids vif.
public void setConversionCoefficient(Float conversionCoefficient)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public String getDescription()
public void setDescription(String description)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public QualitativeValue getPreserving()
Etat du poisson (entier, Eteté, etc.)
public void setPreserving(QualitativeValue preserving)
public QualitativeValue getDressing()
Présentation du poisson (Frais, Congelé, ...)
public void setDressing(QualitativeValue dressing)
public TaxonGroup getTaxonGroup()
public void setTaxonGroup(TaxonGroup taxonGroup)
public Location getLocation()
public void setLocation(Location location)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.