gov.grants.apply.ws
Class GetApplicationBean

java.lang.Object
  |
  +--gov.grants.apply.ws.GetApplicationBean

public final class GetApplicationBean
extends java.lang.Object

Author:
Grants.gov WebServices Team A transfer object of sorts that holds resultant data from the invocation of the GetApplication web service. This object is used in both Production and Stand-alone modes.

Constructor Summary
GetApplicationBean()
           
 
Method Summary
 javax.activation.DataSource getDataSource()
           
 void setDataSource(javax.activation.DataSource data)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetApplicationBean

public GetApplicationBean()
Method Detail

getDataSource

public final javax.activation.DataSource getDataSource()
Returns:
The application XML data source.

setDataSource

public final void setDataSource(javax.activation.DataSource data)
Parameters:
data - The application XML data source.