AR System Java API

com.bmc.arsys.api
Class RoleInfo

java.lang.Object
  extended by com.bmc.arsys.api.RoleInfo
All Implemented Interfaces:
Serializable, Cloneable

public class RoleInfo
extends Object
implements Cloneable, Serializable

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

See Also:
Serialized Form

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

Method Detail

getId

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


getName

public String getName()
Returns the list of names associated with this particular role.


getRoleType

public int getRoleType()
Returns the role type.


clone

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

Overrides:
clone in class Object
Throws:
CloneNotSupportedException

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.