|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.conversion.RoundWeightConversion
public abstract class 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.
Nested Class Summary | |
---|---|
static class |
RoundWeightConversion.Factory
Constructs new instances of RoundWeightConversion . |
Constructor Summary | |
---|---|
RoundWeightConversion()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.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. |
java.lang.Float |
getConversionCoefficient()
Coefficient de conversion pour l'??quivalent poids vif. |
java.lang.String |
getDescription()
|
QualitativeValue |
getDressing()
Pr??sentation du poisson (Frais, Congel??, ...) |
java.lang.Integer |
getId()
|
Location |
getLocation()
|
QualitativeValue |
getPreserving()
Etat du poisson (entier, Etet??, etc.) |
TaxonGroup |
getTaxonGroup()
|
java.sql.Timestamp |
getUpdateDate()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setConversionCoefficient(java.lang.Float conversionCoefficient)
|
void |
setDescription(java.lang.String description)
|
void |
setDressing(QualitativeValue dressing)
|
void |
setId(java.lang.Integer id)
|
void |
setLocation(Location location)
|
void |
setPreserving(QualitativeValue preserving)
|
void |
setTaxonGroup(TaxonGroup taxonGroup)
|
void |
setUpdateDate(java.sql.Timestamp updateDate)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoundWeightConversion()
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.Float getConversionCoefficient()
Coefficient de conversion pour l'??quivalent poids vif.
public void setConversionCoefficient(java.lang.Float conversionCoefficient)
public java.sql.Timestamp getUpdateDate()
public void setUpdateDate(java.sql.Timestamp updateDate)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public TaxonGroup getTaxonGroup()
public void setTaxonGroup(TaxonGroup taxonGroup)
public Location getLocation()
public void setLocation(Location location)
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 boolean equals(java.lang.Object object)
true
if the argument reference and this
refer to the same object.
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |