gov.grants.apply.valueObject
Class ApplicationStatusDetailInformation
java.lang.Object
gov.grants.apply.valueObject.ApplicationStatusDetailInformation
- All Implemented Interfaces:
- java.io.Serializable
- public class ApplicationStatusDetailInformation
- extends java.lang.Object
- implements java.io.Serializable
Value object class of application list status detail information.
- Author:
- Mark Sommer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationStatusDetailInformation
public ApplicationStatusDetailInformation()
throws java.lang.Exception
- Creates a new instance of applicationStatusDetailInformation
getGrantsGovTrackingNumber
public java.lang.String getGrantsGovTrackingNumber()
- Returns:
- the string of Grants gov tracking number.
getStatusDetail
public java.lang.String getStatusDetail()
- Returns:
- the string of the status detail.
setGrantsGovTrackingNumber
public void setGrantsGovTrackingNumber(java.lang.String grantsGovTrackingNumber)
- Parameters:
grantsGovTrackingNumber
- the string of the Grants gov tracking number.
setStatusDetail
public void setStatusDetail(java.lang.String statusDetail)
- Parameters:
statusDetail
- the string of the status Detail.