|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.sql.NodeSQL.SelectResolvedLiteralIdsResultImpl
public static class NodeSQL.SelectResolvedLiteralIdsResultImpl
Default implementation of SelectResolvedLiteralIdsResult
| 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.SelectResolvedLiteralIdsResultImpl()
|
|
| 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 long modifierId
public java.lang.String value
| Constructor Detail |
|---|
public NodeSQL.SelectResolvedLiteralIdsResultImpl()
| Method Detail |
|---|
public long getId()
NodeSQL.SelectResolvedLiteralIdsResult
getId in interface NodeSQL.SelectResolvedLiteralIdsResultpublic void setId(long id)
NodeSQL.SelectResolvedLiteralIdsResult
setId in interface NodeSQL.SelectResolvedLiteralIdsResultid - the "Id" result valuepublic long getModifierId()
NodeSQL.SelectResolvedLiteralIdsResult
getModifierId in interface NodeSQL.SelectResolvedLiteralIdsResultpublic void setModifierId(long modifierId)
NodeSQL.SelectResolvedLiteralIdsResult
setModifierId in interface NodeSQL.SelectResolvedLiteralIdsResultmodifierId - the "ModifierId" result valuepublic java.lang.String getValue()
NodeSQL.SelectResolvedLiteralIdsResult
getValue in interface NodeSQL.SelectResolvedLiteralIdsResultpublic void setValue(java.lang.String value)
NodeSQL.SelectResolvedLiteralIdsResult
setValue in interface NodeSQL.SelectResolvedLiteralIdsResultvalue - the "Value" result value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||