gov.grants.apply.dao
Class Application

java.lang.Object
  extended bygov.grants.apply.dao.Application

public final class Application
extends java.lang.Object

Author:
Grants.gov WebServices Team This is a value object for the IApplicationDAO class.
See Also:
IApplicationDAO

Constructor Summary
Application()
           
 
Method Summary
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GrantsGovApplicationStatusType getApplicationStatus()
           
 SF424Footer getFooter()
           
 SF424Header getHeader()
           
 javax.activation.DataSource getXmlSource()
           
 void setApplicationStatus(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GrantsGovApplicationStatusType status)
          Set this property using the constants given in the gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GrantsGovApplicationStatusType class.
 void setFooter(SF424Footer footer)
           
 void setHeader(SF424Header header)
           
 void setXmlSource(javax.activation.DataSource xmlSource)
          Set the XML data source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

setXmlSource

public void setXmlSource(javax.activation.DataSource xmlSource)
Set the XML data source.

Parameters:
xmlSource - the DataSource that accesses this application's XML data.

getXmlSource

public javax.activation.DataSource getXmlSource()
Returns:
The DataSource that accesses this application's XML data.

getFooter

public SF424Footer getFooter()
Returns:
Returns the footer of this application.

setFooter

public void setFooter(SF424Footer footer)
Parameters:
footer - The footer of this application.

getHeader

public SF424Header getHeader()
Returns:
Returns the header of this application.

setHeader

public void setHeader(SF424Header header)
Parameters:
header - The header of this application.

setApplicationStatus

public void setApplicationStatus(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GrantsGovApplicationStatusType status)
Set this property using the constants given in the gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GrantsGovApplicationStatusType class. The constants are named "value1" to "value8," their definitions are the following:

Parameters:
status - The status of this application
See Also:
GrantsGovApplicationStatusType

getApplicationStatus

public gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GrantsGovApplicationStatusType getApplicationStatus()
Returns:
The status of this application