fr.ifremer.allegro.data.survey.sale.generic.vo
Class RemoteSaleProduceFullVO

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by fr.ifremer.allegro.data.produce.generic.vo.RemoteProduceFullVO
          extended by fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleProduceFullVO
All Implemented Interfaces:
java.io.Serializable

public class RemoteSaleProduceFullVO
extends RemoteProduceFullVO
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteSaleProduceFullVO()
           
RemoteSaleProduceFullVO(java.lang.Boolean isDiscard, java.lang.Integer taxonGroupId, java.lang.Integer[] quantificationMeasurementId, java.lang.Integer[] sortingMeasurementId, java.lang.Integer[] fishingAreaId, java.lang.String qualityFlagCode)
           
RemoteSaleProduceFullVO(java.lang.Integer id, java.lang.Boolean isDiscard, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.String taxonGroupOtherInformation, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.lang.Integer otherTaxonGroupId, java.lang.Integer taxonGroupId, java.lang.Integer[] quantificationMeasurementId, java.lang.Integer landingId, java.lang.Integer gearId, java.lang.Integer transshipmentId, java.lang.Integer batchId, java.lang.Integer fishingOperationId, java.lang.Integer[] sortingMeasurementId, java.lang.Integer[] fishingAreaId, java.lang.String qualityFlagCode, java.lang.Integer saleId, java.lang.Integer buyerId, java.lang.Integer expectedSaleId)
           
RemoteSaleProduceFullVO(RemoteSaleProduceFullVO otherBean)
          Copies constructor from other RemoteSaleProduceFullVO
 
Method Summary
 void copy(RemoteSaleProduceFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Integer getBuyerId()
           
 java.lang.Integer getExpectedSaleId()
           
 java.lang.Integer getSaleId()
           
 void setBuyerId(java.lang.Integer buyerId)
           
 void setExpectedSaleId(java.lang.Integer expectedSaleId)
           
 void setSaleId(java.lang.Integer saleId)
           
 
Methods inherited from class fr.ifremer.allegro.data.produce.generic.vo.RemoteProduceFullVO
copy, getBatchId, getControlDate, getFishingAreaId, getFishingOperationId, getGearId, getId, getIndividualCount, getIsDiscard, getLandingId, getOtherTaxonGroupId, getQualificationComments, getQualificationDate, getQualityFlagCode, getQuantificationMeasurementId, getSortingMeasurementId, getSubgroupCount, getTaxonGroupId, getTaxonGroupOtherInformation, getTransshipmentId, getValidationDate, setBatchId, setControlDate, setFishingAreaId, setFishingOperationId, setGearId, setId, setIndividualCount, setIsDiscard, setLandingId, setOtherTaxonGroupId, setQualificationComments, setQualificationDate, setQualityFlagCode, setQuantificationMeasurementId, setSortingMeasurementId, setSubgroupCount, setTaxonGroupId, setTaxonGroupOtherInformation, setTransshipmentId, setValidationDate
 
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

RemoteSaleProduceFullVO

public RemoteSaleProduceFullVO()

RemoteSaleProduceFullVO

public RemoteSaleProduceFullVO(java.lang.Boolean isDiscard,
                               java.lang.Integer taxonGroupId,
                               java.lang.Integer[] quantificationMeasurementId,
                               java.lang.Integer[] sortingMeasurementId,
                               java.lang.Integer[] fishingAreaId,
                               java.lang.String qualityFlagCode)

RemoteSaleProduceFullVO

public RemoteSaleProduceFullVO(java.lang.Integer id,
                               java.lang.Boolean isDiscard,
                               java.lang.Float subgroupCount,
                               java.lang.Short individualCount,
                               java.lang.String taxonGroupOtherInformation,
                               java.util.Date controlDate,
                               java.util.Date validationDate,
                               java.util.Date qualificationDate,
                               java.lang.String qualificationComments,
                               java.lang.Integer otherTaxonGroupId,
                               java.lang.Integer taxonGroupId,
                               java.lang.Integer[] quantificationMeasurementId,
                               java.lang.Integer landingId,
                               java.lang.Integer gearId,
                               java.lang.Integer transshipmentId,
                               java.lang.Integer batchId,
                               java.lang.Integer fishingOperationId,
                               java.lang.Integer[] sortingMeasurementId,
                               java.lang.Integer[] fishingAreaId,
                               java.lang.String qualityFlagCode,
                               java.lang.Integer saleId,
                               java.lang.Integer buyerId,
                               java.lang.Integer expectedSaleId)

RemoteSaleProduceFullVO

public RemoteSaleProduceFullVO(RemoteSaleProduceFullVO otherBean)
Copies constructor from other RemoteSaleProduceFullVO

Parameters:
otherBean, - cannot be null
Throws:
java.lang.NullPointerException - if the argument is null
Method Detail

copy

public void copy(RemoteSaleProduceFullVO otherBean)
Copies all properties from the argument value object into this value object.


getSaleId

public java.lang.Integer getSaleId()

setSaleId

public void setSaleId(java.lang.Integer saleId)

getBuyerId

public java.lang.Integer getBuyerId()

setBuyerId

public void setBuyerId(java.lang.Integer buyerId)

getExpectedSaleId

public java.lang.Integer getExpectedSaleId()

setExpectedSaleId

public void setExpectedSaleId(java.lang.Integer expectedSaleId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.