gov.grants.apply.valueObject
Class ApplicationStatusDetailInformation

java.lang.Object
  extended bygov.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

Constructor Summary
ApplicationStatusDetailInformation()
          Creates a new instance of applicationStatusDetailInformation
 
Method Summary
 java.lang.String getGrantsGovTrackingNumber()
           
 java.lang.String getStatusDetail()
           
 void setGrantsGovTrackingNumber(java.lang.String grantsGovTrackingNumber)
           
 void setStatusDetail(java.lang.String statusDetail)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationStatusDetailInformation

public ApplicationStatusDetailInformation()
                                   throws java.lang.Exception
Creates a new instance of applicationStatusDetailInformation

Method Detail

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.