|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.sql.TransactionSQL.SelectAdditionsResultImpl
public static class TransactionSQL.SelectAdditionsResultImpl
Default implementation of SelectAdditionsResult
| Field Summary | |
|---|---|
int |
metadata
Value for the "metadata" result value |
long |
ng
Value for the "ng" result value |
long |
obj
Value for the "obj" result value |
long |
prop
Value for the "prop" result value |
long |
subj
Value for the "subj" result value |
| Constructor Summary | |
|---|---|
TransactionSQL.SelectAdditionsResultImpl()
|
|
| Method Summary | |
|---|---|
int |
getMetadata()
Get the "Metadata" result value |
long |
getNg()
Get the "Ng" result value |
long |
getObj()
Get the "Obj" result value |
long |
getProp()
Get the "Prop" result value |
long |
getSubj()
Get the "Subj" result value |
void |
setMetadata(int metadata)
Set the "Metadata" result value |
void |
setNg(long ng)
Set the "Ng" result value |
void |
setObj(long obj)
Set the "Obj" 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 |
|---|
public int metadata
public long ng
public long subj
public long prop
public long obj
| Constructor Detail |
|---|
public TransactionSQL.SelectAdditionsResultImpl()
| Method Detail |
|---|
public int getMetadata()
TransactionSQL.SelectAdditionsResult
getMetadata in interface TransactionSQL.SelectAdditionsResultpublic void setMetadata(int metadata)
TransactionSQL.SelectAdditionsResult
setMetadata in interface TransactionSQL.SelectAdditionsResultmetadata - the "Metadata" result valuepublic long getNg()
TransactionSQL.SelectAdditionsResult
getNg in interface TransactionSQL.SelectAdditionsResultpublic void setNg(long ng)
TransactionSQL.SelectAdditionsResult
setNg in interface TransactionSQL.SelectAdditionsResultng - the "Ng" result valuepublic long getSubj()
TransactionSQL.SelectAdditionsResult
getSubj in interface TransactionSQL.SelectAdditionsResultpublic void setSubj(long subj)
TransactionSQL.SelectAdditionsResult
setSubj in interface TransactionSQL.SelectAdditionsResultsubj - the "Subj" result valuepublic long getProp()
TransactionSQL.SelectAdditionsResult
getProp in interface TransactionSQL.SelectAdditionsResultpublic void setProp(long prop)
TransactionSQL.SelectAdditionsResult
setProp in interface TransactionSQL.SelectAdditionsResultprop - the "Prop" result valuepublic long getObj()
TransactionSQL.SelectAdditionsResult
getObj in interface TransactionSQL.SelectAdditionsResultpublic void setObj(long obj)
TransactionSQL.SelectAdditionsResult
setObj in interface TransactionSQL.SelectAdditionsResultobj - the "Obj" result value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||