|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultContext
A QueryContext
's result set information placeholder. Allows to decouple the
details of the query context and result set data objects.
-----------------------------------------------------------------------------------
(c) 2008-2011 FURTHeR Project, Health Sciences IT, University of Utah
Contact: Dr. Scott Narus <scott.narus@hsc.utah.edu>
Biomedical Informatics, 26 South 2000 East
Room 5775 HSEB, Salt Lake City, UT 84112
Day Phone: 1-801-213-3288
-----------------------------------------------------------------------------------
<oren.livne@utah.edu>
Method Summary | |
---|---|
Object |
getResult()
Return the raw query result type. |
String |
getRootEntityClass()
Return the rootEntityClass property. |
String |
getTransferObjectClass()
Returns a String representing the fully qualified transfer object class |
void |
setResult(Object result)
Set a new value for the resultEntity property. |
Methods inherited from interface edu.utah.further.core.api.discrete.HasIdentifier |
---|
getId |
Methods inherited from interface edu.utah.further.core.api.lang.CopyableFrom |
---|
copyFrom |
Methods inherited from interface edu.utah.further.fqe.ds.api.domain.HasNumRecords |
---|
getNumRecords, setNumRecords |
Method Detail |
---|
String getRootEntityClass()
String getTransferObjectClass()
Object getResult()
void setResult(Object result)
resultEntity
- the resultEntity to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |