fr.ifremer.allegro.administration.programStrategy
Class AcquisitionLevel

java.lang.Object
  extended by fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AcquisitionLevelImpl

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

Niveau de saisie sur lequel un quadruplet PSFM peut avoir des r??sultats. Ce niveau de saisie est d??fini via les strat??gies.

Exemple :

??? Op??ration

??? Op??ration de pr??l??vement

??? Lot (Quantification de lot ou Classement de lot)

??? Echantillon

Typiquement, le PSFM "mesure par Ichtyom??tre de la taille d'un poisson entier" pourra ??tre saisit sur un lot (comme crit??re de classement) et sur les r??sultats de mesure sur un ??chantillon (effectu??e en laboratoire). Ce PSFM pourra donc avoir les deux niveaus de saisie suivants : "Lot" et "Echantillon"

See Also:
Serialized Form

Nested Class Summary
static class AcquisitionLevel.Factory
          Constructs new instances of AcquisitionLevel.
 
Constructor Summary
AcquisitionLevel()
           
 
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

AcquisitionLevel

public AcquisitionLevel()
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.