Skip navigation links


com.thortech.xl.vo
Class Operation

java.lang.Object
  extended by com.thortech.xl.vo.Operation

All Implemented Interfaces:
java.io.Serializable

public class Operation
extends java.lang.Object
implements java.io.Serializable

Permission Operation for tcPermissionOperationAPI

Chih-Jen Sun
May 7, 2004

See Also:
Serialized Form

Constructor Summary
Operation()
           

 

Method Summary
 java.lang.String getAction()
           
 java.lang.String getEntityName()
           
 long getKey()
           
 void setAction(java.lang.String action)
           
 void setEntityName(java.lang.String entityName)
           
 void setKey(long key)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Operation

public Operation()

Method Detail

getAction

public java.lang.String getAction()
Returns:
Returns the action.

setAction

public void setAction(java.lang.String action)
Parameters:
action - The action to set.

getEntityName

public java.lang.String getEntityName()
Returns:
Returns the entityName.

setEntityName

public void setEntityName(java.lang.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.

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.