fr.ifremer.allegro.referential.generic.cluster
Class ClusterSurveyQualification

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
      extended by fr.ifremer.allegro.referential.generic.cluster.ClusterSurveyQualification
All Implemented Interfaces:
java.io.Serializable

public class ClusterSurveyQualification
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterSurveyQualification()
           
ClusterSurveyQualification(ClusterSurveyQualification otherBean)
          Copies constructor from other ClusterSurveyQualification
ClusterSurveyQualification(java.lang.Integer id, java.lang.String name, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, RemoteStatusNaturalId statusNaturalId)
           
ClusterSurveyQualification(java.lang.Integer id, java.lang.String name, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.sql.Timestamp updateDate, RemoteStatusNaturalId statusNaturalId)
           
 
Method Summary
 void copy(ClusterSurveyQualification otherBean)
          Copies all properties from the argument value object into this value 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()
           
 RemoteStatusNaturalId getStatusNaturalId()
           
 java.sql.Timestamp getUpdateDate()
           
 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 setStatusNaturalId(RemoteStatusNaturalId statusNaturalId)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
addPropertyChangeListener, addPropertyChangeListener, copy, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterSurveyQualification

public ClusterSurveyQualification()

ClusterSurveyQualification

public ClusterSurveyQualification(java.lang.Integer id,
                                  java.lang.String name,
                                  java.lang.Boolean enableForActivity,
                                  java.lang.Boolean enableForFishingEffort,
                                  java.lang.Boolean enableForFishingTrip,
                                  java.lang.Boolean enableForLanding,
                                  RemoteStatusNaturalId statusNaturalId)

ClusterSurveyQualification

public ClusterSurveyQualification(java.lang.Integer id,
                                  java.lang.String name,
                                  java.lang.Boolean enableForActivity,
                                  java.lang.Boolean enableForFishingEffort,
                                  java.lang.Boolean enableForFishingTrip,
                                  java.lang.Boolean enableForLanding,
                                  java.sql.Timestamp updateDate,
                                  RemoteStatusNaturalId statusNaturalId)

ClusterSurveyQualification

public ClusterSurveyQualification(ClusterSurveyQualification otherBean)
Copies constructor from other ClusterSurveyQualification

Parameters:
otherBean, - cannot be null
Throws:
java.lang.NullPointerException - if the argument is null
Method Detail

copy

public void copy(ClusterSurveyQualification otherBean)
Copies all properties from the argument value object into this value object.


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)

getStatusNaturalId

public RemoteStatusNaturalId getStatusNaturalId()

setStatusNaturalId

public void setStatusNaturalId(RemoteStatusNaturalId statusNaturalId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.