org.kuali.kfs.module.ar.report.util
Class CustomerCreditMemoDetailReportDataHolder

java.lang.Object
  extended by org.kuali.kfs.module.ar.report.util.CustomerCreditMemoDetailReportDataHolder

public class CustomerCreditMemoDetailReportDataHolder
extends Object


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

CustomerCreditMemoDetailReportDataHolder

public CustomerCreditMemoDetailReportDataHolder(CustomerCreditMemoDetail cmDetail,
                                                CustomerInvoiceDetail iDetail)
Method Detail

getCreditMemoItemQuantity

public BigDecimal getCreditMemoItemQuantity()
Gets the creditMemoItemQuantity attribute.

Returns:
Returns the creditMemoItemQuantity.

setCreditMemoItemQuantity

public void setCreditMemoItemQuantity(BigDecimal creditMemoItemQuantity)
Sets the creditMemoItemQuantity attribute value.

Parameters:
creditMemoItemQuantity - The creditMemoItemQuantity to set.

getCreditMemoItemUnitOfMeasureCode

public String getCreditMemoItemUnitOfMeasureCode()
Gets the creditMemoItemUnitOfMeasureCode attribute.

Returns:
Returns the creditMemoItemUnitOfMeasureCode.

setCreditMemoItemUnitOfMeasureCode

public void setCreditMemoItemUnitOfMeasureCode(String creditMemoItemUnitOfMeasureCode)
Sets the creditMemoItemUnitOfMeasureCode attribute value.

Parameters:
creditMemoItemUnitOfMeasureCode - The creditMemoItemUnitOfMeasureCode to set.

getCreditMemoItemDescription

public String getCreditMemoItemDescription()
Gets the creditMemoItemDescription attribute.

Returns:
Returns the creditMemoItemDescription.

setCreditMemoItemDescription

public void setCreditMemoItemDescription(String creditMemoItemDescription)
Sets the creditMemoItemDescription attribute value.

Parameters:
creditMemoItemDescription - The creditMemoItemDescription to set.

getCreditMemoItemCode

public String getCreditMemoItemCode()
Gets the creditMemoItemCode attribute.

Returns:
Returns the creditMemoItemCode.

setCreditMemoItemCode

public void setCreditMemoItemCode(String creditMemoItemCode)
Sets the creditMemoItemCode attribute value.

Parameters:
creditMemoItemCode - The creditMemoItemCode to set.

getCreditMemoItemUnitPrice

public org.kuali.rice.kns.util.KualiDecimal getCreditMemoItemUnitPrice()
Gets the creditMemoItemUnitPrice attribute.

Returns:
Returns the creditMemoItemUnitPrice.

setCreditMemoItemUnitPrice

public void setCreditMemoItemUnitPrice(org.kuali.rice.kns.util.KualiDecimal creditMemoItemUnitPrice)
Sets the creditMemoItemUnitPrice attribute value.

Parameters:
creditMemoItemUnitPrice - The creditMemoItemUnitPrice to set.

getCreditMemoItemTaxAmount

public org.kuali.rice.kns.util.KualiDecimal getCreditMemoItemTaxAmount()
Gets the creditMemoItemTaxAmount attribute.

Returns:
Returns the creditMemoItemTaxAmount.

setCreditMemoItemTaxAmount

public void setCreditMemoItemTaxAmount(org.kuali.rice.kns.util.KualiDecimal creditMemoItemTaxAmount)
Sets the creditMemoItemTaxAmount attribute value.

Parameters:
creditMemoItemTaxAmount - The creditMemoItemTaxAmount to set.

getCreditMemoItemTotalAmount

public org.kuali.rice.kns.util.KualiDecimal getCreditMemoItemTotalAmount()
Gets the creditMemoItemTotalAmount attribute.

Returns:
Returns the creditMemoItemTotalAmount.

setCreditMemoItemTotalAmount

public void setCreditMemoItemTotalAmount(org.kuali.rice.kns.util.KualiDecimal creditMemoItemTotalAmount)
Sets the creditMemoItemTotalAmount attribute value.

Parameters:
creditMemoItemTotalAmount - The creditMemoItemTotalAmount to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.