Uses of Class
fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgramNaturalId

Packages that use RemoteProgramNaturalId
fr.ifremer.allegro.administration.programStrategy   
fr.ifremer.allegro.administration.programStrategy.generic.cluster   
fr.ifremer.allegro.administration.programStrategy.generic.service   
fr.ifremer.allegro.administration.programStrategy.generic.vo   
fr.ifremer.allegro.data.sample.generic.cluster   
fr.ifremer.allegro.data.sample.generic.vo   
fr.ifremer.allegro.data.survey.activity.generic.cluster   
fr.ifremer.allegro.data.survey.activity.generic.vo   
fr.ifremer.allegro.data.survey.delaration.generic.cluster   
fr.ifremer.allegro.data.survey.delaration.generic.vo   
fr.ifremer.allegro.data.survey.economy.generic.cluster   
fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster   
fr.ifremer.allegro.data.survey.fishingEffort.generic.vo   
fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster   
fr.ifremer.allegro.data.survey.fishingTrip.generic.vo   
fr.ifremer.allegro.data.survey.landing.generic.cluster   
fr.ifremer.allegro.data.survey.landing.generic.vo   
fr.ifremer.allegro.data.survey.physicalGear.generic.cluster   
fr.ifremer.allegro.data.survey.physicalGear.generic.vo   
fr.ifremer.allegro.data.survey.sale.generic.cluster   
fr.ifremer.allegro.data.survey.sale.generic.vo   
fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster   
fr.ifremer.allegro.data.survey.scientificCruise.generic.vo   
fr.ifremer.allegro.data.transshipment.generic.cluster   
fr.ifremer.allegro.data.transshipment.generic.vo   
fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster   
fr.ifremer.allegro.data.vessel.feature.physical.generic.vo   
fr.ifremer.allegro.data.vessel.feature.use.generic.cluster   
fr.ifremer.allegro.data.vessel.feature.use.generic.vo   
fr.ifremer.allegro.data.vessel.position.generic.cluster   
fr.ifremer.allegro.data.vessel.position.generic.vo   
fr.ifremer.allegro.referential.transcribing.generic.cluster   
fr.ifremer.allegro.referential.transcribing.generic.vo   
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.administration.programStrategy
 

Methods in fr.ifremer.allegro.administration.programStrategy that return RemoteProgramNaturalId
protected  RemoteProgramNaturalId ProgramDaoBase.toRemoteProgramNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteProgramNaturalId ProgramDaoImpl.toRemoteProgramNaturalId(Program entity)
           
 RemoteProgramNaturalId ProgramDao.toRemoteProgramNaturalId(Program entity)
          Converts this DAO's entity to an object of type RemoteProgramNaturalId.
 RemoteProgramNaturalId ProgramDaoBase.toRemoteProgramNaturalId(Program entity)
           
 RemoteProgramNaturalId[] ProgramDao.toRemoteProgramNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteProgramNaturalId.
 RemoteProgramNaturalId[] ProgramDaoBase.toRemoteProgramNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.administration.programStrategy with parameters of type RemoteProgramNaturalId
 Program ProgramDaoImpl.remoteProgramNaturalIdToEntity(RemoteProgramNaturalId remoteProgramNaturalId)
           
 Program ProgramDao.remoteProgramNaturalIdToEntity(RemoteProgramNaturalId remoteProgramNaturalId)
          Converts an instance of type RemoteProgramNaturalId to this DAO's entity.
 void ProgramDaoImpl.remoteProgramNaturalIdToEntity(RemoteProgramNaturalId source, Program target, boolean copyIfNull)
           
 void ProgramDao.remoteProgramNaturalIdToEntity(RemoteProgramNaturalId source, Program target, boolean copyIfNull)
          Copies the fields of RemoteProgramNaturalId to the specified entity.
 void ProgramDaoBase.remoteProgramNaturalIdToEntity(RemoteProgramNaturalId source, Program target, boolean copyIfNull)
           
 void ProgramDaoImpl.toRemoteProgramNaturalId(Program source, RemoteProgramNaturalId target)
           
 void ProgramDao.toRemoteProgramNaturalId(Program source, RemoteProgramNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void ProgramDaoBase.toRemoteProgramNaturalId(Program source, RemoteProgramNaturalId target)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.administration.programStrategy.generic.cluster
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterStrategy.getProgramNaturalId()
           
 RemoteProgramNaturalId ClusterProgram2Department.getProgramNaturalId()
           
 RemoteProgramNaturalId ClusterProgram2Person.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterStrategy.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 void ClusterProgram2Department.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 void ClusterProgram2Person.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.administration.programStrategy.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterProgram2Department(java.lang.Integer id, java.lang.Integer idLocal, RemoteLocationNaturalId locationNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId departmentNaturalId, RemoteProgramPrivilegeNaturalId programPrivilegeNaturalId)
           
ClusterProgram2Department(RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId departmentNaturalId, RemoteProgramPrivilegeNaturalId programPrivilegeNaturalId)
           
ClusterProgram2Person(java.lang.Integer id, java.lang.Integer idLocal, RemoteProgramNaturalId programNaturalId, RemoteLocationNaturalId locationNaturalId, RemoteProgramPrivilegeNaturalId programPrivilegeNaturalId, RemotePersonNaturalId personNaturalId)
           
ClusterProgram2Person(RemoteProgramNaturalId programNaturalId, RemoteProgramPrivilegeNaturalId programPrivilegeNaturalId, RemotePersonNaturalId personNaturalId)
           
ClusterStrategy(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, RemoteUserNaturalId[] managersUsersNaturalId, RemoteProgramNaturalId programNaturalId, RemoteGearNaturalId[] gearNaturalId, ClusterAppliedStrategy[] clusterAppliedStrategys, ClusterPmfmStrategy[] clusterPmfmStrategys, ClusterReferenceTaxonStrategy[] clusterReferenceTaxonStrategys)
           
ClusterStrategy(java.lang.String name, java.lang.String description, java.util.Date creationDate, RemoteUserNaturalId[] managersUsersNaturalId, RemoteProgramNaturalId programNaturalId, RemoteGearNaturalId[] gearNaturalId, ClusterAppliedStrategy[] clusterAppliedStrategys, ClusterPmfmStrategy[] clusterPmfmStrategys, ClusterReferenceTaxonStrategy[] clusterReferenceTaxonStrategys)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.administration.programStrategy.generic.service
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service that return RemoteProgramNaturalId
 RemoteProgramNaturalId RemoteProgramFullService.getProgramNaturalIdByCode(java.lang.String code)
           
 RemoteProgramNaturalId RemoteProgramFullServiceWSDelegator.getProgramNaturalIdByCode(java.lang.String code)
           
 RemoteProgramNaturalId RemoteProgramFullServiceBase.getProgramNaturalIdByCode(java.lang.String code)
           
 RemoteProgramNaturalId[] RemoteProgramFullService.getProgramNaturalIds()
           
 RemoteProgramNaturalId[] RemoteProgramFullServiceWSDelegator.getProgramNaturalIds()
           
 RemoteProgramNaturalId[] RemoteProgramFullServiceBase.getProgramNaturalIds()
           
protected  RemoteProgramNaturalId RemoteProgramFullServiceImpl.handleGetProgramNaturalIdByCode(java.lang.String code)
           
protected abstract  RemoteProgramNaturalId RemoteProgramFullServiceBase.handleGetProgramNaturalIdByCode(java.lang.String code)
          Performs the core logic for RemoteProgramFullServiceBase.getProgramNaturalIdByCode(java.lang.String)
protected  RemoteProgramNaturalId[] RemoteProgramFullServiceImpl.handleGetProgramNaturalIds()
           
protected abstract  RemoteProgramNaturalId[] RemoteProgramFullServiceBase.handleGetProgramNaturalIds()
          Performs the core logic for RemoteProgramFullServiceBase.getProgramNaturalIds()
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service with parameters of type RemoteProgramNaturalId
 RemoteProgramFullVO RemoteProgramFullService.getProgramByNaturalId(RemoteProgramNaturalId programNaturalId)
           
 RemoteProgramFullVO RemoteProgramFullServiceWSDelegator.getProgramByNaturalId(RemoteProgramNaturalId programNaturalId)
           
 RemoteProgramFullVO RemoteProgramFullServiceBase.getProgramByNaturalId(RemoteProgramNaturalId programNaturalId)
           
protected  RemoteProgramFullVO RemoteProgramFullServiceImpl.handleGetProgramByNaturalId(RemoteProgramNaturalId programNaturalId)
           
protected abstract  RemoteProgramFullVO RemoteProgramFullServiceBase.handleGetProgramByNaturalId(RemoteProgramNaturalId programNaturalId)
          Performs the core logic for RemoteProgramFullServiceBase.getProgramByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgramNaturalId)
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.administration.programStrategy.generic.vo
 

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

