Class CisTaxDoc

    • Constructor Detail

      • CisTaxDoc

        public CisTaxDoc()
      • CisTaxDoc

        public CisTaxDoc​(java.util.List<CisTaxLine> lineItems)
      • CisTaxDoc

        public CisTaxDoc​(CisDecision decision)
      • CisTaxDoc

        public CisTaxDoc​(CisDecision decision,
                         java.lang.String id)
      • CisTaxDoc

        public CisTaxDoc​(CisDecision decision,
                         java.lang.String id,
                         java.util.List<CisTaxLine> lineItems)
    • Method Detail

      • getTaxLines

        public java.util.List<CisTaxLine> getTaxLines()
        Gets the tax lines.
        Returns:
        the taxLines
      • setTaxLines

        public void setTaxLines​(java.util.List<CisTaxLine> taxLines)
        Sets the tax lines.
        Parameters:
        taxLines - the taxLines to set
      • getTotal

        public java.math.BigDecimal getTotal()
        Gets the total.
        Returns:
        the total
      • setTotal

        public void setTotal​(java.math.BigDecimal total)
        Sets the total.
        Parameters:
        total - the total to set
      • getTotalTax

        public java.math.BigDecimal getTotalTax()
        Gets the total tax.
        Returns:
        the totalTax
      • setTotalTax

        public void setTotalTax​(java.math.BigDecimal totalTax)
        Sets the total tax.
        Parameters:
        totalTax - the totalTax to set
      • getSubTotal

        public java.math.BigDecimal getSubTotal()
        Gets the sub total.
        Returns:
        the subTotal
      • setSubTotal

        public void setSubTotal​(java.math.BigDecimal subTotal)
        Sets the sub total.
        Parameters:
        subTotal - the subTotal to set
      • getDate

        public java.util.Date getDate()
        Gets the doc date.
        Returns:
        the doc date
      • setDate

        public void setDate​(java.util.Date docDate)
        Sets the doc date.
        Parameters:
        docDate - the new doc date
      • getRoundingMode

        public java.math.RoundingMode getRoundingMode()
      • setRoundingMode

        public void setRoundingMode​(java.math.RoundingMode roundingMode)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object