fr.ifremer.allegro.data.survey.fishingTrip.generic.vo
Class RemoteFishingTripFullVO

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RemoteObservedFishingTripFullVO

public class RemoteFishingTripFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteFishingTripFullVO()
           
RemoteFishingTripFullVO(java.util.Date departureDateTime, java.util.Date returnDateTime, java.util.Date creationDate, java.lang.Integer returnLocationId, java.lang.Integer departureLocationId, java.lang.String vesselCode, java.lang.Integer[] gearPhysicalFeaturesId, java.lang.Integer[] operationId, java.lang.Integer[] transshipmentId, java.lang.Integer[] vesselUseFeaturesId, java.lang.Integer[] landingId, java.lang.String programCode, java.lang.Integer recorderDepartmentId, java.lang.Integer[] fishingTripOriginId, java.lang.String qualityFlagCode, java.lang.Integer[] saleId, java.lang.Integer[] surveyMeasurementId)
           
RemoteFishingTripFullVO(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, java.lang.Integer returnLocationId, java.lang.Integer departureLocationId, java.lang.String vesselCode, java.lang.Integer[] gearPhysicalFeaturesId, java.lang.Integer[] operationId, java.lang.Integer[] transshipmentId, java.lang.Integer[] vesselUseFeaturesId, java.lang.Integer[] landingId, java.lang.Integer scientificCruiseId, java.lang.Integer declaredDocumentReferenceId, java.lang.String programCode, java.lang.Integer recorderDepartmentId, java.lang.Integer[] fishingTripOriginId, java.lang.String qualityFlagCode, java.lang.Integer[] saleId, java.lang.Integer[] surveyMeasurementId, java.lang.Integer recorderPersonId)
           
RemoteFishingTripFullVO(RemoteFishingTripFullVO otherBean)
          Copies constructor from other RemoteFishingTripFullVO
 
