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

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.RemoteGearPhysicalMeasurementFullVO
All Implemented Interfaces:
java.io.Serializable

public class RemoteGearPhysicalMeasurementFullVO
extends RemoteMeasurementFullVO
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteGearPhysicalMeasurementFullVO()
           
RemoteGearPhysicalMeasurementFullVO(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 gearPhysicalFeaturesId)
           
RemoteGearPhysicalMeasurementFullVO(RemoteGearPhysicalMeasurementFullVO otherBean)
          Copies constructor from other RemoteGearPhysicalMeasurementFullVO
RemoteGearPhysicalMeasurementFullVO(java.lang.String qualityFlagCode, java.lang.Integer pmfmId, java.lang.Integer gearPhysicalFeaturesId)
           
 
Method Summary
 void copy(RemoteGearPhysicalMeasurementFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Integer getGearPhysicalFeaturesId()
           
 void setGearPhysicalFeaturesId(java.lang.Integer gearPhysicalFeaturesId)
           
 
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

RemoteGearPhysicalMeasurementFullVO

public RemoteGearPhysicalMeasurementFullVO()

RemoteGearPhysicalMeasurementFullVO

public RemoteGearPhysicalMeasurementFullVO(java.lang.String qualityFlagCode,
                                           java.lang.Integer pmfmId,
                                           java.lang.Integer gearPhysicalFeaturesId)

RemoteGearPhysicalMeasurementFullVO

public RemoteGearPhysicalMeasurementFullVO(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 gearPhysicalFeaturesId)

RemoteGearPhysicalMeasurementFullVO

public RemoteGearPhysicalMeasurementFullVO(RemoteGearPhysicalMeasurementFullVO otherBean)
Copies constructor from other RemoteGearPhysicalMeasurementFullVO

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

copy

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


getGearPhysicalFeaturesId

public java.lang.Integer getGearPhysicalFeaturesId()

setGearPhysicalFeaturesId

public void setGearPhysicalFeaturesId(java.lang.Integer gearPhysicalFeaturesId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.