|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.system.dao.Response
public class Response
Provides components to hold the resultset of a query request
Field Summary | |
---|---|
java.lang.Object |
response
|
Constructor Summary | |
---|---|
Response()
Create a Response instance |
|
Response(java.lang.Object response)
Creates a Response instance for a specified object |
|
Response(Response response)
Creates a Response instance for a specified response object |
Method Summary | |
---|---|
java.lang.Object |
getResponse()
Returns a response object |
java.lang.Integer |
getRowCount()
Return recordsCount |
void |
setResponse(java.lang.Object response)
Sets the value for this response object |
void |
setRowCount(java.lang.Integer rc)
Set recordsCount value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.Object response
Constructor Detail |
---|
public Response()
public Response(Response response)
response
- public Response(java.lang.Object response)
response
- Specifies the objectMethod Detail |
---|
public void setResponse(java.lang.Object response)
response
- Specifies the objectpublic java.lang.Object getResponse()
public void setRowCount(java.lang.Integer rc)
rc
- public java.lang.Integer getRowCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |