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

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

public static class ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResultImpl
extends java.lang.Object
implements ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult

Default implementation of SelectTrackerStatementsDeltasJoinResult


Field Summary
 long id
          Value for the "id" result value
 long ngid
          Value for the "ngid" result value
 long obj
          Value for the "obj" result value
 long oldid
          Value for the "oldid" result value
 long oldng
          Value for the "oldng" result value
 long pred
          Value for the "pred" result value
 long subj
          Value for the "subj" result value
 
Constructor Summary
ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResultImpl()
           
 
Method Summary
 long getId()
          Get the "Id" result value
 long getNgid()
          Get the "Ngid" result value
 long getObj()
          Get the "Obj" result value
 long getOldid()
          Get the "Oldid" result value
 long getOldng()
          Get the "Oldng" result value
 long getPred()
          Get the "Pred" result value
 long getSubj()
          Get the "Subj" result value
 void setId(long id)
          Set the "Id" result value
 void setNgid(long ngid)
          Set the "Ngid" result value
 void setObj(long obj)
          Set the "Obj" result value
 void setOldid(long oldid)
          Set the "Oldid" result value
 void setOldng(long oldng)
          Set the "Oldng" result value
 void setPred(long pred)
          Set the "Pred" result value
 void setSubj(long subj)
          Set the "Subj" result value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public long id
Value for the "id" result value


ngid

public long ngid
Value for the "ngid" result value


subj

public long subj
Value for the "subj" result value


pred

public long pred
Value for the "pred" result value


obj

public long obj
Value for the "obj" result value


oldid

public long oldid
Value for the "oldid" result value


oldng

public long oldng
Value for the "oldng" result value

Constructor Detail

ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResultImpl

public ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResultImpl()
Method Detail

getId

public long getId()
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Get the "Id" result value

Specified by:
getId in interface ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Returns:
the "Id" result value

setId

public void setId(long id)
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Set the "Id" result value

Specified by:
setId in interface ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Parameters:
id - the "Id" result value

getNgid

public long getNgid()
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Get the "Ngid" result value

Specified by:
getNgid in interface ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Returns:
the "Ngid" result value

setNgid

public void setNgid(long ngid)
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Set the "Ngid" result value

Specified by:
setNgid in interface ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Parameters:
ngid - the "Ngid" result value

getSubj

public long getSubj()
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Get the "Subj" result value

Specified by:
getSubj in interface ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Returns:
the "Subj" result value

setSubj

public void setSubj(long subj)
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Set the "Subj" result value

Specified by:
setSubj in interface ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Parameters:
subj - the "Subj" result value

getPred

public long getPred()
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Get the "Pred" result value

Specified by:
getPred in interface ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Returns:
the "Pred" result value

setPred

public void setPred(long pred)
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Set the "Pred" result value

Specified by:
setPred in interface ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Parameters:
pred - the "Pred" result value

getObj

public long getObj()
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Get the "Obj" result value

Specified by:
getObj in interface ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Returns:
the "Obj" result value

setObj

public void setObj(long obj)
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Set the "Obj" result value

Specified by:
setObj in interface ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Parameters:
obj - the "Obj" result value

getOldid

public long getOldid()
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Get the "Oldid" result value

Specified by:
getOldid in interface ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Returns:
the "Oldid" result value

setOldid

public void setOldid(long oldid)
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Set the "Oldid" result value

Specified by:
setOldid in interface ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Parameters:
oldid - the "Oldid" result value

getOldng

public long getOldng()
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Get the "Oldng" result value

Specified by:
getOldng in interface ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Returns:
the "Oldng" result value

setOldng

public void setOldng(long oldng)
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Set the "Oldng" result value

Specified by:
setOldng in interface ReplicationRdbWrapper.SelectTrackerStatementsDeltasJoinResult
Parameters:
oldng - the "Oldng" result value


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