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

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

public static class ReplicationRdbWrapper.SelectSubRoleDeltasResultImpl
extends java.lang.Object
implements ReplicationRdbWrapper.SelectSubRoleDeltasResult

Default implementation of SelectSubRoleDeltasResult


Field Summary
 java.lang.Long hend
          Value for the "hend" result value
 java.lang.Long hstart
          Value for the "hstart" result value
 long parentRoleId
          Value for the "parentRoleId" result value
 long roleId
          Value for the "roleId" result value
 
Constructor Summary
ReplicationRdbWrapper.SelectSubRoleDeltasResultImpl()
           
 
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
 
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


parentRoleId

public long parentRoleId
Value for the "parentRoleId" 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.SelectSubRoleDeltasResultImpl

public ReplicationRdbWrapper.SelectSubRoleDeltasResultImpl()
Method Detail

getRoleId

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

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

setRoleId

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

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

getParentRoleId

public long getParentRoleId()
Description copied from interface: ReplicationRdbWrapper.SelectSubRoleDeltasResult
Get the "ParentRoleId" result value

Specified by:
getParentRoleId in interface ReplicationRdbWrapper.SelectSubRoleDeltasResult
Returns:
the "ParentRoleId" result value

setParentRoleId

public void setParentRoleId(long parentRoleId)
Description copied from interface: ReplicationRdbWrapper.SelectSubRoleDeltasResult
Set the "ParentRoleId" result value

Specified by:
setParentRoleId in interface ReplicationRdbWrapper.SelectSubRoleDeltasResult
Parameters:
parentRoleId - the "ParentRoleId" result value

getHstart

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

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

setHstart

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

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

getHend

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

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

setHend

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

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


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