|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.NumericalPrecision
public abstract class NumericalPrecision
Pr??cision de la mesure par rapport au seuil de d??tection de l'instrument d'analyse. Se trouve-t-on au dessus ou en dessous du seuil de d??tection ?
Utilis??e principalement lors de l'utilisation d'instrument de mesure.
La liste sera la suivante :
- sup??rieure valeur maximale pouvant ??tre d??tect??e
- inf??rieure ?? la valeur minimale pouvant ??tre d??tect??e
Nested Class Summary | |
---|---|
static class |
NumericalPrecision.Factory
Constructs new instances of NumericalPrecision . |
Constructor Summary | |
---|---|
NumericalPrecision()
|
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.String |
getDescription()
|
java.lang.Integer |
getId()
|
java.lang.String |
getName()
|
Status |
getStatus()
|
java.sql.Timestamp |
getUpdateDate()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setDescription(java.lang.String description)
|
void |
setId(java.lang.Integer id)
|
void |
setName(java.lang.String name)
|
void |
setStatus(Status status)
|
void |
setUpdateDate(java.sql.Timestamp updateDate)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumericalPrecision()
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.sql.Timestamp getUpdateDate()
public void setUpdateDate(java.sql.Timestamp updateDate)
public Status getStatus()
public void setStatus(Status status)
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 |