|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.sql.NodeSQL.ResolveIdsLiteralResultImpl
public static class NodeSQL.ResolveIdsLiteralResultImpl
Default implementation of ResolveIdsLiteralResult
| Field Summary | |
|---|---|
long |
id
Value for the "id" result value |
long |
modifierId
Value for the "modifierId" result value |
java.lang.String |
value
Value for the "value" result value |
| Constructor Summary | |
|---|---|
NodeSQL.ResolveIdsLiteralResultImpl()
|
|
| Method Summary | |
|---|---|
long |
getId()
Get the "Id" result value |
long |
getModifierId()
Get the "ModifierId" result value |
java.lang.String |
getValue()
Get the "Value" result value |
void |
setId(long id)
Set the "Id" result value |
void |
setModifierId(long modifierId)
Set the "ModifierId" 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 long id
public java.lang.String value
public long modifierId
| Constructor Detail |
|---|
public NodeSQL.ResolveIdsLiteralResultImpl()
| Method Detail |
|---|
public long getId()
NodeSQL.ResolveIdsLiteralResult
getId in interface NodeSQL.ResolveIdsLiteralResultpublic void setId(long id)
NodeSQL.ResolveIdsLiteralResult
setId in interface NodeSQL.ResolveIdsLiteralResultid - the "Id" result valuepublic java.lang.String getValue()
NodeSQL.ResolveIdsLiteralResult
getValue in interface NodeSQL.ResolveIdsLiteralResultpublic void setValue(java.lang.String value)
NodeSQL.ResolveIdsLiteralResult
setValue in interface NodeSQL.ResolveIdsLiteralResultvalue - the "Value" result valuepublic long getModifierId()
NodeSQL.ResolveIdsLiteralResult
getModifierId in interface NodeSQL.ResolveIdsLiteralResultpublic void setModifierId(long modifierId)
NodeSQL.ResolveIdsLiteralResult
setModifierId in interface NodeSQL.ResolveIdsLiteralResultmodifierId - the "ModifierId" result value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||