jcama
Class ScopeRoleRest

java.lang.Object
  extended by jcama.ScopeRoleRest

public class ScopeRoleRest
extends java.lang.Object

Role resctrictions class


Constructor Summary
ScopeRoleRest(int roleid, int role_min, int role_max)
          Creates a new instance of ScopeRoleRest
 
Method Summary
 int getRoleId()
           
 int getRoleMax()
           
 int getRoleMin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeRoleRest

public ScopeRoleRest(int roleid,
                     int role_min,
                     int role_max)
Creates a new instance of ScopeRoleRest

Method Detail

getRoleId

public int getRoleId()

getRoleMin

public int getRoleMin()

getRoleMax

public int getRoleMax()