org.openanzo.server.repository.rdb.sql
Class ReplicationRdbWrapper.SelectRoleDeltasResultImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectRoleDeltasResultImpl
All Implemented Interfaces:
ReplicationRdbWrapper.SelectRoleDeltasResult
Enclosing class:
ReplicationRdbWrapper

public static class ReplicationRdbWrapper.SelectRoleDeltasResultImpl
extends java.lang.Object
implements ReplicationRdbWrapper.SelectRoleDeltasResult

Default implementation of SelectRoleDeltasResult


Field Summary
 java.lang.Long hend
          Value for the "hend" result value
 java.lang.Long hstart
          Value for the "hstart" result value
 long roleId
          Value for the "roleId" result value
 
Constructor Summary
ReplicationRdbWrapper.SelectRoleDeltasResultImpl()
           
 
Method Summary
 java.lang.Long getHend()
          Get the "Hend" result value
 java.lang.Long getHstart()
          Get the "Hstart" 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 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

roleId

public long roleId
Value for the "roleId" result value


hstart

public java.lang.Long hstart
Value for the "hstart" result value


hend

public java.lang.Long hend
Value for the "hend" result value

Constructor Detail

ReplicationRdbWrapper.SelectRoleDeltasResultImpl

public ReplicationRdbWrapper.SelectRoleDeltasResultImpl()
Method Detail

getRoleId

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

Specified by:
getRoleId in interface ReplicationRdbWrapper.SelectRoleDeltasResult
Returns:
the "RoleId" result value

setRoleId

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

Specified by:
setRoleId in interface ReplicationRdbWrapper.SelectRoleDeltasResult
Parameters:
roleId - the "RoleId" result value

getHstart

public java.lang.Long getHstart()
Description copied from interface: ReplicationRdbWrapper.SelectRoleDeltasResult
Get the "Hstart" result value

Specified by:
getHstart in interface ReplicationRdbWrapper.SelectRoleDeltasResult
Returns:
the "Hstart" result value

setHstart

public void setHstart(java.lang.Long hstart)
Description copied from interface: ReplicationRdbWrapper.SelectRoleDeltasResult
Set the "Hstart" result value

Specified by:
setHstart in interface ReplicationRdbWrapper.SelectRoleDeltasResult
Parameters:
hstart - the "Hstart" result value

getHend

public java.lang.Long getHend()
Description copied from interface: ReplicationRdbWrapper.SelectRoleDeltasResult
Get the "Hend" result value

Specified by:
getHend in interface ReplicationRdbWrapper.SelectRoleDeltasResult
Returns:
the "Hend" result value

setHend

public void setHend(java.lang.Long hend)
Description copied from interface: ReplicationRdbWrapper.SelectRoleDeltasResult
Set the "Hend" result value

Specified by:
setHend in interface ReplicationRdbWrapper.SelectRoleDeltasResult
Parameters:
hend - the "Hend" result value


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