Class FilingReturnCreditModel


  • public class FilingReturnCreditModel
    extends java.lang.Object
    An attachment associated with a filing return
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigDecimal getTotalExempt()
      Getter for totalExempt The resourceFileId used to retrieve the attachment
      java.math.BigDecimal getTotalSales()
      Getter for totalSales The resourceFileId used to retrieve the attachment
      java.math.BigDecimal getTotalTax()
      Getter for totalTax The resourceFileId used to retrieve the attachment
      java.math.BigDecimal getTotalTaxable()
      Getter for totalTaxable The resourceFileId used to retrieve the attachment
      java.util.ArrayList<WorksheetDocument> getTransactionDetails()
      Getter for transactionDetails The excluded carry over credit documents
      void setTotalExempt​(java.math.BigDecimal value)
      Setter for totalExempt The resourceFileId used to retrieve the attachment
      void setTotalSales​(java.math.BigDecimal value)
      Setter for totalSales The resourceFileId used to retrieve the attachment
      void setTotalTax​(java.math.BigDecimal value)
      Setter for totalTax The resourceFileId used to retrieve the attachment
      void setTotalTaxable​(java.math.BigDecimal value)
      Setter for totalTaxable The resourceFileId used to retrieve the attachment
      void setTransactionDetails​(java.util.ArrayList<WorksheetDocument> value)
      Setter for transactionDetails The excluded carry over credit documents
      java.lang.String toString()
      Returns a JSON string representation of FilingReturnCreditModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FilingReturnCreditModel

        public FilingReturnCreditModel()
    • Method Detail

      • getTotalSales

        public java.math.BigDecimal getTotalSales()
        Getter for totalSales The resourceFileId used to retrieve the attachment
      • setTotalSales

        public void setTotalSales​(java.math.BigDecimal value)
        Setter for totalSales The resourceFileId used to retrieve the attachment
      • getTotalExempt

        public java.math.BigDecimal getTotalExempt()
        Getter for totalExempt The resourceFileId used to retrieve the attachment
      • setTotalExempt

        public void setTotalExempt​(java.math.BigDecimal value)
        Setter for totalExempt The resourceFileId used to retrieve the attachment
      • getTotalTaxable

        public java.math.BigDecimal getTotalTaxable()
        Getter for totalTaxable The resourceFileId used to retrieve the attachment
      • setTotalTaxable

        public void setTotalTaxable​(java.math.BigDecimal value)
        Setter for totalTaxable The resourceFileId used to retrieve the attachment
      • getTotalTax

        public java.math.BigDecimal getTotalTax()
        Getter for totalTax The resourceFileId used to retrieve the attachment
      • setTotalTax

        public void setTotalTax​(java.math.BigDecimal value)
        Setter for totalTax The resourceFileId used to retrieve the attachment
      • getTransactionDetails

        public java.util.ArrayList<WorksheetDocument> getTransactionDetails()
        Getter for transactionDetails The excluded carry over credit documents
      • setTransactionDetails

        public void setTransactionDetails​(java.util.ArrayList<WorksheetDocument> value)
        Setter for transactionDetails The excluded carry over credit documents
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of FilingReturnCreditModel
        Overrides:
        toString in class java.lang.Object