public class AwardAmountInfoHistory extends Object implements Serializable
| Constructor and Description |
|---|
AwardAmountInfoHistory() |
| Modifier and Type | Method and Description |
|---|---|
AwardAmountInfo |
getAwardAmountInfo()
Gets the awardAmountInfo attribute.
|
String |
getDateFieldChanged()
Gets the dateFieldChanged attribute.
|
List<TransactionDetail> |
getIntermediateDetails()
Gets the intermediateDetails attribute.
|
TransactionDetail |
getPrimaryDetail()
Gets the primaryDetail attribute.
|
String |
getTransactionDetailTableSize() |
String |
getTransactionType()
Gets the transactionType attribute.
|
void |
setAwardAmountInfo(AwardAmountInfo awardAmountInfo)
Sets the awardAmountInfo attribute value.
|
void |
setDateFieldChanged(String dateFieldChanged)
Sets the dateFieldChanged attribute value.
|
void |
setIntermediateDetails(List<TransactionDetail> intermediateDetails)
Sets the intermediateDetails attribute value.
|
void |
setPrimaryDetail(TransactionDetail primaryDetail)
Sets the primaryDetail attribute value.
|
void |
setTransactionType(String transactionType)
Sets the transactionType attribute value.
|
public AwardAmountInfo getAwardAmountInfo()
public void setAwardAmountInfo(AwardAmountInfo awardAmountInfo)
awardAmountInfo - The awardAmountInfo to set.public String getTransactionType()
public void setTransactionType(String transactionType)
transactionType - The transactionType to set.public String getDateFieldChanged()
public void setDateFieldChanged(String dateFieldChanged)
dateFieldChanged - The dateFieldChanged to set.public TransactionDetail getPrimaryDetail()
public void setPrimaryDetail(TransactionDetail primaryDetail)
primaryDetail - The primaryDetail to set.public List<TransactionDetail> getIntermediateDetails()
public void setIntermediateDetails(List<TransactionDetail> intermediateDetails)
intermediateDetails - The intermediateDetails to set.public String getTransactionDetailTableSize()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.