org.servebox.toolbox.acl
Class ACLGrid

java.lang.Object
  extended by org.servebox.foundry.value.BasicObject
      extended by org.servebox.foundry.value.AbstractValueObject
          extended by org.servebox.toolbox.acl.ACLGrid
All Implemented Interfaces:
Serializable

public class ACLGrid
extends AbstractValueObject

Object for transferring grid information between client and server

Author:
B.Flight
See Also:
Serialized Form

Field Summary
protected  AccessControlApplication _application
           
protected  Collection _entries
           
protected  AccessRequestUser _user
           
 
Constructor Summary
ACLGrid()
           
 
Method Summary
 AccessControlApplication getApplication()
           
 Collection getEntries()
           
 AccessRequestUser getUser()
           
 void setApplication(AccessControlApplication os)
           
 void setEntries(Collection entries)
           
 void setUser(AccessRequestUser user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_user

protected AccessRequestUser _user

_application

protected AccessControlApplication _application

_entries

protected Collection _entries
Constructor Detail

ACLGrid

public ACLGrid()
Method Detail

getUser

public AccessRequestUser getUser()

setUser

public void setUser(AccessRequestUser user)

getEntries

public Collection getEntries()

setEntries

public void setEntries(Collection entries)

getApplication

public AccessControlApplication getApplication()

setApplication

public void setApplication(AccessControlApplication os)


Copyright © 2010. All Rights Reserved.