atg.svc.repository.service
Class ServiceConstants

java.lang.Object
  extended by atg.svc.repository.service.ServiceConstants

public class ServiceConstants
extends java.lang.Object

ServiceConstants used by service classes. These are generally to be defaults for configurable properties that might be similar across different services. This is also a good place to put resource bundle and key names.


Field Summary
static java.lang.String CLASS_VERSION
           
static int sDefaultMaxDisplayedTitleLength
           
 
Constructor Summary
ServiceConstants()
           
 
Method Summary
 
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

sDefaultMaxDisplayedTitleLength

public static final int sDefaultMaxDisplayedTitleLength
See Also:
Constant Field Values
Constructor Detail

ServiceConstants

public ServiceConstants()