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. |
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()
Représente un lieu au sens général du terme.
|
QualitativeValue |
getPreserving()
Etat du poisson (entier, Eteté, etc.)
|
Date |
getStartDate() |
TaxonGroup |
getTaxonGroup()
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
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) |
void |
setId(Integer idIn)
Idenfiant interne.
|
void |
setLocation(Location locationIn)
Représente un lieu au sens général du terme.
|
void |
setPreserving(QualitativeValue preservingIn)
Etat du poisson (entier, Eteté, etc.)
|
void |
setStartDate(Date startDateIn) |
void |
setTaxonGroup(TaxonGroup taxonGroupIn)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
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 Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic Location getLocation()
public void setLocation(Location locationIn)
locationIn
- Locationpublic 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 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.