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

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

public class CustomerStatementDetailReportDataHolder
extends Object


Constructor Summary
CustomerStatementDetailReportDataHolder(FinancialSystemDocumentHeader docHeader, Organization processingOrg, String docType, org.kuali.rice.kns.util.KualiDecimal totalAmount)
           
 
Method Summary
 String getDocType()
          Gets the docType attribute.
 String getDocumentDescription()
          Gets the documentDescription attribute.
 Date getDocumentFinalDate()
          Gets the documentFinalDate attribute.
 String getDocumentFinalDateString()
          This method formats the date value into a string that can then be used
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getFein()
          Gets the fein attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentTotalAmountCharge()
          Gets the financialDocumentTotalAmountCharge attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentTotalAmountCredit()
          Gets the financialDocumentTotalAmountCredit attribute.
 String getOrgName()
          Gets the orgName attribute.
 void setDocType(String docType)
          Sets the docType attribute value.
 void setDocumentDescription(String documentDescription)
          Sets the documentDescription attribute value.
 void setDocumentFinalDate(Date documentFinalDate)
          Sets the documentFinalDate attribute value.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute value.
 void setFein(String fein)
          Sets the fein attribute value.
 void setFinancialDocumentTotalAmountCharge(org.kuali.rice.kns.util.KualiDecimal financialDocumentTotalAmountCharge)
          Sets the financialDocumentTotalAmountCharge attribute value.
 void setFinancialDocumentTotalAmountCredit(org.kuali.rice.kns.util.KualiDecimal financialDocumentTotalAmountCredit)
          Sets the financialDocumentTotalAmountCredit attribute value.
 void setOrgName(String orgName)
          Sets the orgName attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerStatementDetailReportDataHolder

public CustomerStatementDetailReportDataHolder(FinancialSystemDocumentHeader docHeader,
                                               Organization processingOrg,
                                               String docType,
                                               org.kuali.rice.kns.util.KualiDecimal totalAmount)
Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber.

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.

Parameters:
documentNumber - The documentNumber to set.

getDocumentFinalDate

public Date getDocumentFinalDate()
Gets the documentFinalDate attribute.

Returns:
Returns the documentFinalDate.

getDocumentFinalDateString

public String getDocumentFinalDateString()
This method formats the date value into a string that can then be used

Returns:

setDocumentFinalDate

public void setDocumentFinalDate(Date documentFinalDate)
Sets the documentFinalDate attribute value.

Parameters:
documentFinalDate - The documentFinalDate to set.

getDocumentDescription

public String getDocumentDescription()
Gets the documentDescription attribute.

Returns:
Returns the documentDescription.

setDocumentDescription

public void setDocumentDescription(String documentDescription)
Sets the documentDescription attribute value.

Parameters:
documentDescription - The documentDescription to set.

getOrgName

public String getOrgName()
Gets the orgName attribute.

Returns:
Returns the orgName.

setOrgName

public void setOrgName(String orgName)
Sets the orgName attribute value.

Parameters:
orgName - The orgName to set.

getFein

public String getFein()
Gets the fein attribute.

Returns:
Returns the fein.

setFein

public void setFein(String fein)
Sets the fein attribute value.

Parameters:
fein - The fein to set.

getDocType

public String getDocType()
Gets the docType attribute.

Returns:
Returns the docType.

setDocType

public void setDocType(String docType)
Sets the docType attribute value.

Parameters:
docType - The docType to set.

getFinancialDocumentTotalAmountCharge

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentTotalAmountCharge()
Gets the financialDocumentTotalAmountCharge attribute.

Returns:
Returns the financialDocumentTotalAmountCharge.

setFinancialDocumentTotalAmountCharge

public void setFinancialDocumentTotalAmountCharge(org.kuali.rice.kns.util.KualiDecimal financialDocumentTotalAmountCharge)
Sets the financialDocumentTotalAmountCharge attribute value.

Parameters:
financialDocumentTotalAmountCharge - The financialDocumentTotalAmountCharge to set.

getFinancialDocumentTotalAmountCredit

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentTotalAmountCredit()
Gets the financialDocumentTotalAmountCredit attribute.

Returns:
Returns the financialDocumentTotalAmountCredit.

setFinancialDocumentTotalAmountCredit

public void setFinancialDocumentTotalAmountCredit(org.kuali.rice.kns.util.KualiDecimal financialDocumentTotalAmountCredit)
Sets the financialDocumentTotalAmountCredit attribute value.

Parameters:
financialDocumentTotalAmountCredit - The financialDocumentTotalAmountCredit to set.


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