gov.noaa.pmel.util
Class SoTValue.GeoDate

java.lang.Object
  extended by gov.noaa.pmel.util.SoTValue
      extended by gov.noaa.pmel.util.SoTValue.GeoDate
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SoTValue

Deprecated. As of sgt 3.0, replaced by SoTValue.Time

public static class SoTValue.GeoDate
extends SoTValue

Inner class for SoTRange for type GeoDate.

Since:
sgt 2.0
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class gov.noaa.pmel.util.SoTValue
SoTValue.Double, SoTValue.Float, SoTValue.GeoDate, SoTValue.Integer, SoTValue.Short, SoTValue.Time
 
Constructor Summary
SoTValue.GeoDate()
          Deprecated. Default constructor.
SoTValue.GeoDate(GeoDate date)
          Deprecated. Construct a SoTValue from a GeoDate.
SoTValue.GeoDate(long time)
          Deprecated. Construct a SoTValue and initialize it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00.
 
Method Summary
 void add(SoTValue val)
          Deprecated. Add to value.
 boolean equals(SoTValue val)
          Deprecated. Test for equality
 GeoDate getGeoDate()
          Deprecated. Get time as GeoDate.
 long getLongTime()
          Deprecated. Get time as long since 1970-01-01.
 java.lang.Object getObjectValue()
          Deprecated.  
 GeoDate getValue()
          Deprecated. Get the value
 boolean isTime()
          Deprecated. Test if SoTValue is time.
 void setValue(GeoDate date)
          Deprecated. Set the value from a GeoDate
 void setValue(long time)
          Deprecated. Set the value from the number of milliseconds since the epoch.
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SoTValue.GeoDate

public SoTValue.GeoDate()
Deprecated. 
Default constructor.


SoTValue.GeoDate

public SoTValue.GeoDate(GeoDate date)
Deprecated. 
Construct a SoTValue from a GeoDate.


SoTValue.GeoDate

public SoTValue.GeoDate(long time)
Deprecated. 
Construct a SoTValue and initialize it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00.

Method Detail

getValue

public GeoDate getValue()
Deprecated. 
Get the value


setValue

public void setValue(GeoDate date)
Deprecated. 
Set the value from a GeoDate


setValue

public void setValue(long time)
Deprecated. 
Set the value from the number of milliseconds since the epoch.


getObjectValue

public java.lang.Object getObjectValue()
Deprecated. 
Specified by:
getObjectValue in class SoTValue

isTime

public boolean isTime()
Deprecated. 
Test if SoTValue is time.

Specified by:
isTime in class SoTValue

equals

public boolean equals(SoTValue val)
Deprecated. 
Test for equality

Specified by:
equals in class SoTValue

add

public void add(SoTValue val)
Deprecated. 
Add to value.

Specified by:
add in class SoTValue
Since:
3.0

getLongTime

public long getLongTime()
Deprecated. 
Get time as long since 1970-01-01.

Specified by:
getLongTime in class SoTValue
Since:
3.0

getGeoDate

public GeoDate getGeoDate()
Deprecated. 
Get time as GeoDate.

Specified by:
getGeoDate in class SoTValue
Since:
3.0

toString

public java.lang.String toString()
Deprecated. 
Specified by:
toString in class SoTValue