com.hqme.cm
Class Permission

java.lang.Object
  extended by com.hqme.cm.Permission

public final class Permission
extends java.lang.Object


Constructor Summary
Permission(int permission)
           
 
Method Summary
 boolean canDelete()
           
 boolean canModify()
           
 boolean canRead()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Permission

public Permission(int permission)
Method Detail

canRead

public boolean canRead()

canModify

public boolean canModify()

canDelete

public boolean canDelete()