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

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

public class RemoteGearPhysicalFeaturesNaturalId
extends RemoteNaturalIdAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteGearPhysicalFeaturesNaturalId()
           
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)
           
RemoteGearPhysicalFeaturesNaturalId(RemoteGearPhysicalFeaturesNaturalId otherBean)
          Copies constructor from other RemoteGearPhysicalFeaturesNaturalId
 
Method Summary
 void copy(RemoteGearPhysicalFeaturesNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteFishingTripNaturalId getFishingTrip()
           
 RemoteGearNaturalId getGear()
           
 RemotePhysicalGearSurveyNaturalId getPhysicalGearSurvey()
           
 RemoteProgramNaturalId getProgram()
           
 java.util.Date getStartDate()
           
 RemoteVesselNaturalId getVessel()
           
 void setFishingTrip(RemoteFishingTripNaturalId fishingTrip)
           
 void setGear(RemoteGearNaturalId gear)
           
 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

RemoteGearPhysicalFeaturesNaturalId

public RemoteGearPhysicalFeaturesNaturalId()

RemoteGearPhysicalFeaturesNaturalId

public RemoteGearPhysicalFeaturesNaturalId(java.util.Date startDate,
                                           RemoteGearNaturalId gear,
                                           RemoteVesselNaturalId vessel,
                                           RemoteProgramNaturalId program)

RemoteGearPhysicalFeaturesNaturalId

public RemoteGearPhysicalFeaturesNaturalId(java.util.Date startDate,
                                           RemoteGearNaturalId gear,
                                           RemotePhysicalGearSurveyNaturalId physicalGearSurvey,
                                           RemoteFishingTripNaturalId fishingTrip,
                                           RemoteVesselNaturalId vessel,
                                           RemoteProgramNaturalId program)

RemoteGearPhysicalFeaturesNaturalId

public RemoteGearPhysicalFeaturesNaturalId(RemoteGearPhysicalFeaturesNaturalId otherBean)
Copies constructor from other RemoteGearPhysicalFeaturesNaturalId

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

copy

public void copy(RemoteGearPhysicalFeaturesNaturalId 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)

getGear

public RemoteGearNaturalId getGear()

setGear

public void setGear(RemoteGearNaturalId gear)

getPhysicalGearSurvey

public RemotePhysicalGearSurveyNaturalId getPhysicalGearSurvey()

setPhysicalGearSurvey

public void setPhysicalGearSurvey(RemotePhysicalGearSurveyNaturalId physicalGearSurvey)

getFishingTrip

public RemoteFishingTripNaturalId getFishingTrip()

setFishingTrip

public void setFishingTrip(RemoteFishingTripNaturalId fishingTrip)

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.