public abstract class DenormalisedBatchSortingValue extends Object implements Serializable
ATTENTION : Table technique. (RAZ des données possible)
| Modifier and Type | Class and Description |
|---|---|
static class |
DenormalisedBatchSortingValue.Factory
Constructs new instances of
DenormalisedBatchSortingValue. |
| Constructor and Description |
|---|
DenormalisedBatchSortingValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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() |
Integer |
getId()
Idenfiant interne.
|
Boolean |
getIsInherited() |
Float |
getNumericalValue() |
Parameter |
getParameter() |
Pmfm |
getPmfm() |
QualitativeValue |
getQualitativeValue() |
Integer |
getRankOrder() |
Unit |
getUnit() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setDenormalizedBatch(DenormalizedBatch denormalizedBatch) |
void |
setId(Integer id) |
void |
setIsInherited(Boolean isInherited) |
void |
setNumericalValue(Float numericalValue) |
void |
setParameter(Parameter parameter) |
void |
setPmfm(Pmfm pmfm) |
void |
setQualitativeValue(QualitativeValue qualitativeValue) |
void |
setRankOrder(Integer rankOrder) |
void |
setUnit(Unit unit) |
public Integer getId()
Idenfiant interne. Généré par le système.
public void setId(Integer id)
public Integer getRankOrder()
public void setRankOrder(Integer rankOrder)
public Boolean getIsInherited()
public void setIsInherited(Boolean isInherited)
public Float getNumericalValue()
public void setNumericalValue(Float numericalValue)
public QualitativeValue getQualitativeValue()
public void setQualitativeValue(QualitativeValue qualitativeValue)
public DenormalizedBatch getDenormalizedBatch()
public void setDenormalizedBatch(DenormalizedBatch denormalizedBatch)
public Unit getUnit()
public void setUnit(Unit unit)
public Parameter getParameter()
public void setParameter(Parameter parameter)
public Pmfm getPmfm()
public void setPmfm(Pmfm pmfm)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.