Package com.thortech.xl.vo
Class DataObjectPermissions
java.lang.Object
com.thortech.xl.vo.DataObjectPermissions
- All Implemented Interfaces:
Serializable
- Author:
- Jatan Rajvanshi This class holds a data object key and the permissions to be set for that data object
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
boolean
getPermission
(String action) gets get the boolean permission value for a given actionvoid
setPermission
(String action, boolean permissionValue) Sets the boolean permission value for a given action
-
Constructor Details
-
DataObjectPermissions
public DataObjectPermissions(long dataObjectKey) Constructor for the type. Sets the data object key
-
-
Method Details
-
getDataObjectKey
public long getDataObjectKey()- Returns:
- Returns the dataObjectKey.
-
getPermissions
- Returns:
- Returns the permissions.
-
getPermission
gets get the boolean permission value for a given action- Parameters:
action
- The action key- Returns:
- The boolean permission value
-
setPermission
Sets the boolean permission value for a given action- Parameters:
action
- The action keypermissionValue
- The boolean permission value
-