Interface Permission


public interface Permission
Author:
Brian Wing Shun Chan
See Also:
  • PermissionImpl
  • Method Details

    • getActionId

      String getActionId()
    • getName

      String getName()
    • getPrimKey

      String getPrimKey()
    • getScope

      int getScope()
    • setActionId

      void setActionId(String actionId)
    • setName

      void setName(String name)
    • setPrimKey

      void setPrimKey(String primKey)
    • setScope

      void setScope(int scope)