fr.ifremer.allegro.referential
Class QualityFlag

java.lang.Object
  extended by fr.ifremer.allegro.referential.QualityFlag
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
QualityFlagImpl

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

Indice qualit?? d'une donn??e.

Actuellement, les indices qualit??s identifi??s sont :

0 - Non qualifi??e,

1 - Bonne,

2 - Hors statistiques,

3 - Douteuse,

4 - Fausse,

5 - Corrig??e,

8 - Incompl??te,

9 - Absente.

See Also:
Serialized Form

Nested Class Summary
static class QualityFlag.Factory
          Constructs new instances of QualityFlag.
 
Constructor Summary
QualityFlag()
           
 
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 getCode()
           
 java.lang.String getName()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setCode(java.lang.String code)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QualityFlag

public QualityFlag()
Method Detail

getCode

public java.lang.String getCode()

setCode

public void setCode(java.lang.String code)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

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.