org.openanzo.server.repository.rdb.sql
Class AciRdbWrapper.SelectAccessControlResultImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.AciRdbWrapper.SelectAccessControlResultImpl
All Implemented Interfaces:
AciRdbWrapper.SelectAccessControlResult
Enclosing class:
AciRdbWrapper

public static class AciRdbWrapper.SelectAccessControlResultImpl
extends java.lang.Object
implements AciRdbWrapper.SelectAccessControlResult

Default implementation of SelectAccessControlResult


Field Summary
 long AclId
          Value for the "AclId" result value
 int add
          Value for the "add" result value
 int changeNamedGraphAcl
          Value for the "changeNamedGraphAcl" result value
 int insertNamedGraph
          Value for the "insertNamedGraph" result value
 int read
          Value for the "read" result value
 int remove
          Value for the "remove" result value
 int removeNamedGraph
          Value for the "removeNamedGraph" result value
 long roleId
          Value for the "roleId" result value
 
Constructor Summary
AciRdbWrapper.SelectAccessControlResultImpl()
           
 
Method Summary
 long getAclId()
          Get the "AclId" result value
 int getAdd()
          Get the "Add" result value
 int getChangeNamedGraphAcl()
          Get the "ChangeNamedGraphAcl" result value
 int getInsertNamedGraph()
          Get the "InsertNamedGraph" result value
 int getRead()
          Get the "Read" result value
 int getRemove()
          Get the "Remove" result value
 int getRemoveNamedGraph()
          Get the "RemoveNamedGraph" result value
 long getRoleId()
          Get the "RoleId" result value
 void setAclId(long AclId)
          Set the "AclId" result value
 void setAdd(int add)
          Set the "Add" result value
 void setChangeNamedGraphAcl(int changeNamedGraphAcl)
          Set the "ChangeNamedGraphAcl" result value
 void setInsertNamedGraph(int insertNamedGraph)
          Set the "InsertNamedGraph" result value
 void setRead(int read)
          Set the "Read" result value
 void setRemove(int remove)
          Set the "Remove" result value
 void setRemoveNamedGraph(int removeNamedGraph)
          Set the "RemoveNamedGraph" result value
 void setRoleId(long roleId)
          Set the "RoleId" result value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AclId

public long AclId
Value for the "AclId" result value


roleId

public long roleId
Value for the "roleId" result value


read

public int read
Value for the "read" result value


add

public int add
Value for the "add" result value


remove

public int remove
Value for the "remove" result value


insertNamedGraph

public int insertNamedGraph
Value for the "insertNamedGraph" result value


removeNamedGraph

public int removeNamedGraph
Value for the "removeNamedGraph" result value


changeNamedGraphAcl

public int changeNamedGraphAcl
Value for the "changeNamedGraphAcl" result value

Constructor Detail

AciRdbWrapper.SelectAccessControlResultImpl

public AciRdbWrapper.SelectAccessControlResultImpl()
Method Detail

getAclId

public long getAclId()
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Get the "AclId" result value

Specified by:
getAclId in interface AciRdbWrapper.SelectAccessControlResult
Returns:
the "AclId" result value

setAclId

public void setAclId(long AclId)
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Set the "AclId" result value

Specified by:
setAclId in interface AciRdbWrapper.SelectAccessControlResult
Parameters:
AclId - the "AclId" result value

getRoleId

public long getRoleId()
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Get the "RoleId" result value

Specified by:
getRoleId in interface AciRdbWrapper.SelectAccessControlResult
Returns:
the "RoleId" result value

setRoleId

public void setRoleId(long roleId)
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Set the "RoleId" result value

Specified by:
setRoleId in interface AciRdbWrapper.SelectAccessControlResult
Parameters:
roleId - the "RoleId" result value

getRead

public int getRead()
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Get the "Read" result value

Specified by:
getRead in interface AciRdbWrapper.SelectAccessControlResult
Returns:
the "Read" result value

setRead

public void setRead(int read)
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Set the "Read" result value

Specified by:
setRead in interface AciRdbWrapper.SelectAccessControlResult
Parameters:
read - the "Read" result value

getAdd

public int getAdd()
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Get the "Add" result value

Specified by:
getAdd in interface AciRdbWrapper.SelectAccessControlResult
Returns:
the "Add" result value

setAdd

public void setAdd(int add)
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Set the "Add" result value

Specified by:
setAdd in interface AciRdbWrapper.SelectAccessControlResult
Parameters:
add - the "Add" result value

getRemove

public int getRemove()
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Get the "Remove" result value

Specified by:
getRemove in interface AciRdbWrapper.SelectAccessControlResult
Returns:
the "Remove" result value

setRemove

public void setRemove(int remove)
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Set the "Remove" result value

Specified by:
setRemove in interface AciRdbWrapper.SelectAccessControlResult
Parameters:
remove - the "Remove" result value

getInsertNamedGraph

public int getInsertNamedGraph()
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Get the "InsertNamedGraph" result value

Specified by:
getInsertNamedGraph in interface AciRdbWrapper.SelectAccessControlResult
Returns:
the "InsertNamedGraph" result value

setInsertNamedGraph

public void setInsertNamedGraph(int insertNamedGraph)
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Set the "InsertNamedGraph" result value

Specified by:
setInsertNamedGraph in interface AciRdbWrapper.SelectAccessControlResult
Parameters:
insertNamedGraph - the "InsertNamedGraph" result value

getRemoveNamedGraph

public int getRemoveNamedGraph()
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Get the "RemoveNamedGraph" result value

Specified by:
getRemoveNamedGraph in interface AciRdbWrapper.SelectAccessControlResult
Returns:
the "RemoveNamedGraph" result value

setRemoveNamedGraph

public void setRemoveNamedGraph(int removeNamedGraph)
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Set the "RemoveNamedGraph" result value

Specified by:
setRemoveNamedGraph in interface AciRdbWrapper.SelectAccessControlResult
Parameters:
removeNamedGraph - the "RemoveNamedGraph" result value

getChangeNamedGraphAcl

public int getChangeNamedGraphAcl()
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Get the "ChangeNamedGraphAcl" result value

Specified by:
getChangeNamedGraphAcl in interface AciRdbWrapper.SelectAccessControlResult
Returns:
the "ChangeNamedGraphAcl" result value

setChangeNamedGraphAcl

public void setChangeNamedGraphAcl(int changeNamedGraphAcl)
Description copied from interface: AciRdbWrapper.SelectAccessControlResult
Set the "ChangeNamedGraphAcl" result value

Specified by:
setChangeNamedGraphAcl in interface AciRdbWrapper.SelectAccessControlResult
Parameters:
changeNamedGraphAcl - the "ChangeNamedGraphAcl" result value


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.