public class ContractsGrantsInvoiceReportDetailDataHolder extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
displaySubtotal |
Constructor and Description |
---|
ContractsGrantsInvoiceReportDetailDataHolder() |
Modifier and Type | Method and Description |
---|---|
Long |
getAgeInDays()
Gets the ageInDays attribute.
|
String |
getCustomerName()
Gets the customerName attribute.
|
String |
getCustomerNumber()
Gets the customerNumber attribute.
|
String |
getDocumentNumber()
Gets the documentNumber attribute.
|
BigDecimal |
getInvoiceAmount()
Gets the invoiceAmount attribute.
|
Date |
getInvoiceDate()
Gets the invoiceDate attribute.
|
Date |
getInvoiceDueDate()
Gets the invoiceDueDate attribute.
|
BigDecimal |
getInvoiceSubTotal()
Gets the invoiceSubTotal attribute.
|
String |
getInvoiceType()
Gets the invoiceType attribute.
|
String |
getOpenInvoiceIndicator()
Gets the openInvoiceIndicator attribute.
|
BigDecimal |
getPaymentAmount()
Gets the paymentAmount attribute.
|
BigDecimal |
getPaymentSubTotal()
Gets the paymentSubTotal attribute.
|
Long |
getProposalNumber()
Gets the proposalNumber attribute.
|
BigDecimal |
getRemainingAmount()
Gets the remainingAmount attribute.
|
BigDecimal |
getRemainingSubTotal()
Gets the remainingSubTotal attribute.
|
String |
getSortedFieldValue()
Gets the sortedFieldValue attribute.
|
boolean |
isDisplaySubtotal()
Gets the displaySubtotal attribute.
|
void |
setAgeInDays(Long ageInDays)
Sets the ageInDays attribute value.
|
void |
setCustomerName(String customerName)
Sets the customerName attribute value.
|
void |
setCustomerNumber(String customerNumber)
Sets the customerNumber attribute value.
|
void |
setDisplaySubtotal(boolean displaySubtotal)
Sets the displaySubtotal attribute value.
|
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.
|
void |
setInvoiceAmount(BigDecimal invoiceAmount)
Sets the invoiceAmount attribute value.
|
void |
setInvoiceDate(Date invoiceDate)
Sets the invoiceDate attribute value.
|
void |
setInvoiceDueDate(Date invoiceDueDate)
Sets the invoiceDueDate attribute value.
|
void |
setInvoiceSubTotal(BigDecimal invoiceSubTotal)
Sets the invoiceSubTotal attribute value.
|
void |
setInvoiceType(String invoiceType)
Sets the invoiceType attribute value.
|
void |
setOpenInvoiceIndicator(String openInvoiceIndicator)
Sets the openInvoiceIndicator attribute value.
|
void |
setPaymentAmount(BigDecimal paymentAmount)
Sets the paymentAmount attribute value.
|
void |
setPaymentSubTotal(BigDecimal paymentSubTotal)
Sets the paymentSubTotal attribute value.
|
void |
setProposalNumber(Long proposalNumber)
Sets the proposalNumber attribute value.
|
void |
setRemainingAmount(BigDecimal remainingAmount)
Sets the remainingAmount attribute value.
|
void |
setRemainingSubTotal(BigDecimal remainingSubTotal)
Sets the remainingSubTotal attribute value.
|
void |
setSortedFieldValue(String sortedFieldValue)
Sets the sortedFieldValue attribute value.
|
public boolean displaySubtotal
public ContractsGrantsInvoiceReportDetailDataHolder()
public Long getProposalNumber()
public void setProposalNumber(Long proposalNumber)
proposalNumber
- The proposalNumber to set.public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.public String getInvoiceType()
public void setInvoiceType(String invoiceType)
invoiceType
- The invoiceType to set.public Date getInvoiceDate()
public void setInvoiceDate(Date invoiceDate)
invoiceDate
- The invoiceDate to set.public Date getInvoiceDueDate()
public void setInvoiceDueDate(Date invoiceDueDate)
invoiceDueDate
- The invoiceDueDate to set.public String getOpenInvoiceIndicator()
public void setOpenInvoiceIndicator(String openInvoiceIndicator)
openInvoiceIndicator
- The openInvoiceIndicator to set.public String getCustomerNumber()
public void setCustomerNumber(String customerNumber)
customerNumber
- The customerNumber to set.public String getCustomerName()
public void setCustomerName(String customerName)
customerName
- The customerName to set.public String getSortedFieldValue()
public void setSortedFieldValue(String sortedFieldValue)
sortedFieldValue
- The sortedFieldValue to set.public BigDecimal getInvoiceAmount()
public void setInvoiceAmount(BigDecimal invoiceAmount)
invoiceAmount
- The invoiceAmount to set.public BigDecimal getPaymentAmount()
public void setPaymentAmount(BigDecimal paymentAmount)
paymentAmount
- The paymentAmount to set.public BigDecimal getRemainingAmount()
public void setRemainingAmount(BigDecimal remainingAmount)
remainingAmount
- The remainingAmount to set.public Long getAgeInDays()
public void setAgeInDays(Long ageInDays)
ageInDays
- The ageInDays to set.public BigDecimal getInvoiceSubTotal()
public void setInvoiceSubTotal(BigDecimal invoiceSubTotal)
invoiceSubTotal
- The invoiceSubTotal to set.public BigDecimal getPaymentSubTotal()
public void setPaymentSubTotal(BigDecimal paymentSubTotal)
paymentSubTotal
- The paymentSubTotal to set.public BigDecimal getRemainingSubTotal()
public void setRemainingSubTotal(BigDecimal remainingSubTotal)
remainingSubTotal
- The remainingSubTotal to set.public boolean isDisplaySubtotal()
public void setDisplaySubtotal(boolean displaySubtotal)
displaySubtotal
- The displaySubtotal to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.