Class CurrentDateUTC
- java.lang.Object
-
- gov.nasa.pds.imaging.generate.automatic.elements.CurrentDateUTC
-
- All Implemented Interfaces:
Element
@Deprecated public class CurrentDateUTC extends Object implements Element
Deprecated.Generates the Current Date in UTC format. Deprecated by using Velocity DateTool Example: $date.get("yyyy-MM-dd");- Author:
- jpadams
-
-
Constructor Summary
Constructors Constructor Description CurrentDateUTC()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getUnits()
Deprecated.String
getValue()
Deprecated.void
setParameters(PDSObject pdsObject)
Deprecated.
-
-
-
Method Detail
-
getValue
public String getValue() throws TemplateException
Deprecated.- Specified by:
getValue
in interfaceElement
- Throws:
TemplateException
-
setParameters
public void setParameters(PDSObject pdsObject)
Deprecated.- Specified by:
setParameters
in interfaceElement
-
-