|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryResultRow
An interface for an object that encapsulates one row of a QueryResult.
Field Summary | |
---|---|
static java.lang.String |
code_id
|
Method Summary | |
---|---|
java.lang.Object |
getAttribute(java.lang.Object name)
Return one of the object summary attributes. |
java.util.Map |
getAttributes()
Return a Map of all attribute name/values returned by the query. |
java.lang.String |
getDisplayName()
Return the display name. |
java.lang.String |
getId()
Return the immutable of the object. |
java.lang.String |
getName()
Return the name of the object. |
PersistentObject |
getObject()
Return the object. |
com.waveset.object.Type |
getType()
Return the type of the object associated with this row. |
Field Detail |
---|
static final java.lang.String code_id
Method Detail |
---|
java.lang.Object getAttribute(java.lang.Object name)
listObjects
methods.
The argument is passed as an Object rather than a String so Attribute objects may be used if desired.
java.util.Map getAttributes()
java.lang.String getDisplayName()
java.lang.String getId()
java.lang.String getName()
PersistentObject getObject()
This will only be non-null for rows returned by
the getObjects
methods.
com.waveset.object.Type getType()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |