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