Method Summary |
|
public Date | getCloseOnOrBeforeDate() Gets the date on which this instance should trigger the CloseBatchStep to close out
Award s. |
public Date | getUserInitiatedCloseDate() The
CloseBatchStep will close out
Proposal s and
Award s not yet closed and created before the date
returned from this method.
the date to use for comparison. |
public void | setCloseOnOrBeforeDate(Date closeOnOrBeforeDate) Sets the date on which this instance should trigger the CloseBatchStep to close out
Award s. |
public void | setUserInitiatedCloseDate(Date userInitiatedCloseDate) The
CloseBatchStep will close out
Proposal s and
Award s not yet closed and created before the date
passed into this method.
Parameters: closeOnOrBeforeDate - the date to use for comparison. |