Uses of Class
fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO

Packages that use RemoteGearPhysicalFeaturesOriginFullVO
fr.ifremer.allegro.data.vessel.feature.physical   
fr.ifremer.allegro.data.vessel.feature.physical.generic.service   
fr.ifremer.allegro.data.vessel.feature.physical.generic.vo   
 

Uses of RemoteGearPhysicalFeaturesOriginFullVO in fr.ifremer.allegro.data.vessel.feature.physical
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical that return RemoteGearPhysicalFeaturesOriginFullVO
 RemoteGearPhysicalFeaturesOriginFullVO GearPhysicalFeaturesOriginDaoImpl.toRemoteGearPhysicalFeaturesOriginFullVO(GearPhysicalFeaturesOrigin entity)
           
 RemoteGearPhysicalFeaturesOriginFullVO GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginFullVO(GearPhysicalFeaturesOrigin entity)
          Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesOriginFullVO.
 RemoteGearPhysicalFeaturesOriginFullVO GearPhysicalFeaturesOriginDaoBase.toRemoteGearPhysicalFeaturesOriginFullVO(GearPhysicalFeaturesOrigin entity)
           
protected  RemoteGearPhysicalFeaturesOriginFullVO GearPhysicalFeaturesOriginDaoBase.toRemoteGearPhysicalFeaturesOriginFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteGearPhysicalFeaturesOriginFullVO[] GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearPhysicalFeaturesOriginFullVO.
 RemoteGearPhysicalFeaturesOriginFullVO[] GearPhysicalFeaturesOriginDaoBase.toRemoteGearPhysicalFeaturesOriginFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical with parameters of type RemoteGearPhysicalFeaturesOriginFullVO
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDaoImpl.remoteGearPhysicalFeaturesOriginFullVOToEntity(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVO)
           
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDao.remoteGearPhysicalFeaturesOriginFullVOToEntity(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVO)
          Converts an instance of type RemoteGearPhysicalFeaturesOriginFullVO to this DAO's entity.
 void GearPhysicalFeaturesOriginDaoImpl.remoteGearPhysicalFeaturesOriginFullVOToEntity(RemoteGearPhysicalFeaturesOriginFullVO source, GearPhysicalFeaturesOrigin target, boolean copyIfNull)
           
 void GearPhysicalFeaturesOriginDao.remoteGearPhysicalFeaturesOriginFullVOToEntity(RemoteGearPhysicalFeaturesOriginFullVO source, GearPhysicalFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of RemoteGearPhysicalFeaturesOriginFullVO to the specified entity.
 void GearPhysicalFeaturesOriginDaoBase.remoteGearPhysicalFeaturesOriginFullVOToEntity(RemoteGearPhysicalFeaturesOriginFullVO source, GearPhysicalFeaturesOrigin target, boolean copyIfNull)
           
 void GearPhysicalFeaturesOriginDaoImpl.toRemoteGearPhysicalFeaturesOriginFullVO(GearPhysicalFeaturesOrigin source, RemoteGearPhysicalFeaturesOriginFullVO target)
           
 void GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginFullVO(GearPhysicalFeaturesOrigin source, RemoteGearPhysicalFeaturesOriginFullVO target)
          Copies the fields of the specified entity to the target value object.
 void GearPhysicalFeaturesOriginDaoBase.toRemoteGearPhysicalFeaturesOriginFullVO(GearPhysicalFeaturesOrigin source, RemoteGearPhysicalFeaturesOriginFullVO target)
           
 

Uses of RemoteGearPhysicalFeaturesOriginFullVO in fr.ifremer.allegro.data.vessel.feature.physical.generic.service
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.service that return RemoteGearPhysicalFeaturesOriginFullVO
 RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullService.addGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
 RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceWSDelegator.addGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
 RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceBase.addGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
 RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullService.getAllGearPhysicalFeaturesOrigin()
           
 RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceWSDelegator.getAllGearPhysicalFeaturesOrigin()
           
 RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceBase.getAllGearPhysicalFeaturesOrigin()
           
 RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceWSDelegator.getGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceBase.getGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceWSDelegator.getGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceBase.getGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId, java.lang.String programCode)
           
 RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceWSDelegator.getGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId, java.lang.String programCode)
           
 RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceBase.getGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId, java.lang.String programCode)
           
 RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId)
           
 RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceWSDelegator.getGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId)
           
 RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceBase.getGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId)
           
 RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByProgramCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceWSDelegator.getGearPhysicalFeaturesOriginByProgramCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceBase.getGearPhysicalFeaturesOriginByProgramCode(java.lang.String code)
           
protected  RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceImpl.handleAddGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
protected abstract  RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceBase.handleAddGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
          Performs the core logic for RemoteGearPhysicalFeaturesOriginFullServiceBase.addGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
protected  RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceImpl.handleGetAllGearPhysicalFeaturesOrigin()
           
protected abstract  RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceBase.handleGetAllGearPhysicalFeaturesOrigin()
          Performs the core logic for RemoteGearPhysicalFeaturesOriginFullServiceBase.getAllGearPhysicalFeaturesOrigin()
