public abstract class RoundWeightConversion extends Object implements Serializable, Comparable<RoundWeightConversion>
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 |
---|---|
int |
compareTo(RoundWeightConversion o) |
boolean |
equals(Object object)
Returns
true if the argument is an RoundWeightConversion instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getComments() |
Float |
getConversionCoefficient()
Coefficient de conversion pour l'équivalent poids vif.
|
String |
getDescription() |
QualitativeValue |
getDressing()
Présentation du poisson (Frais, Congelé, ...)
|
Date |
getEndDate()
Date de fin de validité de l'équivalent poids vif.
|
Integer |
getId()
Idenfiant interne.
|
Location |
getLocation()
Représente un lieu au sens général du terme.
|
OriginItemType |
getOriginItemType()
The origin of the round weight conversion
|
QualitativeValue |
getPreserving()
Etat du poisson (entier, Eteté, etc.)
|
Date |
getStartDate()
Date de début de validité de l'équivalent poids vif
|
TaxonGroup |
getTaxonGroup()
Lien vers l'espèce commerciale
|
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setComments(String commentsIn) |
void |
setConversionCoefficient(Float conversionCoefficientIn)
Coefficient de conversion pour l'équivalent poids vif.
|
void |
setDescription(String descriptionIn) |
void |
setDressing(QualitativeValue dressingIn)
Présentation du poisson (Frais, Congelé, ...)
|
void |
setEndDate(Date endDateIn)
Date de fin de validité de l'équivalent poids vif.
|
void |
setId(Integer idIn)
Idenfiant interne.
|
void |
setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
setOriginItemType(OriginItemType originItemTypeIn)
The origin of the round weight conversion
|
void |
setPreserving(QualitativeValue preservingIn)
Etat du poisson (entier, Eteté, etc.)
|
void |
setStartDate(Date startDateIn)
Date de début de validité de l'équivalent poids vif
|
void |
setTaxonGroup(TaxonGroup taxonGroupIn)
Lien vers l'espèce commerciale
|
void |
setUpdateDate(Timestamp updateDateIn) |
public RoundWeightConversion()
public void setId(Integer idIn)
idIn
- Integerpublic Float getConversionCoefficient()
public void setConversionCoefficient(Float conversionCoefficientIn)
conversionCoefficientIn
- Floatpublic Date getStartDate()
public void setStartDate(Date startDateIn)
startDateIn
- Datepublic Date getEndDate()
public void setEndDate(Date endDateIn)
endDateIn
- Datepublic String getDescription()
public void setDescription(String descriptionIn)
descriptionIn
- Stringpublic String getComments()
public void setComments(String commentsIn)
commentsIn
- Stringpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic OriginItemType getOriginItemType()
public void setOriginItemType(OriginItemType originItemTypeIn)
originItemTypeIn
- OriginItemTypepublic QualitativeValue getPreserving()
public void setPreserving(QualitativeValue preservingIn)
preservingIn
- QualitativeValuepublic QualitativeValue getDressing()
public void setDressing(QualitativeValue dressingIn)
dressingIn
- QualitativeValuepublic TaxonGroup getTaxonGroup()
public void setTaxonGroup(TaxonGroup taxonGroupIn)
taxonGroupIn
- TaxonGrouppublic Location getLocation()
public void setLocation(Location locationIn)
locationIn
- Locationpublic boolean equals(Object object)
true
if the argument is an RoundWeightConversion instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(RoundWeightConversion o)
compareTo
in interface Comparable<RoundWeightConversion>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.