public class TimeAndMoneyActionSummary extends Object implements Serializable
| Constructor and Description |
|---|
TimeAndMoneyActionSummary() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.core.api.util.type.KualiDecimal |
getChangeAmount()
Gets the changeAmount attribute.
|
Date |
getNoticeDate()
Gets the noticeDate attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getObligationCumulative()
Gets the obligationCumulative attribute.
|
Date |
getObligationEndDate()
Gets the obligationEndDate attribute.
|
Date |
getObligationStartDate()
Gets the obligationStartDate attribute.
|
String |
getTransactionType()
Gets the transactionType attribute.
|
void |
setChangeAmount(org.kuali.rice.core.api.util.type.KualiDecimal changeAmount)
Sets the changeAmount attribute value.
|
void |
setNoticeDate(Date noticeDate)
Sets the noticeDate attribute value.
|
void |
setObligationCumulative(org.kuali.rice.core.api.util.type.KualiDecimal obligationCumulative)
Sets the obligationCumulative attribute value.
|
void |
setObligationEndDate(Date obligationEndDate)
Sets the obligationEndDate attribute value.
|
void |
setObligationStartDate(Date obligationStartDate)
Sets the obligationStartDate attribute value.
|
void |
setTransactionType(String transactionType)
Sets the transactionType attribute value.
|
public Date getNoticeDate()
public void setNoticeDate(Date noticeDate)
noticeDate - The noticeDate to set.public String getTransactionType()
public void setTransactionType(String transactionType)
transactionType - The transactionType to set.public Date getObligationStartDate()
public void setObligationStartDate(Date obligationStartDate)
obligationStartDate - The obligationStartDate to set.public Date getObligationEndDate()
public void setObligationEndDate(Date obligationEndDate)
obligationEndDate - The obligationEndDate to set.public org.kuali.rice.core.api.util.type.KualiDecimal getObligationCumulative()
public void setObligationCumulative(org.kuali.rice.core.api.util.type.KualiDecimal obligationCumulative)
obligationCumulative - The obligationCumulative to set.public org.kuali.rice.core.api.util.type.KualiDecimal getChangeAmount()
public void setChangeAmount(org.kuali.rice.core.api.util.type.KualiDecimal changeAmount)
changeAmount - The changeAmount to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.