public class TimeAndMoneyDocumentHistory extends Object implements Serializable
| Constructor and Description |
|---|
TimeAndMoneyDocumentHistory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentUrl()
Gets the documentUrl attribute.
|
TimeAndMoneyDocument |
getTimeAndMoneyDocument()
Gets the timeAndMoneyDocument attribute.
|
String |
getTimeAndMoneyDocumentDescriptionLine()
Gets the timeAndMoneyDocumentDescriptionLine attribute.
|
List<AwardAmountInfoHistory> |
getValidAwardAmountInfoHistoryList()
Gets the validAwardAmountInfoHistoryList attribute.
|
void |
setDocumentUrl(String documentUrl)
Sets the documentUrl attribute value.
|
void |
setTimeAndMoneyDocument(TimeAndMoneyDocument timeAndMoneyDocument)
Sets the timeAndMoneyDocument attribute value.
|
void |
setTimeAndMoneyDocumentDescriptionLine(String timeAndMoneyDocumentDescriptionLine)
Sets the timeAndMoneyDocumentDescriptionLine attribute value.
|
void |
setValidAwardAmountInfoHistoryList(List<AwardAmountInfoHistory> validAwardAmountInfoHistoryList)
Sets the validAwardAmountInfoHistoryList attribute value.
|
public String getDocumentUrl()
public void setDocumentUrl(String documentUrl)
documentUrl - The documentUrl to set.public String getTimeAndMoneyDocumentDescriptionLine()
public void setTimeAndMoneyDocumentDescriptionLine(String timeAndMoneyDocumentDescriptionLine)
timeAndMoneyDocumentDescriptionLine - The timeAndMoneyDocumentDescriptionLine to set.public List<AwardAmountInfoHistory> getValidAwardAmountInfoHistoryList()
public void setValidAwardAmountInfoHistoryList(List<AwardAmountInfoHistory> validAwardAmountInfoHistoryList)
validAwardAmountInfoHistoryList - The validAwardAmountInfoHistoryList to set.public TimeAndMoneyDocument getTimeAndMoneyDocument()
public void setTimeAndMoneyDocument(TimeAndMoneyDocument timeAndMoneyDocument)
timeAndMoneyDocument - The timeAndMoneyDocument to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.