Method Summary
 void copy(RemoteFishingTripFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getComments()
           
 java.util.Date getControlDate()
           
 java.util.Date getCreationDate()
           
 java.lang.Integer getDeclaredDocumentReferenceId()
           
 java.util.Date getDepartureDateTime()
           
 java.lang.Integer getDepartureLocationId()
           
 java.lang.Integer[] getFishingTripOriginId()
           
 java.lang.Integer[] getGearPhysicalFeaturesId()
           
 java.lang.Integer getId()
           
 java.lang.Integer[] getLandingId()
           
 java.lang.Integer[] getOperationId()
           
 java.lang.String getProgramCode()
           
 java.lang.String getQualificationComments()
           
 java.util.Date getQualificationDate()
           
 java.lang.String getQualityFlagCode()
           
 java.lang.Integer getRecorderDepartmentId()
           
 java.lang.Integer getRecorderPersonId()
           
 java.util.Date getReturnDateTime()
           
 java.lang.Integer getReturnLocationId()
           
 java.lang.Integer[] getSaleId()
           
 java.lang.Integer getScientificCruiseId()
           
 java.lang.Integer[] getSurveyMeasurementId()
           
 java.lang.Integer[] getTransshipmentId()
           
 java.sql.Timestamp getUpdateDate()
           
 java.util.Date getValidationDate()
           
 java.lang.String getVesselCode()
           
 java.lang.Integer[] getVesselUseFeaturesId()
           
 void setComments(java.lang.String comments)
           
 void setControlDate(java.util.Date controlDate)
           
 void setCreationDate(java.util.Date creationDate)
           
 void setDeclaredDocumentReferenceId(java.lang.Integer declaredDocumentReferenceId)
           
 void setDepartureDateTime(java.util.Date departureDateTime)
           
 void setDepartureLocationId(java.lang.Integer departureLocationId)
           
 void setFishingTripOriginId(java.lang.Integer[] fishingTripOriginId)
           
 void setGearPhysicalFeaturesId(java.lang.Integer[] gearPhysicalFeaturesId)
           
 void setId(java.lang.Integer id)
           
 void setLandingId(java.lang.Integer[] landingId)
           
 void setOperationId(java.lang.Integer[] operationId)
           
 void setProgramCode(java.lang.String programCode)
           
 void setQualificationComments(java.lang.String qualificationComments)
           
 void setQualificationDate(java.util.Date qualificationDate)
           
 void setQualityFlagCode(java.lang.String qualityFlagCode)
           
 void setRecorderDepartmentId(java.lang.Integer recorderDepartmentId)
           
 void setRecorderPersonId(java.lang.Integer recorderPersonId)
           
 void setReturnDateTime(java.util.Date returnDateTime)
           
 void setReturnLocationId(java.lang.Integer returnLocationId)
           
 void setSaleId(java.lang.Integer[] saleId)
           
 void setScientificCruiseId(java.lang.Integer scientificCruiseId)
           
 void setSurveyMeasurementId(java.lang.Integer[] surveyMeasurementId)
           
 void setTransshipmentId(java.lang.Integer[] transshipmentId)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 void setValidationDate(java.util.Date validationDate)
           
 void setVesselCode(java.lang.String vesselCode)
           
 void setVesselUseFeaturesId(java.lang.Integer[] vesselUseFeaturesId)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFishingTripFullVO

public RemoteFishingTripFullVO()

RemoteFishingTripFullVO

public RemoteFishingTripFullVO(java.util.Date departureDateTime,
                               java.util.Date returnDateTime,
                               java.util.Date creationDate,
                               java.lang.Integer returnLocationId,
                               java.lang.Integer departureLocationId,
                               java.lang.String vesselCode,
                               java.lang.Integer[] gearPhysicalFeaturesId,
                               java.lang.Integer[] operationId,
                               java.lang.Integer[] transshipmentId,
                               java.lang.Integer[] vesselUseFeaturesId,
                               java.lang.Integer[] landingId,
                               java.lang.String programCode,
                               java.lang.Integer recorderDepartmentId,
                               java.lang.Integer[] fishingTripOriginId,
                               java.lang.String qualityFlagCode,
                               java.lang.Integer[] saleId,
                               java.lang.Integer[] surveyMeasurementId)

RemoteFishingTripFullVO

public RemoteFishingTripFullVO(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,
                               java.lang.Integer returnLocationId,
                               java.lang.Integer departureLocationId,
                               java.lang.String vesselCode,
                               java.lang.Integer[] gearPhysicalFeaturesId,
                               java.lang.Integer[] operationId,
                               java.lang.Integer[] transshipmentId,
                               java.lang.Integer[] vesselUseFeaturesId,
                               java.lang.Integer[] landingId,
                               java.lang.Integer scientificCruiseId,
                               java.lang.Integer declaredDocumentReferenceId,
                               java.lang.String programCode,
                               java.lang.Integer recorderDepartmentId,
                               java.lang.Integer[] fishingTripOriginId,
                               java.lang.String qualityFlagCode,
                               java.lang.Integer[] saleId,
                               java.lang.Integer[] surveyMeasurementId,
                               java.lang.Integer recorderPersonId)

RemoteFishingTripFullVO

public RemoteFishingTripFullVO(RemoteFishingTripFullVO otherBean)
Copies constructor from other RemoteFishingTripFullVO

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

copy

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


getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getDepartureDateTime

public java.util.Date getDepartureDateTime()

setDepartureDateTime

public void setDepartureDateTime(java.util.Date departureDateTime)

getReturnDateTime

public java.util.Date getReturnDateTime()

setReturnDateTime

public void setReturnDateTime(java.util.Date returnDateTime)

getComments

public java.lang.String getComments()

setComments

public void setComments(java.lang.String comments)

getCreationDate

public java.util.Date getCreationDate()

setCreationDate

public void setCreationDate(java.util.Date creationDate)

getControlDate

public java.util.Date getControlDate()

setControlDate

public void setControlDate(java.util.Date controlDate)

getValidationDate

public java.util.Date getValidationDate()

setValidationDate

public void setValidationDate(java.util.Date validationDate)

getQualificationDate

public java.util.Date getQualificationDate()

setQualificationDate

public void setQualificationDate(java.util.Date qualificationDate)

getQualificationComments

public java.lang.String getQualificationComments()

setQualificationComments

public void setQualificationComments(java.lang.String qualificationComments)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getReturnLocationId

public java.lang.Integer getReturnLocationId()

setReturnLocationId

public void setReturnLocationId(java.lang.Integer returnLocationId)

getDepartureLocationId

public java.lang.Integer getDepartureLocationId()

setDepartureLocationId

public void setDepartureLocationId(java.lang.Integer departureLocationId)

getVesselCode

public java.lang.String getVesselCode()

setVesselCode

public void setVesselCode(java.lang.String vesselCode)

getGearPhysicalFeaturesId

public java.lang.Integer[] getGearPhysicalFeaturesId()

setGearPhysicalFeaturesId

public void setGearPhysicalFeaturesId(java.lang.Integer[] gearPhysicalFeaturesId)

getOperationId

public java.lang.Integer[] getOperationId()

setOperationId

public void setOperationId(java.lang.Integer[] operationId)

getTransshipmentId

public java.lang.Integer[] getTransshipmentId()

setTransshipmentId

public void setTransshipmentId(java.lang.Integer[] transshipmentId)

getVesselUseFeaturesId

public java.lang.Integer[] getVesselUseFeaturesId()

setVesselUseFeaturesId

public void setVesselUseFeaturesId(java.lang.Integer[] vesselUseFeaturesId)

getLandingId

public java.lang.Integer[] getLandingId()

setLandingId

public void setLandingId(java.lang.Integer[] landingId)

getScientificCruiseId

public java.lang.Integer getScientificCruiseId()

setScientificCruiseId

public void setScientificCruiseId(java.lang.Integer scientificCruiseId)

getDeclaredDocumentReferenceId

public java.lang.Integer getDeclaredDocumentReferenceId()

setDeclaredDocumentReferenceId

public void setDeclaredDocumentReferenceId(java.lang.Integer declaredDocumentReferenceId)

getProgramCode

public java.lang.String getProgramCode()

setProgramCode

public void setProgramCode(java.lang.String programCode)

getRecorderDepartmentId

public java.lang.Integer getRecorderDepartmentId()

setRecorderDepartmentId

public void setRecorderDepartmentId(java.lang.Integer recorderDepartmentId)

getFishingTripOriginId

public java.lang.Integer[] getFishingTripOriginId()

setFishingTripOriginId

public void setFishingTripOriginId(java.lang.Integer[] fishingTripOriginId)

getQualityFlagCode

public java.lang.String getQualityFlagCode()

setQualityFlagCode

public void setQualityFlagCode(java.lang.String qualityFlagCode)

getSaleId

public java.lang.Integer[] getSaleId()

setSaleId

public void setSaleId(java.lang.Integer[] saleId)

getSurveyMeasurementId

public java.lang.Integer[] getSurveyMeasurementId()

setSurveyMeasurementId

public void setSurveyMeasurementId(java.lang.Integer[] surveyMeasurementId)

getRecorderPersonId

public java.lang.Integer getRecorderPersonId()

setRecorderPersonId

public void setRecorderPersonId(java.lang.Integer recorderPersonId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.