protected  RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceImpl.handleGetGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code)
           
protected abstract  RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceBase.handleGetGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code)
          Performs the core logic for RemoteGearPhysicalFeaturesOriginFullServiceBase.getGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String)
protected  RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceImpl.handleGetGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer id)
           
protected abstract  RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceBase.handleGetGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer id)
          Performs the core logic for RemoteGearPhysicalFeaturesOriginFullServiceBase.getGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer)
protected  RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceImpl.handleGetGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId, java.lang.String programCode)
           
protected abstract  RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceBase.handleGetGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId, java.lang.String programCode)
          Performs the core logic for RemoteGearPhysicalFeaturesOriginFullServiceBase.getGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)
protected  RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceImpl.handleGetGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId)
           
protected abstract  RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceBase.handleGetGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId)
          Performs the core logic for RemoteGearPhysicalFeaturesOriginFullServiceBase.getGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginNaturalId)
protected  RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceImpl.handleGetGearPhysicalFeaturesOriginByProgramCode(java.lang.String code)
           
protected abstract  RemoteGearPhysicalFeaturesOriginFullVO[] RemoteGearPhysicalFeaturesOriginFullServiceBase.handleGetGearPhysicalFeaturesOriginByProgramCode(java.lang.String code)
          Performs the core logic for RemoteGearPhysicalFeaturesOriginFullServiceBase.getGearPhysicalFeaturesOriginByProgramCode(java.lang.String)
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.service with parameters of type RemoteGearPhysicalFeaturesOriginFullVO
 RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullService.addGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
 RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceWSDelegator.addGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
 RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceBase.addGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
protected  RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceImpl.handleAddGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
protected abstract  RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceBase.handleAddGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
          Performs the core logic for RemoteGearPhysicalFeaturesOriginFullServiceBase.addGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
protected  boolean RemoteGearPhysicalFeaturesOriginFullServiceImpl.handleRemoteGearPhysicalFeaturesOriginFullVOsAreEqual(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
           
protected abstract  boolean RemoteGearPhysicalFeaturesOriginFullServiceBase.handleRemoteGearPhysicalFeaturesOriginFullVOsAreEqual(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
          Performs the core logic for RemoteGearPhysicalFeaturesOriginFullServiceBase.remoteGearPhysicalFeaturesOriginFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
protected  boolean RemoteGearPhysicalFeaturesOriginFullServiceImpl.handleRemoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
           
protected abstract  boolean RemoteGearPhysicalFeaturesOriginFullServiceBase.handleRemoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
          Performs the core logic for RemoteGearPhysicalFeaturesOriginFullServiceBase.remoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
protected  void RemoteGearPhysicalFeaturesOriginFullServiceImpl.handleRemoveGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
protected abstract  void RemoteGearPhysicalFeaturesOriginFullServiceBase.handleRemoveGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
          Performs the core logic for RemoteGearPhysicalFeaturesOriginFullServiceBase.removeGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
protected  void RemoteGearPhysicalFeaturesOriginFullServiceImpl.handleUpdateGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
protected abstract  void RemoteGearPhysicalFeaturesOriginFullServiceBase.handleUpdateGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
          Performs the core logic for RemoteGearPhysicalFeaturesOriginFullServiceBase.updateGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
 boolean RemoteGearPhysicalFeaturesOriginFullService.remoteGearPhysicalFeaturesOriginFullVOsAreEqual(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
           
 boolean RemoteGearPhysicalFeaturesOriginFullServiceWSDelegator.remoteGearPhysicalFeaturesOriginFullVOsAreEqual(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
           
 boolean RemoteGearPhysicalFeaturesOriginFullServiceBase.remoteGearPhysicalFeaturesOriginFullVOsAreEqual(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
           
 boolean RemoteGearPhysicalFeaturesOriginFullService.remoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
           
 boolean RemoteGearPhysicalFeaturesOriginFullServiceWSDelegator.remoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
           
 boolean RemoteGearPhysicalFeaturesOriginFullServiceBase.remoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
           
 void RemoteGearPhysicalFeaturesOriginFullService.removeGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
 void RemoteGearPhysicalFeaturesOriginFullServiceWSDelegator.removeGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
 void RemoteGearPhysicalFeaturesOriginFullServiceBase.removeGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
 void RemoteGearPhysicalFeaturesOriginFullService.updateGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
 void RemoteGearPhysicalFeaturesOriginFullServiceWSDelegator.updateGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
 void RemoteGearPhysicalFeaturesOriginFullServiceBase.updateGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
 

Uses of RemoteGearPhysicalFeaturesOriginFullVO in fr.ifremer.allegro.data.vessel.feature.physical.generic.vo
 

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

Constructors in fr.ifremer.allegro.data.vessel.feature.physical.generic.vo with parameters of type RemoteGearPhysicalFeaturesOriginFullVO
RemoteGearPhysicalFeaturesOriginFullVO(RemoteGearPhysicalFeaturesOriginFullVO otherBean)
          Copies constructor from other RemoteGearPhysicalFeaturesOriginFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.