fr.ifremer.allegro.referential.conversion
Class RoundWeightConversion

java.lang.Object
  extended by fr.ifremer.allegro.referential.conversion.RoundWeightConversion
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RoundWeightConversionImpl

public abstract class RoundWeightConversion
extends java.lang.Object
implements java.io.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.

See Also:
Serialized Form

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

RoundWeightConversion

public RoundWeightConversion()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getConversionCoefficient

public java.lang.Float getConversionCoefficient()

Coefficient de conversion pour l'??quivalent poids vif.


setConversionCoefficient

public void setConversionCoefficient(java.lang.Float conversionCoefficient)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getTaxonGroup

public TaxonGroup getTaxonGroup()

setTaxonGroup

public void setTaxonGroup(TaxonGroup taxonGroup)

getLocation

public Location getLocation()

setLocation

public void setLocation(Location location)

getPreserving

public QualitativeValue getPreserving()

Etat du poisson (entier, Etet??, etc.)


setPreserving

public void setPreserving(QualitativeValue preserving)

getDressing

public QualitativeValue getDressing()

Pr??sentation du poisson (Frais, Congel??, ...)


setDressing

public void setDressing(QualitativeValue dressing)

equals

public 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.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.