Constructors in fr.ifremer.allegro.administration.programStrategy.generic.vo with parameters of type RemoteProgramNaturalId
RemoteProgramNaturalId(RemoteProgramNaturalId otherBean)
          Copies constructor from other RemoteProgramNaturalId
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.sample.generic.cluster
 

Methods in fr.ifremer.allegro.data.sample.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterSample.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.data.sample.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterSample.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.sample.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterSample(java.lang.Integer id, java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteMatrixNaturalId matrixNaturalId, RemoteUnitNaturalId sizeUnitNaturalId, RemoteBatchNaturalId batchNaturalId, RemoteFishingOperationNaturalId fishingOperationNaturalId, RemoteTaxonGroupNaturalId taxonGroupNaturalId, RemoteReferenceTaxonNaturalId referenceTaxonNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteUserNaturalId recorderUserNaturalId, RemoteSampleNaturalId parentSampleNaturalId, RemoteProgramNaturalId programNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, java.lang.String synchronizationStatus, ClusterSampleMeasurement[] clusterSampleMeasurements, ClusterSample[] clusterChildSampless, ClusterFishingArea[] clusterFishingAreas)
           
ClusterSample(java.lang.String label, java.util.Date creationDate, RemoteMatrixNaturalId matrixNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteProgramNaturalId programNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterSampleMeasurement[] clusterSampleMeasurements, ClusterSample[] clusterChildSampless, ClusterFishingArea[] clusterFishingAreas)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.sample.generic.vo
 

Methods in fr.ifremer.allegro.data.sample.generic.vo that return RemoteProgramNaturalId
 RemoteProgramNaturalId RemoteSampleNaturalId.getProgram()
           
 

Methods in fr.ifremer.allegro.data.sample.generic.vo with parameters of type RemoteProgramNaturalId
 void RemoteSampleNaturalId.setProgram(RemoteProgramNaturalId program)
           
 

Constructors in fr.ifremer.allegro.data.sample.generic.vo with parameters of type RemoteProgramNaturalId
RemoteSampleNaturalId(java.lang.String label, RemoteMatrixNaturalId matrix, RemoteFishingOperationNaturalId fishingOperation, RemoteProgramNaturalId program)
           
RemoteSampleNaturalId(java.lang.String label, RemoteMatrixNaturalId matrix, RemoteProgramNaturalId program)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.activity.generic.cluster
 

