org.jets3t.service.acl
Class GrantAndPermission

java.lang.Object
  extended byorg.jets3t.service.acl.GrantAndPermission

public class GrantAndPermission
extends java.lang.Object

Simple container object to combine a grantee object with a permission object.


Constructor Summary
GrantAndPermission(GranteeInterface grantee, Permission permission)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 GranteeInterface getGrantee()
           
 Permission getPermission()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrantAndPermission

public GrantAndPermission(GranteeInterface grantee,
                          Permission permission)
Method Detail

getGrantee

public GranteeInterface getGrantee()

getPermission

public Permission getPermission()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)