gistoolkit.application
Class Constants

java.lang.Object
  extended bygistoolkit.application.Constants

public class Constants
extends java.lang.Object

Class to hold constant information for the application that may change should The application change.


Constructor Summary
Constants()
          Creates new Constants
 
Method Summary
static java.lang.String getApplicationName()
          Returns a constant name for the application.
static void setApplicationName(java.lang.String inName)
          Sets a constant name for the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Constants

public Constants()
Creates new Constants

Method Detail

getApplicationName

public static java.lang.String getApplicationName()
Returns a constant name for the application.


setApplicationName

public static void setApplicationName(java.lang.String inName)
Sets a constant name for the application.