|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.sql.NodeSQL.FetchLiteralNodeValueResultImpl
public static class NodeSQL.FetchLiteralNodeValueResultImpl
Default implementation of FetchLiteralNodeValueResult
| Field Summary | |
|---|---|
long |
modifier_id
Value for the "modifier_id" result value |
java.lang.String |
value
Value for the "value" result value |
| Constructor Summary | |
|---|---|
NodeSQL.FetchLiteralNodeValueResultImpl()
|
|
| Method Summary | |
|---|---|
long |
getModifier_id()
Get the "Modifier_id" result value |
java.lang.String |
getValue()
Get the "Value" result value |
void |
setModifier_id(long modifier_id)
Set the "Modifier_id" result value |
void |
setValue(java.lang.String value)
Set the "Value" result value |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String value
public long modifier_id
| Constructor Detail |
|---|
public NodeSQL.FetchLiteralNodeValueResultImpl()
| Method Detail |
|---|
public java.lang.String getValue()
NodeSQL.FetchLiteralNodeValueResult
getValue in interface NodeSQL.FetchLiteralNodeValueResultpublic void setValue(java.lang.String value)
NodeSQL.FetchLiteralNodeValueResult
setValue in interface NodeSQL.FetchLiteralNodeValueResultvalue - the "Value" result valuepublic long getModifier_id()
NodeSQL.FetchLiteralNodeValueResult
getModifier_id in interface NodeSQL.FetchLiteralNodeValueResultpublic void setModifier_id(long modifier_id)
NodeSQL.FetchLiteralNodeValueResult
setModifier_id in interface NodeSQL.FetchLiteralNodeValueResultmodifier_id - the "Modifier_id" result value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||