public class AwardVersionHistory extends Object implements Serializable
| Constructor and Description |
|---|
AwardVersionHistory(Award parent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAwardDescriptionLine()
Gets the awardDescriptionLine attribute.
|
Award |
getAwardParent() |
String |
getDocumentUrl()
Gets the documentUrl attribute.
|
List<TimeAndMoneyDocumentHistory> |
getTimeAndMoneyDocumentHistoryList()
Gets the timeAndMoneyDocumentHistoryList attribute.
|
void |
setAwardDescriptionLine(String awardDescriptionLine)
Sets the awardDescriptionLine attribute value.
|
void |
setDocumentUrl(String documentUrl)
Sets the documentUrl attribute value.
|
void |
setTimeAndMoneyDocumentHistoryList(List<TimeAndMoneyDocumentHistory> timeAndMoneyDocumentHistoryList)
Sets the timeAndMoneyDocumentHistoryList attribute value.
|
public AwardVersionHistory(Award parent)
public String getDocumentUrl()
public void setDocumentUrl(String documentUrl)
documentUrl - The documentUrl to set.public String getAwardDescriptionLine()
public void setAwardDescriptionLine(String awardDescriptionLine)
awardDescriptionLine - The awardDescriptionLine to set.public List<TimeAndMoneyDocumentHistory> getTimeAndMoneyDocumentHistoryList()
public void setTimeAndMoneyDocumentHistoryList(List<TimeAndMoneyDocumentHistory> timeAndMoneyDocumentHistoryList)
timeAndMoneyDocumentHistoryList - The timeAndMoneyDocumentHistoryList to set.public Award getAwardParent()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.