fr.ifremer.allegro.data.batch.generic.vo
Class RemoteSortingBatchFullVO

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO
          extended by 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)
           
 
Method Summary
 void copy(RemoteSortingBatchFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Integer getReferenceTaxonId()
           
 java.lang.Float getSamplingRatio()
           
 java.lang.String getSamplingRatioText()
           
 java.lang.Integer[] getSortingMeasurementId()
           
 java.lang.Integer getTaxonGroupId()
           
 void setReferenceTaxonId(java.lang.Integer referenceTaxonId)
           
 void setSamplingRatio(java.lang.Float samplingRatio)
           
 void setSamplingRatioText(java.lang.String samplingRatioText)
           
 void setSortingMeasurementId(java.lang.Integer[] sortingMeasurementId)
           
 void setTaxonGroupId(java.lang.Integer taxonGroupId)
           
 
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 fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.