com.alvermont.bcimport
Class AppConstants

java.lang.Object
  extended by com.alvermont.bcimport.AppConstants

public class AppConstants
extends java.lang.Object

Global constants


Field Summary
static java.lang.String PROGRAM_VERSION
          The current version number
static java.lang.String RELEASE_DATE
          The date of the release
 
Constructor Summary
AppConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROGRAM_VERSION

public static final java.lang.String PROGRAM_VERSION
The current version number

See Also:
Constant Field Values

RELEASE_DATE

public static final java.lang.String RELEASE_DATE
The date of the release

See Also:
Constant Field Values
Constructor Detail

AppConstants

public AppConstants()