com.sap.ip.me.api.security
Class PermissionEntry

java.lang.Object
  extended bycom.sap.ip.me.api.security.PermissionEntry

public class PermissionEntry
extends java.lang.Object

Title: PermissionEntry
Description: Single Permsission to be checked. The Permsission is described by name, field and action
Copyright: Copyright (c) 2003
Company: SAP

Version:
1.0
Author:
T.Kroener

Field Summary
 java.lang.String action
          action value of the corresponding ABAP permissionvalue
 java.lang.String field
          fieldname of the corresponding ABAP permissionfield
 java.lang.String name
          name of the corresponding ABAP permissionobject
 
Constructor Summary
PermissionEntry(java.lang.String name, java.lang.String field, java.lang.String action)
          Constructor for the PermissionEntry object
 
Method Summary
 boolean equals(PermissionEntry permEntry)
          Description of the Method
 java.lang.String toString()
          Returns a human readable presentation of the PermissionEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
name of the corresponding ABAP permissionobject


field

public java.lang.String field
fieldname of the corresponding ABAP permissionfield


action

public java.lang.String action
action value of the corresponding ABAP permissionvalue

Constructor Detail

PermissionEntry

public PermissionEntry(java.lang.String name,
                       java.lang.String field,
                       java.lang.String action)
Constructor for the PermissionEntry object

Parameters:
name - name of the permission to be checked
field - fieldname of the permission to be checked
action - value of the action of the permission to be checked
Method Detail

equals

public boolean equals(PermissionEntry permEntry)
Description of the Method

Parameters:
permEntry - compares to PermissionEntries
Returns:
true if it's the same Entry

toString

public java.lang.String toString()
Returns a human readable presentation of the PermissionEntry

Returns:
String representation of a PermissionEntry


Copyright © 2005 SAP AG. All Rights Reserved.