Liferay 6.2-ce-ga5

com.liferay.portal.model
Class ResourceBlockConstants

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

public class ResourceBlockConstants
extends Object


Field Summary
static int OPERATOR_ADD
           
static int OPERATOR_REMOVE
           
static int OPERATOR_SET
           
static long OWNER_USER_ID
           
 
Constructor Summary
ResourceBlockConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPERATOR_ADD

public static final int OPERATOR_ADD
See Also:
Constant Field Values

OPERATOR_REMOVE

public static final int OPERATOR_REMOVE
See Also:
Constant Field Values

OPERATOR_SET

public static final int OPERATOR_SET
See Also:
Constant Field Values

OWNER_USER_ID

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

ResourceBlockConstants

public ResourceBlockConstants()

Liferay 6.2-ce-ga5