Class Operation

java.lang.Object
com.thortech.xl.vo.Operation
All Implemented Interfaces:
Serializable

public class Operation extends Object implements Serializable
Permission Operation for tcPermissionOperationAPI

Chih-Jen Sun
May 7, 2004

See Also:
  • Constructor Details

    • Operation

      public Operation()
  • Method Details

    • getAction

      public String getAction()
      Returns:
      Returns the action.
    • setAction

      public void setAction(String action)
      Parameters:
      action - The action to set.
    • getEntityName

      public String getEntityName()
      Returns:
      Returns the entityName.
    • setEntityName

      public void setEntityName(String entityName)
      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.