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

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

public static interface ReplicationRdbWrapper.SelectUserDeltasResult

Interface for holding the results of the selectUserDeltas prepared statement.


Method Summary
 long getDefaultAcl()
          Get the "DefaultAcl" result value
 long getDefaultRoleId()
          Get the "DefaultRoleId" result value
 java.lang.Long getHend()
          Get the "Hend" result value
 java.lang.Long getHstart()
          Get the "Hstart" result value
 long getId()
          Get the "Id" result value
 java.lang.String getUserId()
          Get the "UserId" result value
 void setDefaultAcl(long defaultAcl)
          Set the "DefaultAcl" result value
 void setDefaultRoleId(long defaultRoleId)
          Set the "DefaultRoleId" 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 setId(long id)
          Set the "Id" result value
 void setUserId(java.lang.String userId)
          Set the "UserId" result value
 

Method Detail

getId

long getId()
           throws AnzoException
Get the "Id" result value

Returns:
the "Id" result value
Throws:
AnzoException

setId

void setId(long id)
           throws AnzoException
Set the "Id" result value

Parameters:
id - the "Id" result value
Throws:
AnzoException

getUserId

java.lang.String getUserId()
                           throws AnzoException
Get the "UserId" result value

Returns:
the "UserId" result value
Throws:
AnzoException

setUserId

void setUserId(java.lang.String userId)
               throws AnzoException
Set the "UserId" result value

Parameters:
userId - the "UserId" result value
Throws:
AnzoException

getDefaultRoleId

long getDefaultRoleId()
                      throws AnzoException
Get the "DefaultRoleId" result value

Returns:
the "DefaultRoleId" result value
Throws:
AnzoException

setDefaultRoleId

void setDefaultRoleId(long defaultRoleId)
                      throws AnzoException
Set the "DefaultRoleId" result value

Parameters:
defaultRoleId - the "DefaultRoleId" result value
Throws:
AnzoException

getDefaultAcl

long getDefaultAcl()
                   throws AnzoException
Get the "DefaultAcl" result value

Returns:
the "DefaultAcl" result value
Throws:
AnzoException

setDefaultAcl

void setDefaultAcl(long defaultAcl)
                   throws AnzoException
Set the "DefaultAcl" result value

Parameters:
defaultAcl - the "DefaultAcl" 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.