com.softwareag.centrasite.appl.framework.validation.acl
Class Action

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.validation.acl.Action

public class Action
extends java.lang.Object

Used to specify an action.


Constructor Summary
Action()
           
 
Method Summary
 java.lang.String getAclId()
          Returns the ID of the actions Acl.
 java.lang.String getId()
          Returns the actions ID.
 void setAclId(java.lang.String pAclId)
          Sets the ID of the actions Acl.
 void setId(java.lang.String pId)
          Sets the actions ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action()
Method Detail

getId

public java.lang.String getId()
Returns the actions ID.


setId

public void setId(java.lang.String pId)
Sets the actions ID.


getAclId

public java.lang.String getAclId()
Returns the ID of the actions Acl.


setAclId

public void setAclId(java.lang.String pAclId)
Sets the ID of the actions Acl.