|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.sql.NodeSQL.SelectAllIdsResultImpl
public static class NodeSQL.SelectAllIdsResultImpl
Default implementation of SelectAllIdsResult
| Field Summary | |
|---|---|
long |
id
Value for the "id" result value |
long |
type
Value for the "type" result value |
java.lang.String |
value
Value for the "value" result value |
| Constructor Summary | |
|---|---|
NodeSQL.SelectAllIdsResultImpl()
|
|
| Method Summary | |
|---|---|
long |
getId()
Get the "Id" result value |
long |
getType()
Get the "Type" result value |
java.lang.String |
getValue()
Get the "Value" result value |
void |
setId(long id)
Set the "Id" result value |
void |
setType(long type)
Set the "Type" 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 type
public long id
public java.lang.String value
| Constructor Detail |
|---|
public NodeSQL.SelectAllIdsResultImpl()
| Method Detail |
|---|
public long getType()
NodeSQL.SelectAllIdsResult
getType in interface NodeSQL.SelectAllIdsResultpublic void setType(long type)
NodeSQL.SelectAllIdsResult
setType in interface NodeSQL.SelectAllIdsResulttype - the "Type" result valuepublic long getId()
NodeSQL.SelectAllIdsResult
getId in interface NodeSQL.SelectAllIdsResultpublic void setId(long id)
NodeSQL.SelectAllIdsResult
setId in interface NodeSQL.SelectAllIdsResultid - the "Id" result valuepublic java.lang.String getValue()
NodeSQL.SelectAllIdsResult
getValue in interface NodeSQL.SelectAllIdsResultpublic void setValue(java.lang.String value)
NodeSQL.SelectAllIdsResult
setValue in interface NodeSQL.SelectAllIdsResultvalue - the "Value" result value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||