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

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.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)
           
 
Method Summary
 void copy(RemoteCatchBatchFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.util.Date getControlDate()
           
 java.lang.Integer getFishingOperationId()
           
 java.lang.Integer getLandingId()
           
 java.lang.String getQualificationComments()
           
 java.util.Date getQualificationDate()
           
 java.lang.String getQualityFlagCode()
           
 java.lang.Integer getSaleId()
           
 java.sql.Timestamp getUpdateDate()
           
 java.util.Date getValidationDate()
           
 void setControlDate(java.util.Date controlDate)
           
 void setFishingOperationId(java.lang.Integer fishingOperationId)
           
 void setLandingId(java.lang.Integer landingId)
           
 void setQualificationComments(java.lang.String qualificationComments)
           
 void setQualificationDate(java.util.Date qualificationDate)
           
 void setQualityFlagCode(java.lang.String qualityFlagCode)
           
 void setSaleId(java.lang.Integer saleId)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 void setValidationDate(java.util.Date validationDate)
           
 
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

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

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.