|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.conversion.WeightLengthConversion
public abstract class WeightLengthConversion
Relation Taille poids :
Le calcul se fait par multiplication de la taille d’un poisson par un
coefficient multiplicateur (convCoeff). Ce coefficient est obtenu à
partir des caractéristiques suivantes
- Taxon
mesuré (=espèces
scientifiques) : ReferenceTaxon
- Période (ex : du mois
de "décembre"
au mois de "juillet", indépendant de
l'année): startMonth, endMonth
-
Lieu ( Lieu père si inexistant).
- Sexe. Cette
caractéristique
n’étant pas renseignée systématiquement dans la table de correspondance,
la recherche du coefficient doit d’abord s’effectuer sur les
coefficients indépendant du sexe (Sex=null ). Si cette recherche est
infructueuse, et si le sexe du lot est connu (critère de classement
‘sexe’ renseigné) une nouvelle recherche doit être lancée sur les
coefficients ayant le sexe du lot considéré
Nested Class Summary | |
---|---|
static class |
WeightLengthConversion.Factory
Constructs new instances of WeightLengthConversion . |
Constructor Summary | |
---|---|
WeightLengthConversion()
|
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 |
getConversionCoefficientA()
Coefficient de conversion taille/poids. |
java.lang.Float |
getConversionCoefficientB()
|
java.lang.String |
getDescription()
|
java.lang.Integer |
getEndMonth()
Dernier mois de l'ann??e (inclu) ?? partir duquel la conversion ne s'applique plus. |
java.lang.Integer |
getId()
|
Location |
getLocation()
|
ReferenceTaxon |
getReferenceTaxon()
|
QualitativeValue |
getSex()
|
java.lang.Integer |
getStartMonth()
Premier mois de l'ann??e (inclu) ?? partir duquel la conversion s'applique. |
java.sql.Timestamp |
getUpdateDate()
|
java.lang.Integer |
getYear()
Ann??e sur laquelle a ??t?? ??tablie la relation taille-poids (Optionnel). |
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setConversionCoefficientA(java.lang.Float conversionCoefficientA)
|
void |
setConversionCoefficientB(java.lang.Float conversionCoefficientB)
|
void |
setDescription(java.lang.String description)
|
void |
setEndMonth(java.lang.Integer endMonth)
|
void |
setId(java.lang.Integer id)
|
void |
setLocation(Location location)
|
void |
setReferenceTaxon(ReferenceTaxon referenceTaxon)
|
void |
setSex(QualitativeValue sex)
|
void |
setStartMonth(java.lang.Integer startMonth)
|
void |
setUpdateDate(java.sql.Timestamp updateDate)
|
void |
setYear(java.lang.Integer year)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WeightLengthConversion()
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.Integer getStartMonth()
Premier mois de l'ann??e (inclu) ?? partir duquel la conversion s'applique.
public void setStartMonth(java.lang.Integer startMonth)
public java.lang.Integer getEndMonth()
Dernier mois de l'ann??e (inclu) ?? partir duquel la conversion ne s'applique plus.
public void setEndMonth(java.lang.Integer endMonth)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Float getConversionCoefficientA()
Coefficient de conversion taille/poids.
public void setConversionCoefficientA(java.lang.Float conversionCoefficientA)
public java.lang.Float getConversionCoefficientB()
public void setConversionCoefficientB(java.lang.Float conversionCoefficientB)
public java.lang.Integer getYear()
Ann??e sur laquelle a ??t?? ??tablie la relation taille-poids (Optionnel). Si non renseign??, alors la relation est toujours valable ou bien l'ann??e est inconnue.
public void setYear(java.lang.Integer year)
public java.sql.Timestamp getUpdateDate()
public void setUpdateDate(java.sql.Timestamp updateDate)
public Location getLocation()
public void setLocation(Location location)
public QualitativeValue getSex()
public void setSex(QualitativeValue sex)
public ReferenceTaxon getReferenceTaxon()
public void setReferenceTaxon(ReferenceTaxon referenceTaxon)
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 |