Class GeneratedCurrency

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

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

      • BASE

        public static final java.lang.String BASE
        Qualifier of the Currency.base attribute
        See Also:
        Constant Field Values
      • CONVERSION

        public static final java.lang.String CONVERSION
        Qualifier of the Currency.conversion attribute
        See Also:
        Constant Field Values
      • DIGITS

        public static final java.lang.String DIGITS
        Qualifier of the Currency.digits attribute
        See Also:
        Constant Field Values
      • SYMBOL

        public static final java.lang.String SYMBOL
        Qualifier of the Currency.symbol 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

      • GeneratedCurrency

        public GeneratedCurrency()
    • Method Detail

      • isBase

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

        public java.lang.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,
                            java.lang.Boolean value)
        Generated method - Setter of the Currency.base attribute.
        Parameters:
        value - the base
      • setBase

        public void setBase​(java.lang.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 java.lang.Double getConversion​(SessionContext ctx)
        Generated method - Getter of the Currency.conversion attribute.
        Returns:
        the conversion
      • getConversion

        public java.lang.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,
                                  java.lang.Double value)
        Generated method - Setter of the Currency.conversion attribute.
        Parameters:
        value - the conversion
      • setConversion

        public void setConversion​(java.lang.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 java.lang.Integer getDigits​(SessionContext ctx)
        Generated method - Getter of the Currency.digits attribute.
        Returns:
        the digits
      • getDigits

        public java.lang.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,
                              java.lang.Integer value)
        Generated method - Setter of the Currency.digits attribute.
        Parameters:
        value - the digits
      • setDigits

        public void setDigits​(java.lang.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 java.lang.String getSymbol​(SessionContext ctx)
        Generated method - Getter of the Currency.symbol attribute.
        Returns:
        the symbol
      • getSymbol

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

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

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