fr.ifremer.allegro.data.batch.generic.vo
Class RemoteCatchBatchFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO
fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteCatchBatchFullVO
- extends RemoteBatchFullVO
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
RemoteCatchBatchFullVO()
|
RemoteCatchBatchFullVO(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.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.lang.Integer fishingOperationId,
java.lang.String qualityFlagCode,
java.lang.Integer landingId,
java.lang.Integer saleId)
|
RemoteCatchBatchFullVO(RemoteCatchBatchFullVO otherBean)
Copies constructor from other RemoteCatchBatchFullVO |
RemoteCatchBatchFullVO(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.String qualityFlagCode)
|
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 |
RemoteCatchBatchFullVO
public RemoteCatchBatchFullVO()
RemoteCatchBatchFullVO
public RemoteCatchBatchFullVO(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.String qualityFlagCode)
RemoteCatchBatchFullVO
public RemoteCatchBatchFullVO(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.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.lang.Integer fishingOperationId,
java.lang.String qualityFlagCode,
java.lang.Integer landingId,
java.lang.Integer saleId)
RemoteCatchBatchFullVO
public RemoteCatchBatchFullVO(RemoteCatchBatchFullVO otherBean)
- Copies constructor from other RemoteCatchBatchFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteCatchBatchFullVO otherBean)
- Copies all properties from the argument value object into this value object.
getControlDate
public java.util.Date getControlDate()
setControlDate
public void setControlDate(java.util.Date controlDate)
getValidationDate
public java.util.Date getValidationDate()
setValidationDate
public void setValidationDate(java.util.Date validationDate)
getQualificationDate
public java.util.Date getQualificationDate()
setQualificationDate
public void setQualificationDate(java.util.Date qualificationDate)
getQualificationComments
public java.lang.String getQualificationComments()
setQualificationComments
public void setQualificationComments(java.lang.String qualificationComments)
getUpdateDate
public java.sql.Timestamp getUpdateDate()
setUpdateDate
public void setUpdateDate(java.sql.Timestamp updateDate)
getFishingOperationId
public java.lang.Integer getFishingOperationId()
setFishingOperationId
public void setFishingOperationId(java.lang.Integer fishingOperationId)
getQualityFlagCode
public java.lang.String getQualityFlagCode()
setQualityFlagCode
public void setQualityFlagCode(java.lang.String qualityFlagCode)
getLandingId
public java.lang.Integer getLandingId()
setLandingId
public void setLandingId(java.lang.Integer landingId)
getSaleId
public java.lang.Integer getSaleId()
setSaleId
public void setSaleId(java.lang.Integer saleId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.