Class GeneratedTax

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
Tax

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

  • Constructor Details

    • GeneratedTax

      public GeneratedTax()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • isAbsolute

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

      public 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 String getCode(SessionContext ctx)
      Generated method - Getter of the Tax.code attribute.
      Returns:
      the code
    • getCode

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

      public void setCode(SessionContext ctx, String value) throws ConsistencyCheckException
      Generated method - Setter of the Tax.code attribute.
      Parameters:
      value - the code
      Throws:
      ConsistencyCheckException
    • setCode

      public void setCode(String value) throws ConsistencyCheckException
      Generated method - Setter of the Tax.code attribute.
      Parameters:
      value - the code
      Throws:
      ConsistencyCheckException
    • 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 String getName(SessionContext ctx)
      Generated method - Getter of the Tax.name attribute.
      Returns:
      the name
    • getName

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

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

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

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

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

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

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

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

      public 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, 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
    • 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