fr.ifremer.allegro.data.measure.generic.vo
Class RemoteSaleMeasurementFullVO

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO
          extended by fr.ifremer.allegro.data.measure.generic.vo.RemoteSaleMeasurementFullVO
All Implemented Interfaces:
java.io.Serializable

public class RemoteSaleMeasurementFullVO
extends RemoteMeasurementFullVO
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteSaleMeasurementFullVO()
           
RemoteSaleMeasurementFullVO(java.lang.Integer id, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.lang.Integer departmentId, java.lang.Integer precisionTypeId, java.lang.String qualityFlagCode, java.lang.Integer analysisInstrumentId, java.lang.Integer numericalPrecisionId, java.lang.Integer pmfmId, java.lang.Integer qualitativeValueId, java.lang.Integer aggregationLevelId, java.lang.Integer expectedSaleId, java.lang.Integer saleId)
           
RemoteSaleMeasurementFullVO(RemoteSaleMeasurementFullVO otherBean)
          Copies constructor from other RemoteSaleMeasurementFullVO
RemoteSaleMeasurementFullVO(java.lang.String qualityFlagCode, java.lang.Integer pmfmId)
           
 
Method Summary
 void copy(RemoteSaleMeasurementFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Integer getExpectedSaleId()
           
 java.lang.Integer getSaleId()
           
 void setExpectedSaleId(java.lang.Integer expectedSaleId)
           
 void setSaleId(java.lang.Integer saleId)
           
 
Methods inherited from class fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO
copy, getAggregationLevelId, getAnalysisInstrumentId, getControlDate, getDepartmentId, getDigitCount, getId, getNumericalPrecisionId, getNumericalValue, getPmfmId, getPrecisionTypeId, getPrecisionValue, getQualificationComments, getQualificationDate, getQualitativeValueId, getQualityFlagCode, getValidationDate, setAggregationLevelId, setAnalysisInstrumentId, setControlDate, setDepartmentId, setDigitCount, setId, setNumericalPrecisionId, setNumericalValue, setPmfmId, setPrecisionTypeId, setPrecisionValue, setQualificationComments, setQualificationDate, setQualitativeValueId, setQualityFlagCode, 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

RemoteSaleMeasurementFullVO

public RemoteSaleMeasurementFullVO()

RemoteSaleMeasurementFullVO

public RemoteSaleMeasurementFullVO(java.lang.String qualityFlagCode,
                                   java.lang.Integer pmfmId)

RemoteSaleMeasurementFullVO

public RemoteSaleMeasurementFullVO(java.lang.Integer id,
                                   java.lang.Float numericalValue,
                                   java.lang.Integer digitCount,
                                   java.lang.Float precisionValue,
                                   java.util.Date controlDate,
                                   java.util.Date validationDate,
                                   java.util.Date qualificationDate,
                                   java.lang.String qualificationComments,
                                   java.lang.Integer departmentId,
                                   java.lang.Integer precisionTypeId,
                                   java.lang.String qualityFlagCode,
                                   java.lang.Integer analysisInstrumentId,
                                   java.lang.Integer numericalPrecisionId,
                                   java.lang.Integer pmfmId,
                                   java.lang.Integer qualitativeValueId,
                                   java.lang.Integer aggregationLevelId,
                                   java.lang.Integer expectedSaleId,
                                   java.lang.Integer saleId)

RemoteSaleMeasurementFullVO

public RemoteSaleMeasurementFullVO(RemoteSaleMeasurementFullVO otherBean)
Copies constructor from other RemoteSaleMeasurementFullVO

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

copy

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


getExpectedSaleId

public java.lang.Integer getExpectedSaleId()

setExpectedSaleId

public void setExpectedSaleId(java.lang.Integer expectedSaleId)

getSaleId

public java.lang.Integer getSaleId()

setSaleId

public void setSaleId(java.lang.Integer saleId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.