fr.ifremer.allegro.type
Class DateTimePositionVO

java.lang.Object
  extended by fr.ifremer.allegro.type.DateTimePositionVO
All Implemented Interfaces:
java.io.Serializable

public class DateTimePositionVO
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DateTimePositionVO()
           
DateTimePositionVO(java.util.Date dateTime, java.lang.Float longitude, java.lang.Float latitude)
           
DateTimePositionVO(DateTimePositionVO otherBean)
          Copies constructor from other DateTimePositionVO
 
Method Summary
 void copy(DateTimePositionVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.util.Date getDateTime()
           
 java.lang.Float getLatitude()
           
 java.lang.Float getLongitude()
           
 void setDateTime(java.util.Date dateTime)
           
 void setLatitude(java.lang.Float latitude)
           
 void setLongitude(java.lang.Float longitude)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimePositionVO

public DateTimePositionVO()

DateTimePositionVO

public DateTimePositionVO(java.util.Date dateTime,
                          java.lang.Float longitude,
                          java.lang.Float latitude)

DateTimePositionVO

public DateTimePositionVO(DateTimePositionVO otherBean)
Copies constructor from other DateTimePositionVO

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

copy

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

getLongitude

public java.lang.Float getLongitude()

setLongitude

public void setLongitude(java.lang.Float longitude)

getLatitude

public java.lang.Float getLatitude()

setLatitude

public void setLatitude(java.lang.Float latitude)


Copyright © 2008-2010 IFREMER. All Rights Reserved.