fr.ifremer.allegro.referential.generic.cluster
Class ClusterSurveyQualification
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.