fr.ifremer.allegro.data.survey.landing.generic.cluster
Class ClusterObservedLanding
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding
fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterObservedLanding
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterObservedLanding
- extends ClusterLanding
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
ClusterObservedLanding()
|
ClusterObservedLanding(ClusterObservedLanding otherBean)
Copies constructor from other ClusterObservedLanding |
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)
|
Methods inherited from class fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding |
copy, getCatchBatchNaturalId, getClusterLandingMeasurements, getClusterProduces, getClusterProducesOfSaleProduce, getClusterSales, getClusterSalesOfObservedSale, getClusterSurveyMeasurements, getComments, getControlDate, getCreationDate, getFishingTripNaturalId, getId, getLandingDateTime, getLandingLocationNaturalId, getProgramNaturalId, getQualificationComments, getQualificationDate, getQualityFlagNaturalId, getRecorderDepartmentNaturalId, getRecorderPersonNaturalId, getSynchronizationStatus, getUpdateDate, getValidationDate, getVesselNaturalId, setCatchBatchNaturalId, setClusterLandingMeasurements, setClusterProduces, setClusterProducesOfSaleProduce, setClusterSales, setClusterSalesOfObservedSale, setClusterSurveyMeasurements, setComments, setControlDate, setCreationDate, setFishingTripNaturalId, setId, setLandingDateTime, setLandingLocationNaturalId, setProgramNaturalId, setQualificationComments, setQualificationDate, setQualityFlagNaturalId, setRecorderDepartmentNaturalId, setRecorderPersonNaturalId, setSynchronizationStatus, setUpdateDate, setValidationDate, setVesselNaturalId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterObservedLanding
public ClusterObservedLanding()
ClusterObservedLanding
public 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
public 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)
ClusterObservedLanding
public ClusterObservedLanding(ClusterObservedLanding otherBean)
- Copies constructor from other ClusterObservedLanding
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(ClusterObservedLanding otherBean)
- Copies all properties from the argument value object into this value object.
getObserverPersonsNaturalId
public RemotePersonNaturalId[] getObserverPersonsNaturalId()
setObserverPersonsNaturalId
public void setObserverPersonsNaturalId(RemotePersonNaturalId[] observerPersonsNaturalId)
getClusterExpectedSales
public ClusterExpectedSale[] getClusterExpectedSales()
setClusterExpectedSales
public void setClusterExpectedSales(ClusterExpectedSale[] clusterExpectedSales)
Copyright © 2008-2010 IFREMER. All Rights Reserved.