uk.ac.ucl.che.esf.base
Class ISODate

java.lang.Object
  extended by uk.ac.ucl.che.esf.base.ISODate
All Implemented Interfaces:
java.io.Serializable

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

Objects, when saved to external storage (for persistence), are named according to the date of creation. This class defines the date as a string formatted according to the ISO format: YYYYMMDDHHMMSS.

See Also:
Serialized Form

Constructor Summary
ISODate()
          The constructor expects no arguments as we only define date according to the current time.
 
Method Summary
static void main(java.lang.String[] args)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ISODate

public ISODate()
The constructor expects no arguments as we only define date according to the current time.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

main

public static void main(java.lang.String[] args)