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

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.ClusterSortingBatch
All Implemented Interfaces:
java.io.Serializable

public class ClusterSortingBatch
extends ClusterBatch
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterSortingBatch()
           
ClusterSortingBatch(ClusterSortingBatch otherBean)
          Copies constructor from other ClusterSortingBatch
ClusterSortingBatch(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.lang.Float samplingRatio, java.lang.String samplingRatioText, RemoteTaxonGroupNaturalId taxonGroupNaturalId, RemoteReferenceTaxonNaturalId referenceTaxonNaturalId, ClusterSortingMeasurement[] clusterSortingMeasurements)
           
ClusterSortingBatch(java.lang.Short rankOrder, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, RemoteProduceNaturalId[] produceNaturalId, ClusterQuantificationMeasurement[] clusterQuantificationMeasurements, ClusterCatchBatch[] clusterChildBatchssOfCatchBatch, ClusterSortingBatch[] clusterChildBatchssOfSortingBatch, ClusterSortingMeasurement[] clusterSortingMeasurements)
           
 
Method Summary
 void copy(ClusterSortingBatch otherBean)
          Copies all properties from the argument value object into this value object.
 ClusterSortingMeasurement[] getClusterSortingMeasurements()
           
 RemoteReferenceTaxonNaturalId getReferenceTaxonNaturalId()
           
 java.lang.Float getSamplingRatio()
           
 java.lang.String getSamplingRatioText()
           
 RemoteTaxonGroupNaturalId getTaxonGroupNaturalId()
           
 void setClusterSortingMeasurements(ClusterSortingMeasurement[] clusterSortingMeasurements)
           
 void setReferenceTaxonNaturalId(RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)
           
 void setSamplingRatio(java.lang.Float samplingRatio)
           
 void setSamplingRatioText(java.lang.String samplingRatioText)
           
 void setTaxonGroupNaturalId(RemoteTaxonGroupNaturalId taxonGroupNaturalId)
           
 
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

ClusterSortingBatch

public ClusterSortingBatch()

ClusterSortingBatch

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

ClusterSortingBatch

public ClusterSortingBatch(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.lang.Float samplingRatio,
                           java.lang.String samplingRatioText,
                           RemoteTaxonGroupNaturalId taxonGroupNaturalId,
                           RemoteReferenceTaxonNaturalId referenceTaxonNaturalId,
                           ClusterSortingMeasurement[] clusterSortingMeasurements)

ClusterSortingBatch

public ClusterSortingBatch(ClusterSortingBatch otherBean)
Copies constructor from other ClusterSortingBatch

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

copy

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


getSamplingRatio

public java.lang.Float getSamplingRatio()

setSamplingRatio

public void setSamplingRatio(java.lang.Float samplingRatio)

getSamplingRatioText

public java.lang.String getSamplingRatioText()

setSamplingRatioText

public void setSamplingRatioText(java.lang.String samplingRatioText)

getTaxonGroupNaturalId

public RemoteTaxonGroupNaturalId getTaxonGroupNaturalId()

setTaxonGroupNaturalId

public void setTaxonGroupNaturalId(RemoteTaxonGroupNaturalId taxonGroupNaturalId)

getReferenceTaxonNaturalId

public RemoteReferenceTaxonNaturalId getReferenceTaxonNaturalId()

setReferenceTaxonNaturalId

public void setReferenceTaxonNaturalId(RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)

getClusterSortingMeasurements

public ClusterSortingMeasurement[] getClusterSortingMeasurements()

setClusterSortingMeasurements

public void setClusterSortingMeasurements(ClusterSortingMeasurement[] clusterSortingMeasurements)


Copyright © 2008-2010 IFREMER. All Rights Reserved.