Methods in fr.ifremer.allegro.data.survey.activity.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterActivityCalendar.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.data.survey.activity.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterActivityCalendar.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.survey.activity.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterActivityCalendar(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.util.Date creationDate, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterFishingEffortCalendar clusterFishingEffortCalendar, ClusterMetierUseFeatures[] clusterMetierUseFeaturess, ClusterVesselUseFeatures[] clusterVesselUseFeaturess, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
ClusterActivityCalendar(java.lang.Integer id, java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterFishingEffortCalendar clusterFishingEffortCalendar, ClusterMetierUseFeatures[] clusterMetierUseFeaturess, ClusterVesselUseFeatures[] clusterVesselUseFeaturess, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.activity.generic.vo
 

Methods in fr.ifremer.allegro.data.survey.activity.generic.vo that return RemoteProgramNaturalId
 RemoteProgramNaturalId RemoteActivityCalendarNaturalId.getProgram()
           
 

Methods in fr.ifremer.allegro.data.survey.activity.generic.vo with parameters of type RemoteProgramNaturalId
 void RemoteActivityCalendarNaturalId.setProgram(RemoteProgramNaturalId program)
           
 

Constructors in fr.ifremer.allegro.data.survey.activity.generic.vo with parameters of type RemoteProgramNaturalId
RemoteActivityCalendarNaturalId(java.lang.Integer year, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.delaration.generic.cluster
 

Methods in fr.ifremer.allegro.data.survey.delaration.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterDeclaredDocumentReference.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.data.survey.delaration.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterDeclaredDocumentReference.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.survey.delaration.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterDeclaredDocumentReference(java.util.Date documentDate, java.util.Date creationDate, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterDeclaredDocumentReference[] clusterChildDeclareddocumentReferencess, ClusterObservedFishingTrip[] clusterFishingTripsOfObservedFishingTrip, ClusterFishingTrip[] clusterFishingTrips, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales)
           
ClusterDeclaredDocumentReference(java.lang.Integer id, java.lang.String reference, java.lang.String fileName, java.util.Date documentDate, java.lang.String otherDocumentReference, java.lang.String firstSheetNumber, java.lang.String lastSheetNumber, java.lang.Short sheetCount, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteDeclaredDocumentReferenceNaturalId parentDeclaredDocumentReferenceNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterDeclaredDocumentReference[] clusterChildDeclareddocumentReferencess, ClusterObservedFishingTrip[] clusterFishingTripsOfObservedFishingTrip, ClusterFishingTrip[] clusterFishingTrips, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.delaration.generic.vo
 

Methods in fr.ifremer.allegro.data.survey.delaration.generic.vo that return RemoteProgramNaturalId
 RemoteProgramNaturalId RemoteDeclaredDocumentReferenceNaturalId.getProgram()
           
 

Methods in fr.ifremer.allegro.data.survey.delaration.generic.vo with parameters of type RemoteProgramNaturalId
 void RemoteDeclaredDocumentReferenceNaturalId.setProgram(RemoteProgramNaturalId program)
           
 

Constructors in fr.ifremer.allegro.data.survey.delaration.generic.vo with parameters of type RemoteProgramNaturalId
RemoteDeclaredDocumentReferenceNaturalId(RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteDeclaredDocumentReferenceNaturalId(java.lang.String reference, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.economy.generic.cluster
 

Methods in fr.ifremer.allegro.data.survey.economy.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterEconomicalSurvey.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.data.survey.economy.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterEconomicalSurvey.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.survey.economy.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterEconomicalSurvey(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String synchronisationStatus, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteVesselOwnerNaturalId vesselOwnerNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemotePersonNaturalId recorderPersonNaturalId, ClusterSurveyMeasurement[] clusterSurveyMeasurements, ClusterVesselUseFeatures[] clusterVesselUseFeaturess)
           
ClusterEconomicalSurvey(java.lang.String synchronisationStatus, java.util.Date creationDate, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, ClusterSurveyMeasurement[] clusterSurveyMeasurements, ClusterVesselUseFeatures[] clusterVesselUseFeaturess)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterFishingEffortCalendar.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterFishingEffortCalendar.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterFishingEffortCalendar(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.util.Date creationDate, RemoteVesselUseFeaturesNaturalId[] vesselUseFeaturesNaturalId, RemoteSurveyQualificationNaturalId surveyQualificationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteActivityCalendarNaturalId activityCalendarNaturalId, ClusterMetierUseFeatures[] clusterGearUseFeaturessOfMetierUseFeatures, ClusterGearUseFeatures[] clusterGearUseFeaturess)
           
ClusterFishingEffortCalendar(java.lang.Integer id, java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteVesselUseFeaturesNaturalId[] vesselUseFeaturesNaturalId, RemoteSurveyQualificationNaturalId surveyQualificationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteActivityCalendarNaturalId activityCalendarNaturalId, RemotePersonNaturalId recorderPersonNaturalId, ClusterMetierUseFeatures[] clusterGearUseFeaturessOfMetierUseFeatures, ClusterGearUseFeatures[] clusterGearUseFeaturess)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.fishingEffort.generic.vo
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort.generic.vo that return RemoteProgramNaturalId
 RemoteProgramNaturalId RemoteFishingEffortCalendarNaturalId.getProgram()
           
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort.generic.vo with parameters of type RemoteProgramNaturalId
 void RemoteFishingEffortCalendarNaturalId.setProgram(RemoteProgramNaturalId program)
           
 

Constructors in fr.ifremer.allegro.data.survey.fishingEffort.generic.vo with parameters of type RemoteProgramNaturalId
RemoteFishingEffortCalendarNaturalId(java.lang.Integer year, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterFishingTrip.getProgramNaturalId()
           
 RemoteProgramNaturalId ClusterFishingTripOrigin.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterFishingTrip.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 void ClusterFishingTripOrigin.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterFishingTrip(java.util.Date departureDateTime, java.util.Date returnDateTime, java.util.Date creationDate, RemoteLocationNaturalId returnLocationNaturalId, RemoteLocationNaturalId departureLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterGearPhysicalFeatures[] clusterGearPhysicalFeaturess, ClusterFishingOperation[] clusterOperationsOfFishingOperation, ClusterOperation[] clusterOperations, ClusterTransshipment[] clusterTransshipments, ClusterVesselUseFeatures[] clusterVesselUseFeaturess, ClusterObservedLanding[] clusterLandingsOfObservedLanding, ClusterLanding[] clusterLandings, ClusterFishingTripOrigin[] clusterFishingTripOrigins, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
ClusterFishingTrip(java.lang.Integer id, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteLocationNaturalId returnLocationNaturalId, RemoteLocationNaturalId departureLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteScientificCruiseNaturalId scientificCruiseNaturalId, RemoteDeclaredDocumentReferenceNaturalId declaredDocumentReferenceNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterGearPhysicalFeatures[] clusterGearPhysicalFeaturess, ClusterFishingOperation[] clusterOperationsOfFishingOperation, ClusterOperation[] clusterOperations, ClusterTransshipment[] clusterTransshipments, ClusterVesselUseFeatures[] clusterVesselUseFeaturess, ClusterObservedLanding[] clusterLandingsOfObservedLanding, ClusterLanding[] clusterLandings, ClusterFishingTripOrigin[] clusterFishingTripOrigins, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
ClusterFishingTripOrigin(java.lang.Integer id, java.lang.Integer idLocal, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteProgramNaturalId programNaturalId, RemoteFishingTripNaturalId originFishingTripNaturalId)
           
ClusterFishingTripOrigin(RemoteFishingTripNaturalId fishingTripNaturalId, RemoteProgramNaturalId programNaturalId)
           
ClusterObservedFishingTrip(java.util.Date departureDateTime, java.util.Date returnDateTime, java.util.Date creationDate, RemoteLocationNaturalId returnLocationNaturalId, RemoteLocationNaturalId departureLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterGearPhysicalFeatures[] clusterGearPhysicalFeaturess, ClusterFishingOperation[] clusterOperationsOfFishingOperation, ClusterOperation[] clusterOperations, ClusterTransshipment[] clusterTransshipments, ClusterVesselUseFeatures[] clusterVesselUseFeaturess, ClusterObservedLanding[] clusterLandingsOfObservedLanding, ClusterLanding[] clusterLandings, ClusterFishingTripOrigin[] clusterFishingTripOrigins, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales, ClusterSurveyMeasurement[] clusterSurveyMeasurements, RemotePersonNaturalId[] observerPersonsNaturalId, ClusterExpectedSale[] clusterExpectedSales)
           
ClusterObservedFishingTrip(java.lang.Integer id, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteLocationNaturalId returnLocationNaturalId, RemoteLocationNaturalId departureLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteScientificCruiseNaturalId scientificCruiseNaturalId, RemoteDeclaredDocumentReferenceNaturalId declaredDocumentReferenceNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterGearPhysicalFeatures[] clusterGearPhysicalFeaturess, ClusterFishingOperation[] clusterOperationsOfFishingOperation, ClusterOperation[] clusterOperations, ClusterTransshipment[] clusterTransshipments, ClusterVesselUseFeatures[] clusterVesselUseFeaturess, ClusterObservedLanding[] clusterLandingsOfObservedLanding, ClusterLanding[] clusterLandings, ClusterFishingTripOrigin[] clusterFishingTripOrigins, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales, ClusterSurveyMeasurement[] clusterSurveyMeasurements, RemotePersonNaturalId[] observerPersonsNaturalId, ClusterExpectedSale[] clusterExpectedSales)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.fishingTrip.generic.vo
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip.generic.vo that return RemoteProgramNaturalId
 RemoteProgramNaturalId RemoteObservedFishingTripNaturalId.getProgram()
           
 RemoteProgramNaturalId RemoteFishingTripNaturalId.getProgram()
           
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip.generic.vo with parameters of type RemoteProgramNaturalId
 void RemoteObservedFishingTripNaturalId.setProgram(RemoteProgramNaturalId program)
           
 void RemoteFishingTripNaturalId.setProgram(RemoteProgramNaturalId program)
           
 

Constructors in fr.ifremer.allegro.data.survey.fishingTrip.generic.vo with parameters of type RemoteProgramNaturalId
RemoteFishingTripNaturalId(java.util.Date departureDateTime, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteObservedFishingTripNaturalId(java.util.Date departureDateTime, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.landing.generic.cluster
 

Methods in fr.ifremer.allegro.data.survey.landing.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterLanding.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.data.survey.landing.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterLanding.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.survey.landing.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterLanding(java.util.Date landingDateTime, java.util.Date creationDate, RemoteLocationNaturalId landingLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterSaleProduce[] clusterProducesOfSaleProduce, ClusterProduce[] clusterProduces, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales, ClusterLandingMeasurement[] clusterLandingMeasurements, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
ClusterLanding(java.lang.Integer id, java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteLocationNaturalId landingLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteCatchBatchNaturalId catchBatchNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterSaleProduce[] clusterProducesOfSaleProduce, ClusterProduce[] clusterProduces, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales, ClusterLandingMeasurement[] clusterLandingMeasurements, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
ClusterObservedLanding(java.util.Date landingDateTime, java.util.Date creationDate, RemoteLocationNaturalId landingLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterSaleProduce[] clusterProducesOfSaleProduce, ClusterProduce[] clusterProduces, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales, ClusterLandingMeasurement[] clusterLandingMeasurements, ClusterSurveyMeasurement[] clusterSurveyMeasurements, RemotePersonNaturalId[] observerPersonsNaturalId, ClusterExpectedSale[] clusterExpectedSales)
           
ClusterObservedLanding(java.lang.Integer id, java.util.Date landingDateTime, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteLocationNaturalId landingLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteCatchBatchNaturalId catchBatchNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterSaleProduce[] clusterProducesOfSaleProduce, ClusterProduce[] clusterProduces, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales, ClusterLandingMeasurement[] clusterLandingMeasurements, ClusterSurveyMeasurement[] clusterSurveyMeasurements, RemotePersonNaturalId[] observerPersonsNaturalId, ClusterExpectedSale[] clusterExpectedSales)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.landing.generic.vo
 

Methods in fr.ifremer.allegro.data.survey.landing.generic.vo that return RemoteProgramNaturalId
 RemoteProgramNaturalId RemoteLandingNaturalId.getProgram()
           
 RemoteProgramNaturalId RemoteObservedLandingNaturalId.getProgram()
           
 

Methods in fr.ifremer.allegro.data.survey.landing.generic.vo with parameters of type RemoteProgramNaturalId
 void RemoteLandingNaturalId.setProgram(RemoteProgramNaturalId program)
           
 void RemoteObservedLandingNaturalId.setProgram(RemoteProgramNaturalId program)
           
 

Constructors in fr.ifremer.allegro.data.survey.landing.generic.vo with parameters of type RemoteProgramNaturalId
RemoteLandingNaturalId(java.util.Date landingDateTime, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteObservedLandingNaturalId(java.util.Date landingDateTime, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.physicalGear.generic.cluster
 

Methods in fr.ifremer.allegro.data.survey.physicalGear.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterPhysicalGearSurvey.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.data.survey.physicalGear.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterPhysicalGearSurvey.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.survey.physicalGear.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterPhysicalGearSurvey(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.util.Date creationDate, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterVesselPhysicalFeatures[] clusterVesselPhysicalFeaturess, ClusterGearPhysicalFeatures[] clusterGearPhysicalFeaturess, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
ClusterPhysicalGearSurvey(java.lang.Integer id, java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterVesselPhysicalFeatures[] clusterVesselPhysicalFeaturess, ClusterGearPhysicalFeatures[] clusterGearPhysicalFeaturess, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.physicalGear.generic.vo
 

Methods in fr.ifremer.allegro.data.survey.physicalGear.generic.vo that return RemoteProgramNaturalId
 RemoteProgramNaturalId RemotePhysicalGearSurveyNaturalId.getProgram()
           
 

Methods in fr.ifremer.allegro.data.survey.physicalGear.generic.vo with parameters of type RemoteProgramNaturalId
 void RemotePhysicalGearSurveyNaturalId.setProgram(RemoteProgramNaturalId program)
           
 

Constructors in fr.ifremer.allegro.data.survey.physicalGear.generic.vo with parameters of type RemoteProgramNaturalId
RemotePhysicalGearSurveyNaturalId(java.lang.Integer year, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.sale.generic.cluster
 

Methods in fr.ifremer.allegro.data.survey.sale.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterSale.getProgramNaturalId()
           
 RemoteProgramNaturalId ClusterSaleOrigin.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.data.survey.sale.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterSale.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 void ClusterSaleOrigin.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.survey.sale.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterObservedSale(java.util.Date saleStartDate, java.util.Date creationDate, RemoteLocationNaturalId saleLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteSaleTypeNaturalId saleTypeNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterSaleMeasurement[] clusterSaleMeasurements, ClusterSaleProduce[] clusterSaleProduces, ClusterSaleOrigin[] clusterSaleOrigins, ClusterSurveyMeasurement[] clusterSurveyMeasurements, RemotePersonNaturalId[] observerPersonsNaturalId)
           
ClusterObservedSale(java.lang.Integer id, java.lang.Integer idLocal, java.util.Date saleStartDate, java.util.Date saleEndDate, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteLocationNaturalId saleLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteDeclaredDocumentReferenceNaturalId declaredDocumentReferenceNaturalId, RemoteSaleTypeNaturalId saleTypeNaturalId, RemoteLandingNaturalId landingNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteCatchBatchNaturalId catchBatchNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterSaleMeasurement[] clusterSaleMeasurements, ClusterSaleProduce[] clusterSaleProduces, ClusterSaleOrigin[] clusterSaleOrigins, ClusterSurveyMeasurement[] clusterSurveyMeasurements, RemotePersonNaturalId[] observerPersonsNaturalId)
           
ClusterSale(java.util.Date saleStartDate, java.util.Date creationDate, RemoteLocationNaturalId saleLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteSaleTypeNaturalId saleTypeNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterSaleMeasurement[] clusterSaleMeasurements, ClusterSaleProduce[] clusterSaleProduces, ClusterSaleOrigin[] clusterSaleOrigins, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
ClusterSale(java.lang.Integer id, java.lang.Integer idLocal, java.util.Date saleStartDate, java.util.Date saleEndDate, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteLocationNaturalId saleLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteDeclaredDocumentReferenceNaturalId declaredDocumentReferenceNaturalId, RemoteSaleTypeNaturalId saleTypeNaturalId, RemoteLandingNaturalId landingNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteCatchBatchNaturalId catchBatchNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterSaleMeasurement[] clusterSaleMeasurements, ClusterSaleProduce[] clusterSaleProduces, ClusterSaleOrigin[] clusterSaleOrigins, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
ClusterSaleOrigin(RemoteProgramNaturalId programNaturalId, RemoteSaleNaturalId saleNaturalId)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.sale.generic.vo
 

Methods in fr.ifremer.allegro.data.survey.sale.generic.vo that return RemoteProgramNaturalId
 RemoteProgramNaturalId RemoteSaleOriginNaturalId.getProgram()
           
 

Methods in fr.ifremer.allegro.data.survey.sale.generic.vo with parameters of type RemoteProgramNaturalId
 void RemoteSaleOriginNaturalId.setProgram(RemoteProgramNaturalId program)
           
 

Constructors in fr.ifremer.allegro.data.survey.sale.generic.vo with parameters of type RemoteProgramNaturalId
RemoteSaleOriginNaturalId(RemoteProgramNaturalId program, RemoteSaleNaturalId sale)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterScientificCruise.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterScientificCruise.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterScientificCruise(java.lang.Integer id, java.lang.String name, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String reference, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, RemotePersonNaturalId managerPersonNaturalId, RemoteScientificResearchVesselNaturalId scientificResearchVesselNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteProgramNaturalId programNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterObservedFishingTrip[] clusterFishingTripsOfObservedFishingTrip, ClusterFishingTrip[] clusterFishingTrips)
           
ClusterScientificCruise(java.lang.String name, java.util.Date departureDateTime, java.util.Date creationDate, RemotePersonNaturalId managerPersonNaturalId, RemoteScientificResearchVesselNaturalId scientificResearchVesselNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteProgramNaturalId programNaturalId, ClusterObservedFishingTrip[] clusterFishingTripsOfObservedFishingTrip, ClusterFishingTrip[] clusterFishingTrips)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.survey.scientificCruise.generic.vo
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise.generic.vo that return RemoteProgramNaturalId
 RemoteProgramNaturalId RemoteScientificCruiseNaturalId.getProgram()
           
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise.generic.vo with parameters of type RemoteProgramNaturalId
 void RemoteScientificCruiseNaturalId.setProgram(RemoteProgramNaturalId program)
           
 

Constructors in fr.ifremer.allegro.data.survey.scientificCruise.generic.vo with parameters of type RemoteProgramNaturalId
RemoteScientificCruiseNaturalId(java.util.Date departureDateTime, RemoteScientificResearchVesselNaturalId scientificResearchVessel, RemoteProgramNaturalId program)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.transshipment.generic.cluster
 

Methods in fr.ifremer.allegro.data.transshipment.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterTransshipment.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.data.transshipment.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterTransshipment.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.transshipment.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterTransshipment(java.util.Date transshipmentDateTime, java.util.Date creationDate, RemoteVesselNaturalId toVesselNaturalId, RemoteProduceNaturalId[] produceNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteSurveyQualificationNaturalId surveyQualificationNaturalId)
           
ClusterTransshipment(java.lang.Integer id, java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, RemoteVesselNaturalId toVesselNaturalId, RemoteLocationNaturalId transshipmentLocationNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteProduceNaturalId[] produceNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteUserNaturalId recorderUserNaturalId, RemoteSurveyQualificationNaturalId surveyQualificationNaturalId)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.transshipment.generic.vo
 

Methods in fr.ifremer.allegro.data.transshipment.generic.vo that return RemoteProgramNaturalId
 RemoteProgramNaturalId RemoteTransshipmentNaturalId.getProgram()
           
 

Methods in fr.ifremer.allegro.data.transshipment.generic.vo with parameters of type RemoteProgramNaturalId
 void RemoteTransshipmentNaturalId.setProgram(RemoteProgramNaturalId program)
           
 

Constructors in fr.ifremer.allegro.data.transshipment.generic.vo with parameters of type RemoteProgramNaturalId
RemoteTransshipmentNaturalId(RemoteVesselNaturalId toVessel, RemoteProgramNaturalId program)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterPhysicalFeatures.getProgramNaturalId()
           
 RemoteProgramNaturalId ClusterGearPhysicalFeaturesOrigin.getProgramNaturalId()
           
 RemoteProgramNaturalId ClusterVesselPhysicalFeaturesOrigin.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterPhysicalFeatures.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 void ClusterGearPhysicalFeaturesOrigin.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 void ClusterVesselPhysicalFeaturesOrigin.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterGearPhysicalFeatures(java.util.Date startDate, java.util.Date creationDate, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, RemoteGearNaturalId gearNaturalId, RemoteOperationNaturalId[] operationNaturalId, ClusterGearPhysicalMeasurement[] clusterGearPhysicalMeasurements, ClusterGearPhysicalFeaturesOrigin[] clusterGearPhysicalFeaturesOrigins)
           
ClusterGearPhysicalFeatures(java.lang.Integer id, java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, RemoteGearNaturalId gearNaturalId, RemoteOperationNaturalId[] operationNaturalId, RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId, ClusterGearPhysicalMeasurement[] clusterGearPhysicalMeasurements, ClusterGearPhysicalFeaturesOrigin[] clusterGearPhysicalFeaturesOrigins)
           
ClusterGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId, RemoteProgramNaturalId programNaturalId)
           
ClusterGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId, RemoteProgramNaturalId programNaturalId, RemoteAcquisitionLevelNaturalId acquisitionLevelNaturalId)
           
ClusterPhysicalFeatures(java.util.Date startDate, java.util.Date creationDate, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId)
           
ClusterPhysicalFeatures(java.lang.Integer id, java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId)
           
ClusterVesselPhysicalFeatures(java.util.Date startDate, java.util.Date creationDate, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, ClusterVesselPhysicalMeasurement[] clusterVesselPhysicalMeasurements, ClusterVesselPhysicalFeaturesOrigin[] clusterVesselPhysicalFeaturesOrigins)
           
ClusterVesselPhysicalFeatures(java.lang.Integer id, java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, java.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteUserNaturalId recorderUserNaturalId, RemoteLocationNaturalId baseLandingLocationNaturalId, ClusterVesselPhysicalMeasurement[] clusterVesselPhysicalMeasurements, ClusterVesselPhysicalFeaturesOrigin[] clusterVesselPhysicalFeaturesOrigins)
           
ClusterVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesNaturalId vesselPhysicalFeaturesNaturalId, RemoteProgramNaturalId programNaturalId)
           
ClusterVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesNaturalId vesselPhysicalFeaturesNaturalId, RemoteProgramNaturalId programNaturalId, RemoteAcquisitionLevelNaturalId acquisitionLevelNaturalId)
           
 

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

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.vo that return RemoteProgramNaturalId
 RemoteProgramNaturalId RemotePhysicalFeaturesNaturalId.getProgram()
           
 RemoteProgramNaturalId RemoteGearPhysicalFeaturesNaturalId.getProgram()
           
 RemoteProgramNaturalId RemoteVesselPhysicalFeaturesNaturalId.getProgram()
           
 RemoteProgramNaturalId RemoteGearPhysicalFeaturesOriginNaturalId.getProgram()
           
 RemoteProgramNaturalId RemoteVesselPhysicalFeaturesOriginNaturalId.getProgram()
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.vo with parameters of type RemoteProgramNaturalId
 void RemotePhysicalFeaturesNaturalId.setProgram(RemoteProgramNaturalId program)
           
 void RemoteGearPhysicalFeaturesNaturalId.setProgram(RemoteProgramNaturalId program)
           
 void RemoteVesselPhysicalFeaturesNaturalId.setProgram(RemoteProgramNaturalId program)
           
 void RemoteGearPhysicalFeaturesOriginNaturalId.setProgram(RemoteProgramNaturalId program)
           
 void RemoteVesselPhysicalFeaturesOriginNaturalId.setProgram(RemoteProgramNaturalId program)
           
 

Constructors in fr.ifremer.allegro.data.vessel.feature.physical.generic.vo with parameters of type RemoteProgramNaturalId
RemoteGearPhysicalFeaturesNaturalId(java.util.Date startDate, RemoteGearNaturalId gear, RemotePhysicalGearSurveyNaturalId physicalGearSurvey, RemoteFishingTripNaturalId fishingTrip, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteGearPhysicalFeaturesNaturalId(java.util.Date startDate, RemoteGearNaturalId gear, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteGearPhysicalFeaturesOriginNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeatures, RemoteProgramNaturalId program)
           
RemotePhysicalFeaturesNaturalId(java.util.Date startDate, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteVesselPhysicalFeaturesNaturalId(java.util.Date startDate, RemotePhysicalGearSurveyNaturalId physicalGearSurvey, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteVesselPhysicalFeaturesNaturalId(java.util.Date startDate, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteVesselPhysicalFeaturesOriginNaturalId(RemoteVesselPhysicalFeaturesNaturalId vesselPhysicalFeatures, RemoteProgramNaturalId program)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.vessel.feature.use.generic.cluster
 

Methods in fr.ifremer.allegro.data.vessel.feature.use.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterUseFeatures.getProgramNaturalId()
           
 RemoteProgramNaturalId ClusterVesselUseFeaturesOrigin.getProgramNaturalId()
           
 RemoteProgramNaturalId ClusterGearUseFeaturesOrigin.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.use.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterUseFeatures.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 void ClusterVesselUseFeaturesOrigin.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 void ClusterGearUseFeaturesOrigin.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.vessel.feature.use.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterGearUseFeatures(java.util.Date startDate, java.util.Date creationDate, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, ClusterFishingArea[] clusterFishingAreas, ClusterGearUseMeasurement[] clusterGearUseMeasurements, ClusterGearUseFeaturesOrigin[] clusterGearUseFeaturesOrigins)
           
ClusterGearUseFeatures(java.lang.Integer id, java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteGearNaturalId gearNaturalId, RemoteOperationNaturalId operationNaturalId, RemoteFishingEffortCalendarNaturalId fishingEffortCalendarNaturalId, ClusterFishingArea[] clusterFishingAreas, ClusterGearUseMeasurement[] clusterGearUseMeasurements, ClusterGearUseFeaturesOrigin[] clusterGearUseFeaturesOrigins)
           
ClusterGearUseFeaturesOrigin(RemoteGearUseFeaturesNaturalId gearUseFeaturesNaturalId, RemoteProgramNaturalId programNaturalId)
           
ClusterGearUseFeaturesOrigin(RemoteGearUseFeaturesNaturalId gearUseFeaturesNaturalId, RemoteProgramNaturalId programNaturalId, RemoteAcquisitionLevelNaturalId acquisitionLevelNaturalId)
           
ClusterMetierUseFeatures(java.util.Date startDate, java.util.Date creationDate, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, ClusterFishingArea[] clusterFishingAreas, ClusterGearUseMeasurement[] clusterGearUseMeasurements, ClusterGearUseFeaturesOrigin[] clusterGearUseFeaturesOrigins, RemoteMetierNaturalId metierNaturalId)
           
ClusterMetierUseFeatures(java.lang.Integer id, java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteGearNaturalId gearNaturalId, RemoteOperationNaturalId operationNaturalId, RemoteFishingEffortCalendarNaturalId fishingEffortCalendarNaturalId, ClusterFishingArea[] clusterFishingAreas, ClusterGearUseMeasurement[] clusterGearUseMeasurements, ClusterGearUseFeaturesOrigin[] clusterGearUseFeaturesOrigins, RemoteMetierNaturalId metierNaturalId, RemoteActivityCalendarNaturalId activityCalendarNaturalId)
           
ClusterUseFeatures(java.util.Date startDate, java.util.Date creationDate, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId)
           
ClusterUseFeatures(java.lang.Integer id, java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId)
           
ClusterVesselUseFeatures(java.util.Date startDate, java.util.Date creationDate, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, java.lang.Boolean isActive, ClusterFishingArea[] clusterFishingAreas, ClusterVesselUseMeasurement[] clusterVesselUseMeasurements, ClusterVesselUseFeaturesOrigin[] clusterVesselUseFeaturesOrigins)
           
ClusterVesselUseFeatures(java.lang.Integer id, java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, java.lang.Boolean isActive, RemoteActivityCalendarNaturalId activityCalendarNaturalId, RemoteLocationNaturalId basePortLocationNaturalId, RemoteOperationNaturalId operationNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteFishingEffortCalendarNaturalId fishingEffortCalendarNaturalId, RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId, ClusterFishingArea[] clusterFishingAreas, ClusterVesselUseMeasurement[] clusterVesselUseMeasurements, ClusterVesselUseFeaturesOrigin[] clusterVesselUseFeaturesOrigins)
           
ClusterVesselUseFeaturesOrigin(RemoteVesselUseFeaturesNaturalId vesselUseFeaturesNaturalId, RemoteProgramNaturalId programNaturalId)
           
ClusterVesselUseFeaturesOrigin(RemoteVesselUseFeaturesNaturalId vesselUseFeaturesNaturalId, RemoteProgramNaturalId programNaturalId, RemoteAcquisitionLevelNaturalId acquisitionLevelNaturalId)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.vessel.feature.use.generic.vo
 

Methods in fr.ifremer.allegro.data.vessel.feature.use.generic.vo that return RemoteProgramNaturalId
 RemoteProgramNaturalId RemoteUseFeaturesNaturalId.getProgram()
           
 RemoteProgramNaturalId RemoteGearUseFeaturesNaturalId.getProgram()
           
 RemoteProgramNaturalId RemoteMetierUseFeaturesNaturalId.getProgram()
           
 RemoteProgramNaturalId RemoteVesselUseFeaturesNaturalId.getProgram()
           
 RemoteProgramNaturalId RemoteVesselUseFeaturesOriginNaturalId.getProgram()
           
 RemoteProgramNaturalId RemoteGearUseFeaturesOriginNaturalId.getProgram()
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.use.generic.vo with parameters of type RemoteProgramNaturalId
 void RemoteUseFeaturesNaturalId.setProgram(RemoteProgramNaturalId program)
           
 void RemoteGearUseFeaturesNaturalId.setProgram(RemoteProgramNaturalId program)
           
 void RemoteMetierUseFeaturesNaturalId.setProgram(RemoteProgramNaturalId program)
           
 void RemoteVesselUseFeaturesNaturalId.setProgram(RemoteProgramNaturalId program)
           
 void RemoteVesselUseFeaturesOriginNaturalId.setProgram(RemoteProgramNaturalId program)
           
 void RemoteGearUseFeaturesOriginNaturalId.setProgram(RemoteProgramNaturalId program)
           
 

Constructors in fr.ifremer.allegro.data.vessel.feature.use.generic.vo with parameters of type RemoteProgramNaturalId
RemoteGearUseFeaturesNaturalId(java.util.Date startDate, RemoteGearNaturalId gear, RemoteOperationNaturalId operation, RemoteFishingEffortCalendarNaturalId fishingEffortCalendar, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteGearUseFeaturesNaturalId(java.util.Date startDate, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteGearUseFeaturesOriginNaturalId(RemoteGearUseFeaturesNaturalId gearUseFeatures, RemoteProgramNaturalId program)
           
RemoteMetierUseFeaturesNaturalId(java.util.Date startDate, RemoteMetierNaturalId metier, RemoteActivityCalendarNaturalId activityCalendar, RemoteGearNaturalId gear, RemoteOperationNaturalId operation, RemoteFishingEffortCalendarNaturalId fishingEffortCalendar, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteMetierUseFeaturesNaturalId(java.util.Date startDate, RemoteMetierNaturalId metier, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteUseFeaturesNaturalId(java.util.Date startDate, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteVesselUseFeaturesNaturalId(java.util.Date startDate, RemoteActivityCalendarNaturalId activityCalendar, RemoteOperationNaturalId operation, RemoteEconomicalSurveyNaturalId economicalSurvey, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteVesselUseFeaturesNaturalId(java.util.Date startDate, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteVesselUseFeaturesOriginNaturalId(RemoteVesselUseFeaturesNaturalId vesselUseFeatures, RemoteProgramNaturalId program)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.vessel.position.generic.cluster
 

Methods in fr.ifremer.allegro.data.vessel.position.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterVesselPosition.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.data.vessel.position.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterVesselPosition.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.vessel.position.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterVesselExtendedPosition(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteOperationNaturalId operationNaturalId, ClusterVesselPositionMeasurement[] clusterVesselPositionMeasurements)
           
ClusterVesselExtendedPosition(java.lang.Long id, java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteOperationNaturalId operationNaturalId, ClusterVesselPositionMeasurement[] clusterVesselPositionMeasurements, java.lang.Integer course, java.lang.Float speed, java.lang.Boolean isFishing)
           
ClusterVesselPosition(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteOperationNaturalId operationNaturalId, ClusterVesselPositionMeasurement[] clusterVesselPositionMeasurements)
           
ClusterVesselPosition(java.lang.Long id, java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteOperationNaturalId operationNaturalId, ClusterVesselPositionMeasurement[] clusterVesselPositionMeasurements)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.data.vessel.position.generic.vo
 

Methods in fr.ifremer.allegro.data.vessel.position.generic.vo that return RemoteProgramNaturalId
 RemoteProgramNaturalId RemoteVesselExtendedPositionNaturalId.getProgram()
           
 RemoteProgramNaturalId RemoteVesselPositionNaturalId.getProgram()
           
 

Methods in fr.ifremer.allegro.data.vessel.position.generic.vo with parameters of type RemoteProgramNaturalId
 void RemoteVesselExtendedPositionNaturalId.setProgram(RemoteProgramNaturalId program)
           
 void RemoteVesselPositionNaturalId.setProgram(RemoteProgramNaturalId program)
           
 

Constructors in fr.ifremer.allegro.data.vessel.position.generic.vo with parameters of type RemoteProgramNaturalId
RemoteVesselExtendedPositionNaturalId(java.util.Date dateTime, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteVesselPositionNaturalId(java.util.Date dateTime, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.referential.transcribing.generic.cluster
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.cluster that return RemoteProgramNaturalId
 RemoteProgramNaturalId ClusterTranscribingProgram.getProgramNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.cluster with parameters of type RemoteProgramNaturalId
 void ClusterTranscribingProgram.setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.transcribing.generic.cluster with parameters of type RemoteProgramNaturalId
ClusterTranscribingProgram(java.lang.String externalCode, RemoteTranscribingSystemNaturalId transcribingSystemNaturalId, RemoteTranscribingSideNaturalId transcribingSideNaturalId, RemoteProgramNaturalId programNaturalId)
           
ClusterTranscribingProgram(java.lang.String externalCode, java.sql.Timestamp updateDate, RemoteTranscribingSystemNaturalId transcribingSystemNaturalId, RemoteTranscribingSideNaturalId transcribingSideNaturalId, RemoteProgramNaturalId programNaturalId)
           
 

Uses of RemoteProgramNaturalId in fr.ifremer.allegro.referential.transcribing.generic.vo
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.vo that return RemoteProgramNaturalId
 RemoteProgramNaturalId RemoteTranscribingProgramNaturalId.getProgram()
           
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.vo with parameters of type RemoteProgramNaturalId
 void RemoteTranscribingProgramNaturalId.setProgram(RemoteProgramNaturalId program)
           
 

Constructors in fr.ifremer.allegro.referential.transcribing.generic.vo with parameters of type RemoteProgramNaturalId
RemoteTranscribingProgramNaturalId(RemoteTranscribingSystemNaturalId transcribingSystem, RemoteTranscribingSideNaturalId transcribingSide, RemoteProgramNaturalId program)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.