atg.projects.store.fluoroscope
Class Configuration

java.lang.Object
  extended by atg.projects.store.fluoroscope.Configuration

public class Configuration
extends java.lang.Object

This bean contains configuration properties essential for the Store.Fluoroscope module.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
Configuration()
           
 
Method Summary
 java.lang.String getStartPage()
          The startPage property contains a link to the application welcome page.
 void setStartPage(java.lang.String pStartPage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

Configuration

public Configuration()
Method Detail

getStartPage

public java.lang.String getStartPage()
The startPage property contains a link to the application welcome page.

Returns:
welcome page URI.

setStartPage

public void setStartPage(java.lang.String pStartPage)