com.ibm.jtopenlite
Class About

java.lang.Object
  extended by com.ibm.jtopenlite.About

public class About
extends Object

This class provides information about the current version of JTOpenLite


Field Summary
static String INTERFACE_LEVEL
          The INTERFACE_LEVEL represents the level of the interface.
static String INTERFACE_NAME
           
 
Constructor Summary
About()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERFACE_NAME

public static String INTERFACE_NAME

INTERFACE_LEVEL

public static String INTERFACE_LEVEL
The INTERFACE_LEVEL represents the level of the interface. For now, we just use the current date. This date is automatically adjusted each time jtopenlite.jar is built.

Constructor Detail

About

public About()