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

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
      extended by fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripNaturalId
All Implemented Interfaces:
java.io.Serializable

public class RemoteObservedFishingTripNaturalId
extends RemoteNaturalIdAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteObservedFishingTripNaturalId()
           
RemoteObservedFishingTripNaturalId(java.util.Date departureDateTime, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteObservedFishingTripNaturalId(RemoteObservedFishingTripNaturalId otherBean)
          Copies constructor from other RemoteObservedFishingTripNaturalId
 
Method Summary
 void copy(RemoteObservedFishingTripNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 java.util.Date getDepartureDateTime()
           
 RemoteProgramNaturalId getProgram()
           
 RemoteVesselNaturalId getVessel()
           
 void setDepartureDateTime(java.util.Date departureDateTime)
           
 void setProgram(RemoteProgramNaturalId program)
           
 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

RemoteObservedFishingTripNaturalId

public RemoteObservedFishingTripNaturalId()

RemoteObservedFishingTripNaturalId

public RemoteObservedFishingTripNaturalId(java.util.Date departureDateTime,
                                          RemoteVesselNaturalId vessel,
                                          RemoteProgramNaturalId program)

RemoteObservedFishingTripNaturalId

public RemoteObservedFishingTripNaturalId(RemoteObservedFishingTripNaturalId otherBean)
Copies constructor from other RemoteObservedFishingTripNaturalId

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

copy

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


getDepartureDateTime

public java.util.Date getDepartureDateTime()

setDepartureDateTime

public void setDepartureDateTime(java.util.Date departureDateTime)

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.