|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.ar.report.util.CustomerCreditMemoDetailReportDataHolder
public class CustomerCreditMemoDetailReportDataHolder
Constructor Summary | |
---|---|
CustomerCreditMemoDetailReportDataHolder(CustomerCreditMemoDetail cmDetail,
CustomerInvoiceDetail iDetail)
|
Method Summary | |
---|---|
String |
getCreditMemoItemCode()
Gets the creditMemoItemCode attribute. |
String |
getCreditMemoItemDescription()
Gets the creditMemoItemDescription attribute. |
BigDecimal |
getCreditMemoItemQuantity()
Gets the creditMemoItemQuantity attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getCreditMemoItemTaxAmount()
Gets the creditMemoItemTaxAmount attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getCreditMemoItemTotalAmount()
Gets the creditMemoItemTotalAmount attribute. |
String |
getCreditMemoItemUnitOfMeasureCode()
Gets the creditMemoItemUnitOfMeasureCode attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getCreditMemoItemUnitPrice()
Gets the creditMemoItemUnitPrice attribute. |
void |
setCreditMemoItemCode(String creditMemoItemCode)
Sets the creditMemoItemCode attribute value. |
void |
setCreditMemoItemDescription(String creditMemoItemDescription)
Sets the creditMemoItemDescription attribute value. |
void |
setCreditMemoItemQuantity(BigDecimal creditMemoItemQuantity)
Sets the creditMemoItemQuantity attribute value. |
void |
setCreditMemoItemTaxAmount(org.kuali.rice.kns.util.KualiDecimal creditMemoItemTaxAmount)
Sets the creditMemoItemTaxAmount attribute value. |
void |
setCreditMemoItemTotalAmount(org.kuali.rice.kns.util.KualiDecimal creditMemoItemTotalAmount)
Sets the creditMemoItemTotalAmount attribute value. |
void |
setCreditMemoItemUnitOfMeasureCode(String creditMemoItemUnitOfMeasureCode)
Sets the creditMemoItemUnitOfMeasureCode attribute value. |
void |
setCreditMemoItemUnitPrice(org.kuali.rice.kns.util.KualiDecimal creditMemoItemUnitPrice)
Sets the creditMemoItemUnitPrice attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomerCreditMemoDetailReportDataHolder(CustomerCreditMemoDetail cmDetail, CustomerInvoiceDetail iDetail)
Method Detail |
---|
public BigDecimal getCreditMemoItemQuantity()
public void setCreditMemoItemQuantity(BigDecimal creditMemoItemQuantity)
creditMemoItemQuantity
- The creditMemoItemQuantity to set.public String getCreditMemoItemUnitOfMeasureCode()
public void setCreditMemoItemUnitOfMeasureCode(String creditMemoItemUnitOfMeasureCode)
creditMemoItemUnitOfMeasureCode
- The creditMemoItemUnitOfMeasureCode to set.public String getCreditMemoItemDescription()
public void setCreditMemoItemDescription(String creditMemoItemDescription)
creditMemoItemDescription
- The creditMemoItemDescription to set.public String getCreditMemoItemCode()
public void setCreditMemoItemCode(String creditMemoItemCode)
creditMemoItemCode
- The creditMemoItemCode to set.public org.kuali.rice.kns.util.KualiDecimal getCreditMemoItemUnitPrice()
public void setCreditMemoItemUnitPrice(org.kuali.rice.kns.util.KualiDecimal creditMemoItemUnitPrice)
creditMemoItemUnitPrice
- The creditMemoItemUnitPrice to set.public org.kuali.rice.kns.util.KualiDecimal getCreditMemoItemTaxAmount()
public void setCreditMemoItemTaxAmount(org.kuali.rice.kns.util.KualiDecimal creditMemoItemTaxAmount)
creditMemoItemTaxAmount
- The creditMemoItemTaxAmount to set.public org.kuali.rice.kns.util.KualiDecimal getCreditMemoItemTotalAmount()
public void setCreditMemoItemTotalAmount(org.kuali.rice.kns.util.KualiDecimal creditMemoItemTotalAmount)
creditMemoItemTotalAmount
- The creditMemoItemTotalAmount to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |