eschool.data
Class Rights

java.lang.Object
  extended byeschool.data.Rights

public class Rights
extends java.lang.Object


Field Summary
static int FULL_CONTROL
           
static int READ_ONLY
           
static int READ_WRITE_ONLY
           
 
Constructor Summary
Rights()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

READ_ONLY

public static int READ_ONLY

READ_WRITE_ONLY

public static int READ_WRITE_ONLY

FULL_CONTROL

public static int FULL_CONTROL
Constructor Detail

Rights

public Rights()