| 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.PermissionInfo
public class PermissionInfo
The PermissionInfo class specifies the permissions
 for an AR System object.
 For forms, fields, and containers, you can assign different level of access
 to different groups.
| Constructor Summary | |
|---|---|
PermissionInfo()
 | 
|
PermissionInfo(int id)
 | 
|
PermissionInfo(int id,
               int perm)
 | 
|
| Method Summary | |
|---|---|
 Object | 
clone()
Makes a deep copy of the object.  | 
 boolean | 
equals(Object obj)
Use this method for checking equality.  | 
 int | 
getGroupID()
Returns the internal ID of the group.  | 
 int | 
getPermissionValue()
Returns the integer value indicating the access privileges for the group.  | 
 int | 
hashCode()
Returns the hash code value for this instance of the current class.  | 
 void | 
setGroupID(int groupID)
Sets the internal ID of the group  | 
 void | 
setPermissionValue(int permissionValue)
Sets the integer value indicating the access privileges for the group.  | 
 String | 
toString()
Returns string.  | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public PermissionInfo()
public PermissionInfo(int id)
public PermissionInfo(int id,
                      int perm)
| Method Detail | 
|---|
public Object clone()
             throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic int getGroupID()
public void setGroupID(int groupID)
groupID - New group to usepublic int getPermissionValue()
The following constants describe the possible values for forms, and containers:
The following constants describe the possible values for fields:
public void setPermissionValue(int permissionValue)
The following constants describe the possible values for forms, and containers:
The following constants describe the possible values for fields:
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
  | 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||