Class GeneratedTax

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    Tax

    public abstract class GeneratedTax
    extends GenericItem
    Generated class for type Tax.
    See Also:
    Serialized Form
    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the Tax.code attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the Tax.name attribute
        See Also:
        Constant Field Values
      • VALUE

        public static final java.lang.String VALUE
        Qualifier of the Tax.value attribute
        See Also:
        Constant Field Values
      • CURRENCY

        public static final java.lang.String CURRENCY
        Qualifier of the Tax.currency attribute
        See Also:
        Constant Field Values
      • ABSOLUTE

        public static final java.lang.String ABSOLUTE
        Qualifier of the Tax.absolute attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedTax

        public GeneratedTax()
    • Method Detail

      • isAbsolute

        public abstract java.lang.Boolean isAbsolute​(SessionContext ctx)
        Generated method - Getter of the Tax.absolute attribute.
        Returns:
        the absolute
      • isAbsolute

        public java.lang.Boolean isAbsolute()
        Generated method - Getter of the Tax.absolute attribute.
        Returns:
        the absolute
      • isAbsoluteAsPrimitive

        public boolean isAbsoluteAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the Tax.absolute attribute.
        Returns:
        the absolute
      • isAbsoluteAsPrimitive

        public boolean isAbsoluteAsPrimitive()
        Generated method - Getter of the Tax.absolute attribute.
        Returns:
        the absolute
      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the Tax.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the Tax.code attribute.
        Returns:
        the code
      • getCurrency

        public Currency getCurrency​(SessionContext ctx)
        Generated method - Getter of the Tax.currency attribute.
        Returns:
        the currency
      • getCurrency

        public Currency getCurrency()
        Generated method - Getter of the Tax.currency attribute.
        Returns:
        the currency
      • setCurrency

        public void setCurrency​(SessionContext ctx,
                                Currency value)
        Generated method - Setter of the Tax.currency attribute.
        Parameters:
        value - the currency
      • setCurrency

        public void setCurrency​(Currency value)
        Generated method - Setter of the Tax.currency attribute.
        Parameters:
        value - the currency
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the Tax.name attribute.
        Returns:
        the name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the Tax.name attribute.
        Returns:
        the name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName​(SessionContext ctx)
        Generated method - Getter of the Tax.name attribute.
        Returns:
        the localized name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the Tax.name attribute.
        Returns:
        the localized name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the Tax.name attribute.
        Parameters:
        value - the name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the Tax.name attribute.
        Parameters:
        value - the name
      • setAllName

        public void setAllName​(SessionContext ctx,
                               java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the Tax.name attribute.
        Parameters:
        value - the name
      • setAllName

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the Tax.name attribute.
        Parameters:
        value - the name
      • getValue

        public java.lang.Double getValue​(SessionContext ctx)
        Generated method - Getter of the Tax.value attribute.
        Returns:
        the value
      • getValue

        public java.lang.Double getValue()
        Generated method - Getter of the Tax.value attribute.
        Returns:
        the value
      • getValueAsPrimitive

        public double getValueAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the Tax.value attribute.
        Returns:
        the value
      • getValueAsPrimitive

        public double getValueAsPrimitive()
        Generated method - Getter of the Tax.value attribute.
        Returns:
        the value
      • setValue

        public void setValue​(SessionContext ctx,
                             java.lang.Double value)
        Generated method - Setter of the Tax.value attribute.
        Parameters:
        value - the value
      • setValue

        public void setValue​(java.lang.Double value)
        Generated method - Setter of the Tax.value attribute.
        Parameters:
        value - the value
      • setValue

        public void setValue​(SessionContext ctx,
                             double value)
        Generated method - Setter of the Tax.value attribute.
        Parameters:
        value - the value
      • setValue

        public void setValue​(double value)
        Generated method - Setter of the Tax.value attribute.
        Parameters:
        value - the value