Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class ReleaseConstants

java.lang.Object
  extended by com.liferay.portal.model.ReleaseConstants

public class ReleaseConstants
extends Object


Field Summary
static long DEFAULT_ID
           
static String DEFAULT_SERVLET_CONTEXT_NAME
           
static int STATE_GOOD
           
static int STATE_UPGRADE_FAILURE
           
static int STATE_VERIFY_FAILURE
           
static String TEST_STRING
           
 
Constructor Summary
ReleaseConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ID

public static final long DEFAULT_ID
See Also:
Constant Field Values

DEFAULT_SERVLET_CONTEXT_NAME

public static final String DEFAULT_SERVLET_CONTEXT_NAME
See Also:
Constant Field Values

STATE_GOOD

public static final int STATE_GOOD
See Also:
Constant Field Values

STATE_UPGRADE_FAILURE

public static final int STATE_UPGRADE_FAILURE
See Also:
Constant Field Values

STATE_VERIFY_FAILURE

public static final int STATE_VERIFY_FAILURE
See Also:
Constant Field Values

TEST_STRING

public static final String TEST_STRING
See Also:
Constant Field Values
Constructor Detail

ReleaseConstants

public ReleaseConstants()

Liferay 6.1.2-ce-ga3