org.openanzo.server.repository.rdb.sql
Class InsertStatementsRdbWrapper.SelectInsertStatementsResultImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper.SelectInsertStatementsResultImpl
All Implemented Interfaces:
InsertStatementsRdbWrapper.SelectInsertStatementsResult
Enclosing class:
InsertStatementsRdbWrapper

public static class InsertStatementsRdbWrapper.SelectInsertStatementsResultImpl
extends java.lang.Object
implements InsertStatementsRdbWrapper.SelectInsertStatementsResult

Default implementation of SelectInsertStatementsResult


Field Summary
 long graphid
          Value for the "graphid" result value
 long obj
          Value for the "obj" result value
 int operation
          Value for the "operation" result value
 long prop
          Value for the "prop" result value
 long subj
          Value for the "subj" result value
 
Constructor Summary
InsertStatementsRdbWrapper.SelectInsertStatementsResultImpl()
           
 
Method Summary
 long getGraphid()
          Get the "Graphid" result value
 long getObj()
          Get the "Obj" result value
 int getOperation()
          Get the "Operation" result value
 long getProp()
          Get the "Prop" result value
 long getSubj()
          Get the "Subj" result value
 void setGraphid(long graphid)
          Set the "Graphid" result value
 void setObj(long obj)
          Set the "Obj" result value
 void setOperation(int operation)
          Set the "Operation" result value
 void setProp(long prop)
          Set the "Prop" 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

operation

public int operation
Value for the "operation" result value


graphid

public long graphid
Value for the "graphid" result value


subj

public long subj
Value for the "subj" result value


prop

public long prop
Value for the "prop" result value


obj

public long obj
Value for the "obj" result value

Constructor Detail

InsertStatementsRdbWrapper.SelectInsertStatementsResultImpl

public InsertStatementsRdbWrapper.SelectInsertStatementsResultImpl()
Method Detail

getOperation

public int getOperation()
Description copied from interface: InsertStatementsRdbWrapper.SelectInsertStatementsResult
Get the "Operation" result value

Specified by:
getOperation in interface InsertStatementsRdbWrapper.SelectInsertStatementsResult
Returns:
the "Operation" result value

setOperation

public void setOperation(int operation)
Description copied from interface: InsertStatementsRdbWrapper.SelectInsertStatementsResult
Set the "Operation" result value

Specified by:
setOperation in interface InsertStatementsRdbWrapper.SelectInsertStatementsResult
Parameters:
operation - the "Operation" result value

getGraphid

public long getGraphid()
Description copied from interface: InsertStatementsRdbWrapper.SelectInsertStatementsResult
Get the "Graphid" result value

Specified by:
getGraphid in interface InsertStatementsRdbWrapper.SelectInsertStatementsResult
Returns:
the "Graphid" result value

setGraphid

public void setGraphid(long graphid)
Description copied from interface: InsertStatementsRdbWrapper.SelectInsertStatementsResult
Set the "Graphid" result value

Specified by:
setGraphid in interface InsertStatementsRdbWrapper.SelectInsertStatementsResult
Parameters:
graphid - the "Graphid" result value

getSubj

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

Specified by:
getSubj in interface InsertStatementsRdbWrapper.SelectInsertStatementsResult
Returns:
the "Subj" result value

setSubj

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

Specified by:
setSubj in interface InsertStatementsRdbWrapper.SelectInsertStatementsResult
Parameters:
subj - the "Subj" result value

getProp

public long getProp()
Description copied from interface: InsertStatementsRdbWrapper.SelectInsertStatementsResult
Get the "Prop" result value

Specified by:
getProp in interface InsertStatementsRdbWrapper.SelectInsertStatementsResult
Returns:
the "Prop" result value

setProp

public void setProp(long prop)
Description copied from interface: InsertStatementsRdbWrapper.SelectInsertStatementsResult
Set the "Prop" result value

Specified by:
setProp in interface InsertStatementsRdbWrapper.SelectInsertStatementsResult
Parameters:
prop - the "Prop" result value

getObj

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

Specified by:
getObj in interface InsertStatementsRdbWrapper.SelectInsertStatementsResult
Returns:
the "Obj" result value

setObj

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

Specified by:
setObj in interface InsertStatementsRdbWrapper.SelectInsertStatementsResult
Parameters:
obj - the "Obj" result value


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