gov.nasa.pds.imaging.generate.automatic.elements
Class CurrentDateUTC

java.lang.Object
  extended by gov.nasa.pds.imaging.generate.automatic.elements.CurrentDateUTC
All Implemented Interfaces:
Element

Deprecated.

@Deprecated
public class CurrentDateUTC
extends Object
implements Element

Generates the Current Date in UTC format. Deprecated by using Velocity DateTool Example: $date.get("yyyy-MM-dd");

Author:
jpadams

Constructor Summary
CurrentDateUTC()
          Deprecated.  
 
Method Summary
 String getUnits()
          Deprecated.  
 String getValue()
          Deprecated.  
 void setParameters(PDSObject pdsObject)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentDateUTC

public CurrentDateUTC()
Deprecated. 
Method Detail

getUnits

public String getUnits()
Deprecated. 
Specified by:
getUnits in interface Element

getValue

public String getValue()
                throws TemplateException
Deprecated. 
Specified by:
getValue in interface Element
Throws:
TemplateException

setParameters

public void setParameters(PDSObject pdsObject)
Deprecated. 
Specified by:
setParameters in interface Element


Copyright © 2010–2014 Planetary Data System. All rights reserved.