gov.grants.apply.ws.standAloneMode
Class ApplicationInfoFromDAO

java.lang.Object
  extended bygov.grants.apply.ws.standAloneMode.ApplicationInfoFromDAO
All Implemented Interfaces:
IGetApplicationListBean

public final class ApplicationInfoFromDAO
extends java.lang.Object
implements IGetApplicationListBean

Author:
Grants.gov WebServices Team Wrapper for Application class from DAO component.

Constructor Summary
ApplicationInfoFromDAO(Application app)
           
 
Method Summary
 java.lang.String getCfdaNumber()
           
 java.lang.String getCompetitionId()
           
 java.lang.String getOpportunityNumber()
           
 java.util.Calendar getReceivedDate()
           
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GrantsGovApplicationStatusType getStatus()
           
 java.lang.String getSubmissionTitle()
           
 java.lang.String getTrackingNumber()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationInfoFromDAO

public ApplicationInfoFromDAO(Application app)
Method Detail

getCfdaNumber

public java.lang.String getCfdaNumber()
Specified by:
getCfdaNumber in interface IGetApplicationListBean

getCompetitionId

public java.lang.String getCompetitionId()
Specified by:
getCompetitionId in interface IGetApplicationListBean

getOpportunityNumber

public java.lang.String getOpportunityNumber()
Specified by:
getOpportunityNumber in interface IGetApplicationListBean

getStatus

public gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GrantsGovApplicationStatusType getStatus()
Specified by:
getStatus in interface IGetApplicationListBean

getSubmissionTitle

public java.lang.String getSubmissionTitle()
Specified by:
getSubmissionTitle in interface IGetApplicationListBean

getTrackingNumber

public java.lang.String getTrackingNumber()
Specified by:
getTrackingNumber in interface IGetApplicationListBean

getReceivedDate

public java.util.Calendar getReceivedDate()
Specified by:
getReceivedDate in interface IGetApplicationListBean