org.servebox.toolbox.acl
Class ACLGrid
java.lang.Object
org.servebox.foundry.value.BasicObject
org.servebox.foundry.value.AbstractValueObject
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_user
protected AccessRequestUser _user
_application
protected AccessControlApplication _application
_entries
protected Collection _entries
ACLGrid
public ACLGrid()
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.