org.openanzo.server.repository.rdb.sql
Interface ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult

All Known Implementing Classes:
ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResultImpl
Enclosing class:
ReplicationRdbWrapper

public static interface ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResult

Interface for holding the results of the selectNamedGraphMetaInfoAdditions prepared statement.


Method Summary
 long getAciId()
          Get the "AciId" result value
 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
 long getNamedGraphId()
          Get the "NamedGraphId" 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 setAciId(long aciId)
          Set the "AciId" 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 setNamedGraphId(long namedGraphId)
          Set the "NamedGraphId" 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
 

Method Detail

getNamedGraphId

long getNamedGraphId()
                     throws AnzoException
Get the "NamedGraphId" result value

Returns:
the "NamedGraphId" result value
Throws:
AnzoException

setNamedGraphId

void setNamedGraphId(long namedGraphId)
                     throws AnzoException
Set the "NamedGraphId" result value

Parameters:
namedGraphId - the "NamedGraphId" result value
Throws:
AnzoException

getAciId

long getAciId()
              throws AnzoException
Get the "AciId" result value

Returns:
the "AciId" result value
Throws:
AnzoException

setAciId

void setAciId(long aciId)
              throws AnzoException
Set the "AciId" result value

Parameters:
aciId - the "AciId" result value
Throws:
AnzoException

getAclId

long getAclId()
              throws AnzoException
Get the "AclId" result value

Returns:
the "AclId" result value
Throws:
AnzoException

setAclId

void setAclId(long aclId)
              throws AnzoException
Set the "AclId" result value

Parameters:
aclId - the "AclId" result value
Throws:
AnzoException

getRoleId

long getRoleId()
               throws AnzoException
Get the "RoleId" result value

Returns:
the "RoleId" result value
Throws:
AnzoException

setRoleId

void setRoleId(long roleId)
               throws AnzoException
Set the "RoleId" result value

Parameters:
roleId - the "RoleId" result value
Throws:
AnzoException

getRead

int getRead()
            throws AnzoException
Get the "Read" result value

Returns:
the "Read" result value
Throws:
AnzoException

setRead

void setRead(int read)
             throws AnzoException
Set the "Read" result value

Parameters:
read - the "Read" result value
Throws:
AnzoException

getAdd

int getAdd()
           throws AnzoException
Get the "Add" result value

Returns:
the "Add" result value
Throws:
AnzoException

setAdd

void setAdd(int add)
            throws AnzoException
Set the "Add" result value

Parameters:
add - the "Add" result value
Throws:
AnzoException

getRemove

int getRemove()
              throws AnzoException
Get the "Remove" result value

Returns:
the "Remove" result value
Throws:
AnzoException

setRemove

void setRemove(int remove)
               throws AnzoException
Set the "Remove" result value

Parameters:
remove - the "Remove" result value
Throws:
AnzoException

getInsertNamedGraph

int getInsertNamedGraph()
                        throws AnzoException
Get the "InsertNamedGraph" result value

Returns:
the "InsertNamedGraph" result value
Throws:
AnzoException

setInsertNamedGraph

void setInsertNamedGraph(int insertNamedGraph)
                         throws AnzoException
Set the "InsertNamedGraph" result value

Parameters:
insertNamedGraph - the "InsertNamedGraph" result value
Throws:
AnzoException

getRemoveNamedGraph

int getRemoveNamedGraph()
                        throws AnzoException
Get the "RemoveNamedGraph" result value

Returns:
the "RemoveNamedGraph" result value
Throws:
AnzoException

setRemoveNamedGraph

void setRemoveNamedGraph(int removeNamedGraph)
                         throws AnzoException
Set the "RemoveNamedGraph" result value

Parameters:
removeNamedGraph - the "RemoveNamedGraph" result value
Throws:
AnzoException

getChangeNamedGraphAcl

int getChangeNamedGraphAcl()
                           throws AnzoException
Get the "ChangeNamedGraphAcl" result value

Returns:
the "ChangeNamedGraphAcl" result value
Throws:
AnzoException

setChangeNamedGraphAcl

void setChangeNamedGraphAcl(int changeNamedGraphAcl)
                            throws AnzoException
Set the "ChangeNamedGraphAcl" result value

Parameters:
changeNamedGraphAcl - the "ChangeNamedGraphAcl" result value
Throws:
AnzoException


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