fr.ifremer.allegro.data.survey.landing.generic.vo
Class RemoteObservedLandingNaturalId

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

public class RemoteObservedLandingNaturalId
extends RemoteNaturalIdAbstract
implements java.io.Serializable

See Also:
Serialized Form

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

RemoteObservedLandingNaturalId

public RemoteObservedLandingNaturalId()

RemoteObservedLandingNaturalId

public RemoteObservedLandingNaturalId(java.util.Date landingDateTime,
                                      RemoteVesselNaturalId vessel,
                                      RemoteProgramNaturalId program)

RemoteObservedLandingNaturalId

public RemoteObservedLandingNaturalId(RemoteObservedLandingNaturalId otherBean)
Copies constructor from other RemoteObservedLandingNaturalId

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

copy

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


getLandingDateTime

public java.util.Date getLandingDateTime()

setLandingDateTime

public void setLandingDateTime(java.util.Date landingDateTime)

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.