7.0 Action Request System Java API

com.remedy.arsys.api
Class RoleInfo

java.lang.Object
  extended bycom.remedy.arsys.api.RoleInfo
All Implemented Interfaces:
java.lang.Cloneable

public class RoleInfo
extends java.lang.Object
implements java.lang.Cloneable

This RoleInfoclass defines the properties of a role on the AR System server.


Method Summary
 java.lang.Object clone()
          Makes a copy of the object.
 int getRoleID()
          Returns the ID of the role.
 NameID getRoleName()
          Returns the list of names associated with this particular role.
 int getRoleType()
          Returns the role type.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRoleID

public int getRoleID()
Returns the ID of the role.


getRoleName

public NameID getRoleName()
Returns the list of names associated with this particular role.


getRoleType

public int getRoleType()
Returns the role type.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Makes a copy of the object.

Throws:
java.lang.CloneNotSupportedException

7.0 Action Request System Java API