|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.measure.Measurement
fr.ifremer.allegro.data.measure.MeasurementImpl
fr.ifremer.allegro.data.measure.SortingMeasurement
public abstract class SortingMeasurement
R??sulat de classement destin?? ?? classifier un lot ou un produit.
Nested Class Summary | |
---|---|
static class |
SortingMeasurement.Factory
Constructs new instances of SortingMeasurement . |
Constructor Summary | |
---|---|
SortingMeasurement()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.measure.MeasurementImpl class
it will simply delegate the call up there. |
Produce |
getProduce()
|
java.lang.Integer |
getRankOrder()
Num??ro d'ordre de la mesure de classement (au sein d'un un lot). |
SortingBatch |
getSortingBatch()
|
int |
hashCode()
This entity does not have any identifiers but since it extends the fr.ifremer.allegro.data.measure.MeasurementImpl class
it will simply delegate the call up there. |
void |
setProduce(Produce produce)
|
void |
setRankOrder(java.lang.Integer rankOrder)
|
void |
setSortingBatch(SortingBatch sortingBatch)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortingMeasurement()
Method Detail |
---|
public java.lang.Integer getRankOrder()
Num??ro d'ordre de la mesure de classement (au sein d'un un lot).
public void setRankOrder(java.lang.Integer rankOrder)
public SortingBatch getSortingBatch()
public void setSortingBatch(SortingBatch sortingBatch)
public Produce getProduce()
public void setProduce(Produce produce)
public boolean equals(java.lang.Object object)
fr.ifremer.allegro.data.measure.MeasurementImpl
class
it will simply delegate the call up there.
equals
in class Measurement
Measurement.equals(Object)
public int hashCode()
fr.ifremer.allegro.data.measure.MeasurementImpl
class
it will simply delegate the call up there.
hashCode
in class Measurement
Measurement.hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |