Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class LayoutSetBranchConstants

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

public class LayoutSetBranchConstants
extends Object

View Source


Field Summary
static long ALL_BRANCHES
           
static String MASTER_BRANCH_DESCRIPTION_PRIVATE
           
static String MASTER_BRANCH_DESCRIPTION_PUBLIC
           
static String MASTER_BRANCH_NAME
           
static long NO_BRANCHES
           
 
Constructor Summary
LayoutSetBranchConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_BRANCHES

public static final long ALL_BRANCHES
See Also:
Constant Field Values

MASTER_BRANCH_DESCRIPTION_PRIVATE

public static final String MASTER_BRANCH_DESCRIPTION_PRIVATE
See Also:
Constant Field Values

MASTER_BRANCH_DESCRIPTION_PUBLIC

public static final String MASTER_BRANCH_DESCRIPTION_PUBLIC
See Also:
Constant Field Values

MASTER_BRANCH_NAME

public static final String MASTER_BRANCH_NAME
See Also:
Constant Field Values

NO_BRANCHES

public static final long NO_BRANCHES
See Also:
Constant Field Values
Constructor Detail

LayoutSetBranchConstants

public LayoutSetBranchConstants()

Liferay 6.1.2-ce-ga3