Package com.thortech.xl.vo
Class Operation
java.lang.Object
com.thortech.xl.vo.Operation
- All Implemented Interfaces:
Serializable
Permission Operation for tcPermissionOperationAPI
Chih-Jen Sun
May 7, 2004
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getKey()
void
void
setEntityName
(String entityName) void
setKey
(long key)
-
Constructor Details
-
Operation
public Operation()
-
-
Method Details
-
getAction
- Returns:
- Returns the action.
-
setAction
- Parameters:
action
- The action to set.
-
getEntityName
- Returns:
- Returns the entityName.
-
setEntityName
- Parameters:
entityName
- The entityName to set.
-
getKey
public long getKey()- Returns:
- Returns the key.
-
setKey
public void setKey(long key) - Parameters:
key
- The key to set.
-