fr.ifremer.allegro.data.batch.generic.cluster
Class ClusterCatchBatch

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
      extended by fr.ifremer.allegro.data.batch.generic.cluster.ClusterBatch
          extended by fr.ifremer.allegro.data.batch.generic.cluster.ClusterCatchBatch
All Implemented Interfaces:
java.io.Serializable

public class ClusterCatchBatch
extends ClusterBatch
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterCatchBatch()
           
ClusterCatchBatch(ClusterCatchBatch otherBean)
          Copies constructor from other ClusterCatchBatch
ClusterCatchBatch(java.lang.Integer id, java.lang.Integer idLocal, java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, RemoteBatchNaturalId parentBatchNaturalId, RemoteProduceNaturalId[] produceNaturalId, ClusterQuantificationMeasurement[] clusterQuantificationMeasurements, ClusterCatchBatch[] clusterChildBatchssOfCatchBatch, ClusterSortingBatch[] clusterChildBatchssOfSortingBatch, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteFishingOperationNaturalId fishingOperationNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteLandingNaturalId landingNaturalId, RemoteSaleNaturalId saleNaturalId, java.lang.String synchronizationStatus)
           
ClusterCatchBatch(java.lang.Short rankOrder, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, RemoteProduceNaturalId[] produceNaturalId, ClusterQuantificationMeasurement[] clusterQuantificationMeasurements, ClusterCatchBatch[] clusterChildBatchssOfCatchBatch, ClusterSortingBatch[] clusterChildBatchssOfSortingBatch, RemoteQualityFlagNaturalId qualityFlagNaturalId)
           
 
Method Summary
 void copy(ClusterCatchBatch otherBean)
          Copies all properties from the argument value object into this value object.
 java.util.Date getControlDate()
           
 RemoteFishingOperationNaturalId getFishingOperationNaturalId()
           
 RemoteLandingNaturalId getLandingNaturalId()
           
 java.lang.String getQualificationComments()
           
 java.util.Date getQualificationDate()
           
 RemoteQualityFlagNaturalId getQualityFlagNaturalId()
           
 RemoteSaleNaturalId getSaleNaturalId()
           
 java.lang.String getSynchronizationStatus()
           
 java.sql.Timestamp getUpdateDate()
           
 java.util.Date getValidationDate()
           
 void setControlDate(java.util.Date controlDate)
           
 void setFishingOperationNaturalId(RemoteFishingOperationNaturalId fishingOperationNaturalId)
           
 void setLandingNaturalId(RemoteLandingNaturalId landingNaturalId)
           
 void setQualificationComments(java.lang.String qualificationComments)
           
 void setQualificationDate(java.util.Date qualificationDate)
           
 void setQualityFlagNaturalId(RemoteQualityFlagNaturalId qualityFlagNaturalId)
           
 void setSaleNaturalId(RemoteSaleNaturalId saleNaturalId)
           
 void setSynchronizationStatus(java.lang.String synchronizationStatus)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 void setValidationDate(java.util.Date validationDate)
           
 
Methods inherited from class fr.ifremer.allegro.data.batch.generic.cluster.ClusterBatch
copy, getChildBatchsReplication, getClusterChildBatchssOfCatchBatch, getClusterChildBatchssOfSortingBatch, getClusterQuantificationMeasurements, getComments, getExhaustiveInventory, getId, getIdLocal, getIndividualCount, getParentBatchNaturalId, getProduceNaturalId, getRankOrder, getSubgroupCount, setChildBatchsReplication, setClusterChildBatchssOfCatchBatch, setClusterChildBatchssOfSortingBatch, setClusterQuantificationMeasurements, setComments, setExhaustiveInventory, setId, setIdLocal, setIndividualCount, setParentBatchNaturalId, setProduceNaturalId, setRankOrder, setSubgroupCount
 
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

ClusterCatchBatch

public ClusterCatchBatch()

ClusterCatchBatch

public ClusterCatchBatch(java.lang.Short rankOrder,
                         java.lang.Boolean childBatchsReplication,
                         java.lang.Boolean exhaustiveInventory,
                         RemoteProduceNaturalId[] produceNaturalId,
                         ClusterQuantificationMeasurement[] clusterQuantificationMeasurements,
                         ClusterCatchBatch[] clusterChildBatchssOfCatchBatch,
                         ClusterSortingBatch[] clusterChildBatchssOfSortingBatch,
                         RemoteQualityFlagNaturalId qualityFlagNaturalId)

ClusterCatchBatch

public ClusterCatchBatch(java.lang.Integer id,
                         java.lang.Integer idLocal,
                         java.lang.Short rankOrder,
                         java.lang.Float subgroupCount,
                         java.lang.Short individualCount,
                         java.lang.Boolean childBatchsReplication,
                         java.lang.Boolean exhaustiveInventory,
                         java.lang.String comments,
                         RemoteBatchNaturalId parentBatchNaturalId,
                         RemoteProduceNaturalId[] produceNaturalId,
                         ClusterQuantificationMeasurement[] clusterQuantificationMeasurements,
                         ClusterCatchBatch[] clusterChildBatchssOfCatchBatch,
                         ClusterSortingBatch[] clusterChildBatchssOfSortingBatch,
                         java.util.Date controlDate,
                         java.util.Date validationDate,
                         java.util.Date qualificationDate,
                         java.lang.String qualificationComments,
                         java.sql.Timestamp updateDate,
                         RemoteFishingOperationNaturalId fishingOperationNaturalId,
                         RemoteQualityFlagNaturalId qualityFlagNaturalId,
                         RemoteLandingNaturalId landingNaturalId,
                         RemoteSaleNaturalId saleNaturalId,
                         java.lang.String synchronizationStatus)

ClusterCatchBatch

public ClusterCatchBatch(ClusterCatchBatch otherBean)
Copies constructor from other ClusterCatchBatch

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

copy

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


getControlDate

public java.util.Date getControlDate()

setControlDate

public void setControlDate(java.util.Date controlDate)

getValidationDate

public java.util.Date getValidationDate()

setValidationDate

public void setValidationDate(java.util.Date validationDate)

getQualificationDate

public java.util.Date getQualificationDate()

setQualificationDate

public void setQualificationDate(java.util.Date qualificationDate)

getQualificationComments

public java.lang.String getQualificationComments()

setQualificationComments

public void setQualificationComments(java.lang.String qualificationComments)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getFishingOperationNaturalId

public RemoteFishingOperationNaturalId getFishingOperationNaturalId()

setFishingOperationNaturalId

public void setFishingOperationNaturalId(RemoteFishingOperationNaturalId fishingOperationNaturalId)

getQualityFlagNaturalId

public RemoteQualityFlagNaturalId getQualityFlagNaturalId()

setQualityFlagNaturalId

public void setQualityFlagNaturalId(RemoteQualityFlagNaturalId qualityFlagNaturalId)

getLandingNaturalId

public RemoteLandingNaturalId getLandingNaturalId()

setLandingNaturalId

public void setLandingNaturalId(RemoteLandingNaturalId landingNaturalId)

getSaleNaturalId

public RemoteSaleNaturalId getSaleNaturalId()

setSaleNaturalId

public void setSaleNaturalId(RemoteSaleNaturalId saleNaturalId)

getSynchronizationStatus

public java.lang.String getSynchronizationStatus()

setSynchronizationStatus

public void setSynchronizationStatus(java.lang.String synchronizationStatus)


Copyright © 2008-2010 IFREMER. All Rights Reserved.