fr.ifremer.allegro.data.vessel.position.generic.vo
Class RemoteVesselExtendedPositionNaturalId

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

public class RemoteVesselExtendedPositionNaturalId
extends RemoteNaturalIdAbstract
implements java.io.Serializable

See Also:
Serialized Form

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

RemoteVesselExtendedPositionNaturalId

public RemoteVesselExtendedPositionNaturalId()

RemoteVesselExtendedPositionNaturalId

public RemoteVesselExtendedPositionNaturalId(java.util.Date dateTime,
                                             RemoteVesselNaturalId vessel,
                                             RemoteProgramNaturalId program)

RemoteVesselExtendedPositionNaturalId

public RemoteVesselExtendedPositionNaturalId(RemoteVesselExtendedPositionNaturalId otherBean)
Copies constructor from other RemoteVesselExtendedPositionNaturalId

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

copy

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


getDateTime

public java.util.Date getDateTime()

setDateTime

public void setDateTime(java.util.Date dateTime)

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.