fr.ifremer.allegro.referential
Class SurveyQualification

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

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

Qualification d'une enqu??te sur un navire.

Permet de qualifier les enquetes en :

- Enqu??te Directe

- Enqu??te Indirecte

- Estimation

Vide par d??faut, si l???enqu??te n???a pas encore ??t?? r??alis??e.

See Also:
Serialized Form

Nested Class Summary
static class SurveyQualification.Factory
          Constructs new instances of SurveyQualification.
 
Constructor Summary
SurveyQualification()
           
 
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.Boolean getEnableForActivity()
           
 java.lang.Boolean getEnableForFishingEffort()
           
 java.lang.Boolean getEnableForFishingTrip()
           
 java.lang.Boolean getEnableForLanding()
           
 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 setEnableForActivity(java.lang.Boolean enableForActivity)
           
 void setEnableForFishingEffort(java.lang.Boolean enableForFishingEffort)
           
 void setEnableForFishingTrip(java.lang.Boolean enableForFishingTrip)
           
 void setEnableForLanding(java.lang.Boolean enableForLanding)
           
 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

SurveyQualification

public SurveyQualification()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getEnableForActivity

public java.lang.Boolean getEnableForActivity()

setEnableForActivity

public void setEnableForActivity(java.lang.Boolean enableForActivity)

getEnableForFishingEffort

public java.lang.Boolean getEnableForFishingEffort()

setEnableForFishingEffort

public void setEnableForFishingEffort(java.lang.Boolean enableForFishingEffort)

getEnableForFishingTrip

public java.lang.Boolean getEnableForFishingTrip()

setEnableForFishingTrip

public void setEnableForFishingTrip(java.lang.Boolean enableForFishingTrip)

getEnableForLanding

public java.lang.Boolean getEnableForLanding()

setEnableForLanding

public void setEnableForLanding(java.lang.Boolean enableForLanding)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getStatus

public Status getStatus()

setStatus

public void setStatus(Status status)

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.