gov.grants.apply.valueObject
Class ApplicationListInformation
java.lang.Object
gov.grants.apply.valueObject.ApplicationListInformation
- All Implemented Interfaces:
- java.io.Serializable
- public class ApplicationListInformation
- extends java.lang.Object
- implements java.io.Serializable
Value object class of application list information.
- Author:
- Feng Qian
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationListInformation
public ApplicationListInformation()
throws java.lang.Exception
- Creates a new instance of applicationListInformation
getSubmissionTitle
public java.lang.String getSubmissionTitle()
- Returns:
- Returns the submissionTitle.
setSubmissionTitle
public void setSubmissionTitle(java.lang.String submissionTitle)
- Parameters:
submissionTitle
- The submissionTitle to set.
getOpportunityID
public java.lang.String getOpportunityID()
- Returns:
- the string of the opportunity ID.
getCompetitionID
public java.lang.String getCompetitionID()
- Returns:
- the string of the competition ID.
getCFDANumber
public java.lang.String getCFDANumber()
- Returns:
- the string of the CFDA number.
getGrantsGovTrackingNumber
public java.lang.String getGrantsGovTrackingNumber()
- Returns:
- the string of Grants gov tracking number.
getReceivedDateTime
public java.lang.String getReceivedDateTime()
- Returns:
- the string of the received date time.
getStatus
public java.lang.String getStatus()
- Returns:
- the string of the status.
setOpportunityID
public void setOpportunityID(java.lang.String opportunityID)
- Parameters:
opportunityID
- the string of opportunity ID.
setCompetitionID
public void setCompetitionID(java.lang.String competitionID)
- Parameters:
competitionID
- the string of competition ID.
setCFDANumber
public void setCFDANumber(java.lang.String cFDANumber)
- Parameters:
cFDANumber
- the string of the CFDA number.
setGrantsGovTrackingNumber
public void setGrantsGovTrackingNumber(java.lang.String grantsGovTrackingNumber)
- Parameters:
grantsGovTrackingNumber
- the string of the Grants gov tracking number.
setReceivedDateTime
public void setReceivedDateTime(java.lang.String receivedDateTime)
- Parameters:
receivedDateTime
- the string of the received date time.
setStatus
public void setStatus(java.lang.String status)
- Parameters:
status
- the string of the status.
getAgencyTrackingNumber
public java.lang.String getAgencyTrackingNumber()
- Returns:
- the agencyTrackingNumber.
setAgencyTrackingNumber
public void setAgencyTrackingNumber(java.lang.String agencyTrackingNumber)
- Parameters:
agencyTrackingNumber
- the string of the agency tracking number.
getStatusDate
public java.lang.String getStatusDate()
- Returns:
- the string of the status date.
setStatusDate
public void setStatusDate(java.lang.String statusDate)