Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.authz.server.session
Class RoleOperationMapId

java.lang.Object
  extended by org.hyperic.hq.authz.server.session.RoleOperationMapId
All Implemented Interfaces:
java.io.Serializable

public class RoleOperationMapId
extends java.lang.Object
implements java.io.Serializable

RoleOperationMapId generated by hbm2java

See Also:
Serialized Form

Constructor Summary
RoleOperationMapId()
          default constructor
RoleOperationMapId(Role roleId, Operation operationId)
          full constructor
 
Method Summary
 Operation getOperationId()
           
 Role getRoleId()
           
 void setOperationId(Operation operationId)
           
 void setRoleId(Role roleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleOperationMapId

public RoleOperationMapId()
default constructor


RoleOperationMapId

public RoleOperationMapId(Role roleId,
                          Operation operationId)
full constructor

Method Detail

getRoleId

public Role getRoleId()

setRoleId

public void setRoleId(Role roleId)

getOperationId

public Operation getOperationId()

setOperationId

public void setOperationId(Operation operationId)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.