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

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

public static interface ReplicationRdbWrapper.SelectSubRoleDeltasResult

Interface for holding the results of the selectSubRoleDeltas prepared statement.


Method Summary
 java.lang.Long getHend()
          Get the "Hend" result value
 java.lang.Long getHstart()
          Get the "Hstart" result value
 long getParentRoleId()
          Get the "ParentRoleId" result value
 long getRoleId()
          Get the "RoleId" result value
 void setHend(java.lang.Long hend)
          Set the "Hend" result value
 void setHstart(java.lang.Long hstart)
          Set the "Hstart" result value
 void setParentRoleId(long parentRoleId)
          Set the "ParentRoleId" result value
 void setRoleId(long roleId)
          Set the "RoleId" result value
 

Method Detail

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

getParentRoleId

long getParentRoleId()
                     throws AnzoException
Get the "ParentRoleId" result value

Returns:
the "ParentRoleId" result value
Throws:
AnzoException

setParentRoleId

void setParentRoleId(long parentRoleId)
                     throws AnzoException
Set the "ParentRoleId" result value

Parameters:
parentRoleId - the "ParentRoleId" result value
Throws:
AnzoException

getHstart

java.lang.Long getHstart()
                         throws AnzoException
Get the "Hstart" result value

Returns:
the "Hstart" result value
Throws:
AnzoException

setHstart

void setHstart(java.lang.Long hstart)
               throws AnzoException
Set the "Hstart" result value

Parameters:
hstart - the "Hstart" result value
Throws:
AnzoException

getHend

java.lang.Long getHend()
                       throws AnzoException
Get the "Hend" result value

Returns:
the "Hend" result value
Throws:
AnzoException

setHend

void setHend(java.lang.Long hend)
             throws AnzoException
Set the "Hend" result value

Parameters:
hend - the "Hend" result value
Throws:
AnzoException


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