gov.grants.apply.dao
Class Application
java.lang.Object
gov.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Application
public Application()
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:
- value1 = "Receiving"
- value2 = "Received"
- value3 = "Processing"
- value4 = "Validated"
- value5 = "Rejected with Errors"
- value6 = "Download Preparation"
- value7 = "Received by Agency"
- value8 = "Agency Tracking Number Assigned"
- 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