|
||||||||||
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.CustomerStatementDetailReportDataHolder
public class CustomerStatementDetailReportDataHolder
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 |
---|
public CustomerStatementDetailReportDataHolder(FinancialSystemDocumentHeader docHeader, Organization processingOrg, String docType, org.kuali.rice.kns.util.KualiDecimal totalAmount)
Method Detail |
---|
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.public Date getDocumentFinalDate()
public String getDocumentFinalDateString()
public void setDocumentFinalDate(Date documentFinalDate)
documentFinalDate
- The documentFinalDate to set.public String getDocumentDescription()
public void setDocumentDescription(String documentDescription)
documentDescription
- The documentDescription to set.public String getOrgName()
public void setOrgName(String orgName)
orgName
- The orgName to set.public String getFein()
public void setFein(String fein)
fein
- The fein to set.public String getDocType()
public void setDocType(String docType)
docType
- The docType to set.public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentTotalAmountCharge()
public void setFinancialDocumentTotalAmountCharge(org.kuali.rice.kns.util.KualiDecimal financialDocumentTotalAmountCharge)
financialDocumentTotalAmountCharge
- The financialDocumentTotalAmountCharge to set.public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentTotalAmountCredit()
public void setFinancialDocumentTotalAmountCredit(org.kuali.rice.kns.util.KualiDecimal financialDocumentTotalAmountCredit)
financialDocumentTotalAmountCredit
- The financialDocumentTotalAmountCredit to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |