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

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

public static class ReplicationRdbWrapper.SelectUserRoleDeltasResultImpl
extends java.lang.Object
implements ReplicationRdbWrapper.SelectUserRoleDeltasResult

Default implementation of SelectUserRoleDeltasResult


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
 long userId
          Value for the "userId" result value
 
Constructor Summary
ReplicationRdbWrapper.SelectUserRoleDeltasResultImpl()
           
 
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
 long getUserId()
          Get the "UserId" 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
 void setUserId(long userId)
          Set the "UserId" 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


userId

public long userId
Value for the "userId" 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.SelectUserRoleDeltasResultImpl

public ReplicationRdbWrapper.SelectUserRoleDeltasResultImpl()
Method Detail

getRoleId

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

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

setRoleId

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

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

getUserId

public long getUserId()
Description copied from interface: ReplicationRdbWrapper.SelectUserRoleDeltasResult
Get the "UserId" result value

Specified by:
getUserId in interface ReplicationRdbWrapper.SelectUserRoleDeltasResult
Returns:
the "UserId" result value

setUserId

public void setUserId(long userId)
Description copied from interface: ReplicationRdbWrapper.SelectUserRoleDeltasResult
Set the "UserId" result value

Specified by:
setUserId in interface ReplicationRdbWrapper.SelectUserRoleDeltasResult
Parameters:
userId - the "UserId" result value

getHstart

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

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

setHstart

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

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

getHend

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

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

setHend

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

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


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