fr.ifremer.allegro.data.vessel.feature.physical.generic.vo
Class RemoteVesselPhysicalFeaturesNaturalId

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
      extended by fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesNaturalId
All Implemented Interfaces:
java.io.Serializable

public class RemoteVesselPhysicalFeaturesNaturalId
extends RemoteNaturalIdAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteVesselPhysicalFeaturesNaturalId()
           
RemoteVesselPhysicalFeaturesNaturalId(java.util.Date startDate, RemotePhysicalGearSurveyNaturalId physicalGearSurvey, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteVesselPhysicalFeaturesNaturalId(java.util.Date startDate, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteVesselPhysicalFeaturesNaturalId(RemoteVesselPhysicalFeaturesNaturalId otherBean)
          Copies constructor from other RemoteVesselPhysicalFeaturesNaturalId
 
Method Summary
 void copy(RemoteVesselPhysicalFeaturesNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 RemotePhysicalGearSurveyNaturalId getPhysicalGearSurvey()
           
 RemoteProgramNaturalId getProgram()
           
 java.util.Date getStartDate()
           
 RemoteVesselNaturalId getVessel()
           
 void setPhysicalGearSurvey(RemotePhysicalGearSurveyNaturalId physicalGearSurvey)
           
 void setProgram(RemoteProgramNaturalId program)
           
 void setStartDate(java.util.Date startDate)
           
 void setVessel(RemoteVesselNaturalId vessel)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteVesselPhysicalFeaturesNaturalId

public RemoteVesselPhysicalFeaturesNaturalId()

RemoteVesselPhysicalFeaturesNaturalId

public RemoteVesselPhysicalFeaturesNaturalId(java.util.Date startDate,
                                             RemoteVesselNaturalId vessel,
                                             RemoteProgramNaturalId program)

RemoteVesselPhysicalFeaturesNaturalId

public RemoteVesselPhysicalFeaturesNaturalId(java.util.Date startDate,
                                             RemotePhysicalGearSurveyNaturalId physicalGearSurvey,
                                             RemoteVesselNaturalId vessel,
                                             RemoteProgramNaturalId program)

RemoteVesselPhysicalFeaturesNaturalId

public RemoteVesselPhysicalFeaturesNaturalId(RemoteVesselPhysicalFeaturesNaturalId otherBean)
Copies constructor from other RemoteVesselPhysicalFeaturesNaturalId

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

copy

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


getStartDate

public java.util.Date getStartDate()

setStartDate

public void setStartDate(java.util.Date startDate)

getPhysicalGearSurvey

public RemotePhysicalGearSurveyNaturalId getPhysicalGearSurvey()

setPhysicalGearSurvey

public void setPhysicalGearSurvey(RemotePhysicalGearSurveyNaturalId physicalGearSurvey)

getVessel

public RemoteVesselNaturalId getVessel()

setVessel

public void setVessel(RemoteVesselNaturalId vessel)

getProgram

public RemoteProgramNaturalId getProgram()

setProgram

public void setProgram(RemoteProgramNaturalId program)


Copyright © 2008-2010 IFREMER. All Rights Reserved.