Uses of Class
fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO

Packages that use RemoteLandingMeasurementFullVO
fr.ifremer.allegro.data.measure   
fr.ifremer.allegro.data.measure.generic.service   
fr.ifremer.allegro.data.measure.generic.vo   
 

Uses of RemoteLandingMeasurementFullVO in fr.ifremer.allegro.data.measure
 

Methods in fr.ifremer.allegro.data.measure that return RemoteLandingMeasurementFullVO
 RemoteLandingMeasurementFullVO LandingMeasurementDaoImpl.toRemoteLandingMeasurementFullVO(LandingMeasurement entity)
           
 RemoteLandingMeasurementFullVO LandingMeasurementDao.toRemoteLandingMeasurementFullVO(LandingMeasurement entity)
          Converts this DAO's entity to an object of type RemoteLandingMeasurementFullVO.
 RemoteLandingMeasurementFullVO LandingMeasurementDaoBase.toRemoteLandingMeasurementFullVO(LandingMeasurement entity)
           
protected  RemoteLandingMeasurementFullVO LandingMeasurementDaoBase.toRemoteLandingMeasurementFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteLandingMeasurementFullVO[] LandingMeasurementDao.toRemoteLandingMeasurementFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLandingMeasurementFullVO.
 RemoteLandingMeasurementFullVO[] LandingMeasurementDaoBase.toRemoteLandingMeasurementFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.measure with parameters of type RemoteLandingMeasurementFullVO
 LandingMeasurement LandingMeasurementDaoImpl.remoteLandingMeasurementFullVOToEntity(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVO)
           
 LandingMeasurement LandingMeasurementDao.remoteLandingMeasurementFullVOToEntity(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVO)
          Converts an instance of type RemoteLandingMeasurementFullVO to this DAO's entity.
 void LandingMeasurementDaoImpl.remoteLandingMeasurementFullVOToEntity(RemoteLandingMeasurementFullVO source, LandingMeasurement target, boolean copyIfNull)
           
 void LandingMeasurementDao.remoteLandingMeasurementFullVOToEntity(RemoteLandingMeasurementFullVO source, LandingMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteLandingMeasurementFullVO to the specified entity.
 void LandingMeasurementDaoBase.remoteLandingMeasurementFullVOToEntity(RemoteLandingMeasurementFullVO source, LandingMeasurement target, boolean copyIfNull)
           
 void LandingMeasurementDaoImpl.toRemoteLandingMeasurementFullVO(LandingMeasurement source, RemoteLandingMeasurementFullVO target)
           
 void LandingMeasurementDao.toRemoteLandingMeasurementFullVO(LandingMeasurement source, RemoteLandingMeasurementFullVO target)
          Copies the fields of the specified entity to the target value object.
 void LandingMeasurementDaoBase.toRemoteLandingMeasurementFullVO(LandingMeasurement source, RemoteLandingMeasurementFullVO target)
           
 

Uses of RemoteLandingMeasurementFullVO in fr.ifremer.allegro.data.measure.generic.service
 

Methods in fr.ifremer.allegro.data.measure.generic.service that return RemoteLandingMeasurementFullVO
 RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullService.addLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
 RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceWSDelegator.addLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
 RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceBase.addLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullService.getAllLandingMeasurement()
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceWSDelegator.getAllLandingMeasurement()
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.getAllLandingMeasurement()
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullService.getLandingMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceWSDelegator.getLandingMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullService.getLandingMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceWSDelegator.getLandingMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullService.getLandingMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceWSDelegator.getLandingMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullService.getLandingMeasurementById(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceWSDelegator.getLandingMeasurementById(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceBase.getLandingMeasurementById(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullService.getLandingMeasurementByIds(java.lang.Integer[] id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceWSDelegator.getLandingMeasurementByIds(java.lang.Integer[] id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByIds(java.lang.Integer[] id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullService.getLandingMeasurementByLandingId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceWSDelegator.getLandingMeasurementByLandingId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByLandingId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullService.getLandingMeasurementByNaturalId(RemoteLandingMeasurementNaturalId landingMeasurementNaturalId)
           
 RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceWSDelegator.getLandingMeasurementByNaturalId(RemoteLandingMeasurementNaturalId landingMeasurementNaturalId)
           
 RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByNaturalId(RemoteLandingMeasurementNaturalId landingMeasurementNaturalId)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullService.getLandingMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceWSDelegator.getLandingMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullService.getLandingMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceWSDelegator.getLandingMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullService.getLandingMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceWSDelegator.getLandingMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullService.getLandingMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceWSDelegator.getLandingMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullService.getLandingMeasurementByQualityFlagCode(java.lang.String code)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceWSDelegator.getLandingMeasurementByQualityFlagCode(java.lang.String code)
           
 RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByQualityFlagCode(java.lang.String code)
           
protected  RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceImpl.handleAddLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
protected abstract  RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceBase.handleAddLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.addLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
protected  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceImpl.handleGetAllLandingMeasurement()
           
protected abstract  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.handleGetAllLandingMeasurement()
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getAllLandingMeasurement()
protected  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceImpl.handleGetLandingMeasurementByAggregationLevelId(java.lang.Integer id)
           
protected abstract  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.handleGetLandingMeasurementByAggregationLevelId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByAggregationLevelId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceImpl.handleGetLandingMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
protected abstract  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.handleGetLandingMeasurementByAnalysisInstrumentId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceImpl.handleGetLandingMeasurementByDepartmentId(java.lang.Integer id)
           
protected abstract  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.handleGetLandingMeasurementByDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByDepartmentId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceImpl.handleGetLandingMeasurementById(java.lang.Integer id)
           
protected abstract  RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceBase.handleGetLandingMeasurementById(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementById(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceImpl.handleGetLandingMeasurementByIds(java.lang.Integer[] id)
           
protected abstract  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.handleGetLandingMeasurementByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByIds(java.lang.Integer[])
protected  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceImpl.handleGetLandingMeasurementByLandingId(java.lang.Integer id)
           
protected abstract  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.handleGetLandingMeasurementByLandingId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByLandingId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceImpl.handleGetLandingMeasurementByNaturalId(RemoteLandingMeasurementNaturalId landingMeasurementNaturalId)
           
protected abstract  RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceBase.handleGetLandingMeasurementByNaturalId(RemoteLandingMeasurementNaturalId landingMeasurementNaturalId)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementNaturalId)
protected  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceImpl.handleGetLandingMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
protected abstract  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.handleGetLandingMeasurementByNumericalPrecisionId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByNumericalPrecisionId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceImpl.handleGetLandingMeasurementByPmfmId(java.lang.Integer id)
           
protected abstract  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.handleGetLandingMeasurementByPmfmId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByPmfmId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceImpl.handleGetLandingMeasurementByPrecisionTypeId(java.lang.Integer id)
           
protected abstract  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.handleGetLandingMeasurementByPrecisionTypeId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByPrecisionTypeId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceImpl.handleGetLandingMeasurementByQualitativeValueId(java.lang.Integer id)
           
protected abstract  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.handleGetLandingMeasurementByQualitativeValueId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByQualitativeValueId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceImpl.handleGetLandingMeasurementByQualityFlagCode(java.lang.String code)
           
protected abstract  RemoteLandingMeasurementFullVO[] RemoteLandingMeasurementFullServiceBase.handleGetLandingMeasurementByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByQualityFlagCode(java.lang.String)
 

Methods in fr.ifremer.allegro.data.measure.generic.service with parameters of type RemoteLandingMeasurementFullVO
 RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullService.addLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
 RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceWSDelegator.addLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
 RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceBase.addLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
protected  RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceImpl.handleAddLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
protected abstract  RemoteLandingMeasurementFullVO RemoteLandingMeasurementFullServiceBase.handleAddLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.addLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
protected  boolean RemoteLandingMeasurementFullServiceImpl.handleRemoteLandingMeasurementFullVOsAreEqual(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
           
protected abstract  boolean RemoteLandingMeasurementFullServiceBase.handleRemoteLandingMeasurementFullVOsAreEqual(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.remoteLandingMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
protected  boolean RemoteLandingMeasurementFullServiceImpl.handleRemoteLandingMeasurementFullVOsAreEqualOnIdentifiers(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
           
protected abstract  boolean RemoteLandingMeasurementFullServiceBase.handleRemoteLandingMeasurementFullVOsAreEqualOnIdentifiers(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.remoteLandingMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
protected  void RemoteLandingMeasurementFullServiceImpl.handleRemoveLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
protected abstract  void RemoteLandingMeasurementFullServiceBase.handleRemoveLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.removeLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
protected  void RemoteLandingMeasurementFullServiceImpl.handleUpdateLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
protected abstract  void RemoteLandingMeasurementFullServiceBase.handleUpdateLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.updateLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
 boolean RemoteLandingMeasurementFullService.remoteLandingMeasurementFullVOsAreEqual(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
           
 boolean RemoteLandingMeasurementFullServiceWSDelegator.remoteLandingMeasurementFullVOsAreEqual(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
           
 boolean RemoteLandingMeasurementFullServiceBase.remoteLandingMeasurementFullVOsAreEqual(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
           
 boolean RemoteLandingMeasurementFullService.remoteLandingMeasurementFullVOsAreEqualOnIdentifiers(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
           
 boolean RemoteLandingMeasurementFullServiceWSDelegator.remoteLandingMeasurementFullVOsAreEqualOnIdentifiers(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
           
 boolean RemoteLandingMeasurementFullServiceBase.remoteLandingMeasurementFullVOsAreEqualOnIdentifiers(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
           
 void RemoteLandingMeasurementFullService.removeLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
 void RemoteLandingMeasurementFullServiceWSDelegator.removeLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
 void RemoteLandingMeasurementFullServiceBase.removeLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
 void RemoteLandingMeasurementFullService.updateLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
 void RemoteLandingMeasurementFullServiceWSDelegator.updateLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
 void RemoteLandingMeasurementFullServiceBase.updateLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
           
 

Uses of RemoteLandingMeasurementFullVO in fr.ifremer.allegro.data.measure.generic.vo
 

Methods in fr.ifremer.allegro.data.measure.generic.vo with parameters of type RemoteLandingMeasurementFullVO
 void RemoteLandingMeasurementFullVO.copy(RemoteLandingMeasurementFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.data.measure.generic.vo with parameters of type RemoteLandingMeasurementFullVO
RemoteLandingMeasurementFullVO(RemoteLandingMeasurementFullVO otherBean)
          Copies constructor from other RemoteLandingMeasurementFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.