fr.ifremer.allegro.data.batch.generic.vo
Class RemoteSortingBatchFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO
fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteSortingBatchFullVO
- extends RemoteBatchFullVO
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
RemoteSortingBatchFullVO()
|
RemoteSortingBatchFullVO(java.lang.Integer id,
java.lang.Short rankOrder,
java.lang.Float subgroupCount,
java.lang.Short individualCount,
java.lang.Boolean childBatchsReplication,
java.lang.Boolean exhaustiveInventory,
java.lang.String comments,
java.lang.Integer[] quantificationMeasurementId,
java.lang.Integer parentBatchId,
java.lang.Integer[] childBatchsId,
java.lang.Integer[] produceId,
java.lang.Float samplingRatio,
java.lang.String samplingRatioText,
java.lang.Integer[] sortingMeasurementId,
java.lang.Integer taxonGroupId,
java.lang.Integer referenceTaxonId)
|
RemoteSortingBatchFullVO(RemoteSortingBatchFullVO otherBean)
Copies constructor from other RemoteSortingBatchFullVO |
RemoteSortingBatchFullVO(java.lang.Short rankOrder,
java.lang.Boolean childBatchsReplication,
java.lang.Boolean exhaustiveInventory,
java.lang.Integer[] quantificationMeasurementId,
java.lang.Integer[] childBatchsId,
java.lang.Integer[] produceId,
java.lang.Integer[] sortingMeasurementId)
|
Methods inherited from class fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO |
copy, getChildBatchsId, getChildBatchsReplication, getComments, getExhaustiveInventory, getId, getIndividualCount, getParentBatchId, getProduceId, getQuantificationMeasurementId, getRankOrder, getSubgroupCount, setChildBatchsId, setChildBatchsReplication, setComments, setExhaustiveInventory, setId, setIndividualCount, setParentBatchId, setProduceId, setQuantificationMeasurementId, setRankOrder, setSubgroupCount |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteSortingBatchFullVO
public RemoteSortingBatchFullVO()
RemoteSortingBatchFullVO
public RemoteSortingBatchFullVO(java.lang.Short rankOrder,
java.lang.Boolean childBatchsReplication,
java.lang.Boolean exhaustiveInventory,
java.lang.Integer[] quantificationMeasurementId,
java.lang.Integer[] childBatchsId,
java.lang.Integer[] produceId,
java.lang.Integer[] sortingMeasurementId)
RemoteSortingBatchFullVO
public RemoteSortingBatchFullVO(java.lang.Integer id,
java.lang.Short rankOrder,
java.lang.Float subgroupCount,
java.lang.Short individualCount,
java.lang.Boolean childBatchsReplication,
java.lang.Boolean exhaustiveInventory,
java.lang.String comments,
java.lang.Integer[] quantificationMeasurementId,
java.lang.Integer parentBatchId,
java.lang.Integer[] childBatchsId,
java.lang.Integer[] produceId,
java.lang.Float samplingRatio,
java.lang.String samplingRatioText,
java.lang.Integer[] sortingMeasurementId,
java.lang.Integer taxonGroupId,
java.lang.Integer referenceTaxonId)
RemoteSortingBatchFullVO
public RemoteSortingBatchFullVO(RemoteSortingBatchFullVO otherBean)
- Copies constructor from other RemoteSortingBatchFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteSortingBatchFullVO 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)
getSortingMeasurementId
public java.lang.Integer[] getSortingMeasurementId()
setSortingMeasurementId
public void setSortingMeasurementId(java.lang.Integer[] sortingMeasurementId)
getTaxonGroupId
public java.lang.Integer getTaxonGroupId()
setTaxonGroupId
public void setTaxonGroupId(java.lang.Integer taxonGroupId)
getReferenceTaxonId
public java.lang.Integer getReferenceTaxonId()
setReferenceTaxonId
public void setReferenceTaxonId(java.lang.Integer referenceTaxonId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.