gov.nih.nci.mageom.util
Class PermissionObject

java.lang.Object
  extended by gov.nih.nci.mageom.util.PermissionObject

public class PermissionObject
extends java.lang.Object

This class acts as a base object for the core beans. The class allows the passing of permissions from bean to bean

Version:
$Revision: 1.1 $
Author:
MAGE-OM API Team

Constructor Summary
PermissionObject()
           
 
Method Summary
 UserAccess getUserAccess()
          return the data permissions
protected  void setArrayAccess(PermissionObject[] objectArray)
          Sets the data permissions for an array of objects this objects permissons
 void setUserAccess(UserAccess theAccess)
          sets the data permissions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionObject

public PermissionObject()
Method Detail

setUserAccess

public void setUserAccess(UserAccess theAccess)
sets the data permissions

Parameters:
the - permissions for the object

getUserAccess

public UserAccess getUserAccess()
return the data permissions

Returns:
the permissions for the object

setArrayAccess

protected void setArrayAccess(PermissionObject[] objectArray)
Sets the data permissions for an array of objects this objects permissons

Parameters:
the - array that needs permissions for this object