|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface NamedGraphRdbWrapper.SelectNamedGraphResult
Interface for holding the results of the selectNamedGraph prepared statement.
| Method Summary | |
|---|---|
long |
getAclId()
Get the "AclId" result value |
long |
getCreatedBy()
Get the "CreatedBy" result value |
long |
getLastModifiedBy()
Get the "LastModifiedBy" result value |
long |
getMetaId()
Get the "MetaId" result value |
long |
getRevision()
Get the "Revision" result value |
void |
setAclId(long aclId)
Set the "AclId" result value |
void |
setCreatedBy(long createdBy)
Set the "CreatedBy" result value |
void |
setLastModifiedBy(long lastModifiedBy)
Set the "LastModifiedBy" result value |
void |
setMetaId(long metaId)
Set the "MetaId" result value |
void |
setRevision(long revision)
Set the "Revision" result value |
| Method Detail |
|---|
long getMetaId()
throws AnzoException
AnzoException
void setMetaId(long metaId)
throws AnzoException
metaId - the "MetaId" result value
AnzoException
long getAclId()
throws AnzoException
AnzoException
void setAclId(long aclId)
throws AnzoException
aclId - the "AclId" result value
AnzoException
long getCreatedBy()
throws AnzoException
AnzoException
void setCreatedBy(long createdBy)
throws AnzoException
createdBy - the "CreatedBy" result value
AnzoException
long getRevision()
throws AnzoException
AnzoException
void setRevision(long revision)
throws AnzoException
revision - the "Revision" result value
AnzoException
long getLastModifiedBy()
throws AnzoException
AnzoException
void setLastModifiedBy(long lastModifiedBy)
throws AnzoException
lastModifiedBy - the "LastModifiedBy" result value
AnzoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||