fr.ifremer.allegro.data.batch.denormalized
Class DenormalisedBatchSortingValue

java.lang.Object
  extended by fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DenormalisedBatchSortingValueImpl

public abstract class DenormalisedBatchSortingValue
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class DenormalisedBatchSortingValue.Factory
          Constructs new instances of DenormalisedBatchSortingValue.
 
Constructor Summary
DenormalisedBatchSortingValue()
           
 
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.
 DenormalizedBatch getDenormalizedBatch()
           
 java.lang.Integer getId()
           
 java.lang.Float getNumericalvalue()
           
 Parameter getParameter()
           
 QualitativeValue getQualitativeValue()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setDenormalizedBatch(DenormalizedBatch denormalizedBatch)
           
 void setId(java.lang.Integer id)
           
 void setNumericalvalue(java.lang.Float numericalvalue)
           
 void setParameter(Parameter parameter)
           
 void setQualitativeValue(QualitativeValue qualitativeValue)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DenormalisedBatchSortingValue

public DenormalisedBatchSortingValue()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getNumericalvalue

public java.lang.Float getNumericalvalue()

setNumericalvalue

public void setNumericalvalue(java.lang.Float numericalvalue)

getDenormalizedBatch

public DenormalizedBatch getDenormalizedBatch()

setDenormalizedBatch

public void setDenormalizedBatch(DenormalizedBatch denormalizedBatch)

getQualitativeValue

public QualitativeValue getQualitativeValue()

setQualitativeValue

public void setQualitativeValue(QualitativeValue qualitativeValue)

getParameter

public Parameter getParameter()

setParameter

public void setParameter(Parameter parameter)

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.