|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.sql.TransactionSQL.SelectDeletionsResultImpl
public static class TransactionSQL.SelectDeletionsResultImpl
Default implementation of SelectDeletionsResult
| 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.SelectDeletionsResultImpl()
|
|
| 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.SelectDeletionsResultImpl()
| Method Detail |
|---|
public int getMetadata()
TransactionSQL.SelectDeletionsResult
getMetadata in interface TransactionSQL.SelectDeletionsResultpublic void setMetadata(int metadata)
TransactionSQL.SelectDeletionsResult
setMetadata in interface TransactionSQL.SelectDeletionsResultmetadata - the "Metadata" result valuepublic long getNg()
TransactionSQL.SelectDeletionsResult
getNg in interface TransactionSQL.SelectDeletionsResultpublic void setNg(long ng)
TransactionSQL.SelectDeletionsResult
setNg in interface TransactionSQL.SelectDeletionsResultng - the "Ng" result valuepublic long getSubj()
TransactionSQL.SelectDeletionsResult
getSubj in interface TransactionSQL.SelectDeletionsResultpublic void setSubj(long subj)
TransactionSQL.SelectDeletionsResult
setSubj in interface TransactionSQL.SelectDeletionsResultsubj - the "Subj" result valuepublic long getProp()
TransactionSQL.SelectDeletionsResult
getProp in interface TransactionSQL.SelectDeletionsResultpublic void setProp(long prop)
TransactionSQL.SelectDeletionsResult
setProp in interface TransactionSQL.SelectDeletionsResultprop - the "Prop" result valuepublic long getObj()
TransactionSQL.SelectDeletionsResult
getObj in interface TransactionSQL.SelectDeletionsResultpublic void setObj(long obj)
TransactionSQL.SelectDeletionsResult
setObj in interface TransactionSQL.SelectDeletionsResultobj - the "Obj" result value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||