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

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

public class ClusterBatch
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterBatch()
           
ClusterBatch(ClusterBatch otherBean)
          Copies constructor from other ClusterBatch
ClusterBatch(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)
           
ClusterBatch(java.lang.Short rankOrder, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, RemoteProduceNaturalId[] produceNaturalId, ClusterQuantificationMeasurement[] clusterQuantificationMeasurements, ClusterCatchBatch[] clusterChildBatchssOfCatchBatch, ClusterSortingBatch[] clusterChildBatchssOfSortingBatch)
           
 
Method Summary
 void copy(ClusterBatch otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Boolean getChildBatchsReplication()
           
 ClusterCatchBatch[] getClusterChildBatchssOfCatchBatch()
           
 ClusterSortingBatch[] getClusterChildBatchssOfSortingBatch()
           
 ClusterQuantificationMeasurement[] getClusterQuantificationMeasurements()
           
 java.lang.String getComments()
           
 java.lang.Boolean getExhaustiveInventory()
           
 java.lang.Integer getId()
           
 java.lang.Integer getIdLocal()
           
 java.lang.Short getIndividualCount()
           
 RemoteBatchNaturalId getParentBatchNaturalId()
           
 RemoteProduceNaturalId[] getProduceNaturalId()
           
 java.lang.Short getRankOrder()
           
 java.lang.Float getSubgroupCount()
           
 void setChildBatchsReplication(java.lang.Boolean childBatchsReplication)
           
 void setClusterChildBatchssOfCatchBatch(ClusterCatchBatch[] clusterChildBatchssOfCatchBatch)
           
 void setClusterChildBatchssOfSortingBatch(ClusterSortingBatch[] clusterChildBatchssOfSortingBatch)
           
 void setClusterQuantificationMeasurements(ClusterQuantificationMeasurement[] clusterQuantificationMeasurements)
           
 void setComments(java.lang.String comments)
           
 void setExhaustiveInventory(java.lang.Boolean exhaustiveInventory)
           
 void setId(java.lang.Integer id)
           
 void setIdLocal(java.lang.Integer idLocal)
           
 void setIndividualCount(java.lang.Short individualCount)
           
 void setParentBatchNaturalId(RemoteBatchNaturalId parentBatchNaturalId)
           
 void setProduceNaturalId(RemoteProduceNaturalId[] produceNaturalId)
           
 void setRankOrder(java.lang.Short rankOrder)
           
 void setSubgroupCount(java.lang.Float subgroupCount)
           
 
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

ClusterBatch

public ClusterBatch()

ClusterBatch

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

ClusterBatch

public ClusterBatch(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)

ClusterBatch

public ClusterBatch(ClusterBatch otherBean)
Copies constructor from other ClusterBatch

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

copy

public void copy(ClusterBatch 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)

getIdLocal

public java.lang.Integer getIdLocal()

setIdLocal

public void setIdLocal(java.lang.Integer idLocal)

getRankOrder

public java.lang.Short getRankOrder()

setRankOrder

public void setRankOrder(java.lang.Short rankOrder)

getSubgroupCount

public java.lang.Float getSubgroupCount()

setSubgroupCount

public void setSubgroupCount(java.lang.Float subgroupCount)

getIndividualCount

public java.lang.Short getIndividualCount()

setIndividualCount

public void setIndividualCount(java.lang.Short individualCount)

getChildBatchsReplication

public java.lang.Boolean getChildBatchsReplication()

setChildBatchsReplication

public void setChildBatchsReplication(java.lang.Boolean childBatchsReplication)

getExhaustiveInventory

public java.lang.Boolean getExhaustiveInventory()

setExhaustiveInventory

public void setExhaustiveInventory(java.lang.Boolean exhaustiveInventory)

getComments

public java.lang.String getComments()

setComments

public void setComments(java.lang.String comments)

getParentBatchNaturalId

public RemoteBatchNaturalId getParentBatchNaturalId()

setParentBatchNaturalId

public void setParentBatchNaturalId(RemoteBatchNaturalId parentBatchNaturalId)

getProduceNaturalId

public RemoteProduceNaturalId[] getProduceNaturalId()

setProduceNaturalId

public void setProduceNaturalId(RemoteProduceNaturalId[] produceNaturalId)

getClusterQuantificationMeasurements

public ClusterQuantificationMeasurement[] getClusterQuantificationMeasurements()

setClusterQuantificationMeasurements

public void setClusterQuantificationMeasurements(ClusterQuantificationMeasurement[] clusterQuantificationMeasurements)

getClusterChildBatchssOfCatchBatch

public ClusterCatchBatch[] getClusterChildBatchssOfCatchBatch()

setClusterChildBatchssOfCatchBatch

public void setClusterChildBatchssOfCatchBatch(ClusterCatchBatch[] clusterChildBatchssOfCatchBatch)

getClusterChildBatchssOfSortingBatch

public ClusterSortingBatch[] getClusterChildBatchssOfSortingBatch()

setClusterChildBatchssOfSortingBatch

public void setClusterChildBatchssOfSortingBatch(ClusterSortingBatch[] clusterChildBatchssOfSortingBatch)


Copyright © 2008-2010 IFREMER. All Rights Reserved.