Class GeneratedCurrency

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

public abstract class GeneratedCurrency extends C2LItem
Generated class for type Currency.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedCurrency

      public GeneratedCurrency()
  • Method Details

    • getDefaultAttributeModes

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

      public Boolean isBase(SessionContext ctx)
      Generated method - Getter of the Currency.base attribute.
      Returns:
      the base
    • isBase

      public Boolean isBase()
      Generated method - Getter of the Currency.base attribute.
      Returns:
      the base
    • isBaseAsPrimitive

      public boolean isBaseAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Currency.base attribute.
      Returns:
      the base
    • isBaseAsPrimitive

      public boolean isBaseAsPrimitive()
      Generated method - Getter of the Currency.base attribute.
      Returns:
      the base
    • setBase

      public void setBase(SessionContext ctx, Boolean value)
      Generated method - Setter of the Currency.base attribute.
      Parameters:
      value - the base
    • setBase

      public void setBase(Boolean value)
      Generated method - Setter of the Currency.base attribute.
      Parameters:
      value - the base
    • setBase

      public void setBase(SessionContext ctx, boolean value)
      Generated method - Setter of the Currency.base attribute.
      Parameters:
      value - the base
    • setBase

      public void setBase(boolean value)
      Generated method - Setter of the Currency.base attribute.
      Parameters:
      value - the base
    • getConversion

      public Double getConversion(SessionContext ctx)
      Generated method - Getter of the Currency.conversion attribute.
      Returns:
      the conversion
    • getConversion

      public Double getConversion()
      Generated method - Getter of the Currency.conversion attribute.
      Returns:
      the conversion
    • getConversionAsPrimitive

      public double getConversionAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Currency.conversion attribute.
      Returns:
      the conversion
    • getConversionAsPrimitive

      public double getConversionAsPrimitive()
      Generated method - Getter of the Currency.conversion attribute.
      Returns:
      the conversion
    • setConversion

      public void setConversion(SessionContext ctx, Double value)
      Generated method - Setter of the Currency.conversion attribute.
      Parameters:
      value - the conversion
    • setConversion

      public void setConversion(Double value)
      Generated method - Setter of the Currency.conversion attribute.
      Parameters:
      value - the conversion
    • setConversion

      public void setConversion(SessionContext ctx, double value)
      Generated method - Setter of the Currency.conversion attribute.
      Parameters:
      value - the conversion
    • setConversion

      public void setConversion(double value)
      Generated method - Setter of the Currency.conversion attribute.
      Parameters:
      value - the conversion
    • getDigits

      public Integer getDigits(SessionContext ctx)
      Generated method - Getter of the Currency.digits attribute.
      Returns:
      the digits
    • getDigits

      public Integer getDigits()
      Generated method - Getter of the Currency.digits attribute.
      Returns:
      the digits
    • getDigitsAsPrimitive

      public int getDigitsAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Currency.digits attribute.
      Returns:
      the digits
    • getDigitsAsPrimitive

      public int getDigitsAsPrimitive()
      Generated method - Getter of the Currency.digits attribute.
      Returns:
      the digits
    • setDigits

      public void setDigits(SessionContext ctx, Integer value)
      Generated method - Setter of the Currency.digits attribute.
      Parameters:
      value - the digits
    • setDigits

      public void setDigits(Integer value)
      Generated method - Setter of the Currency.digits attribute.
      Parameters:
      value - the digits
    • setDigits

      public void setDigits(SessionContext ctx, int value)
      Generated method - Setter of the Currency.digits attribute.
      Parameters:
      value - the digits
    • setDigits

      public void setDigits(int value)
      Generated method - Setter of the Currency.digits attribute.
      Parameters:
      value - the digits
    • getSymbol

      public String getSymbol(SessionContext ctx)
      Generated method - Getter of the Currency.symbol attribute.
      Returns:
      the symbol
    • getSymbol

      public String getSymbol()
      Generated method - Getter of the Currency.symbol attribute.
      Returns:
      the symbol
    • setSymbol

      public void setSymbol(SessionContext ctx, String value)
      Generated method - Setter of the Currency.symbol attribute.
      Parameters:
      value - the symbol
    • setSymbol

      public void setSymbol(String value)
      Generated method - Setter of the Currency.symbol attribute.
      Parameters:
      value - the symbol