Class GeneratedChargeEntry

    • Field Detail

      • ID

        public static final java.lang.String ID
        Qualifier of the ChargeEntry.id attribute
        See Also:
        Constant Field Values
      • CATALOGVERSION

        public static final java.lang.String CATALOGVERSION
        Qualifier of the ChargeEntry.catalogVersion attribute
        See Also:
        Constant Field Values
      • PRICE

        public static final java.lang.String PRICE
        Qualifier of the ChargeEntry.price 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

      • GeneratedChargeEntry

        public GeneratedChargeEntry()
    • Method Detail

      • getCatalogVersion

        public CatalogVersion getCatalogVersion​(SessionContext ctx)
        Generated method - Getter of the ChargeEntry.catalogVersion attribute.
        Returns:
        the catalogVersion - Catalog Version
      • getCatalogVersion

        public CatalogVersion getCatalogVersion()
        Generated method - Getter of the ChargeEntry.catalogVersion attribute.
        Returns:
        the catalogVersion - Catalog Version
      • setCatalogVersion

        protected void setCatalogVersion​(SessionContext ctx,
                                         CatalogVersion value)
        Generated method - Setter of the ChargeEntry.catalogVersion attribute.
        Parameters:
        value - the catalogVersion - Catalog Version
      • setCatalogVersion

        protected void setCatalogVersion​(CatalogVersion value)
        Generated method - Setter of the ChargeEntry.catalogVersion attribute.
        Parameters:
        value - the catalogVersion - Catalog Version
      • getId

        public java.lang.String getId​(SessionContext ctx)
        Generated method - Getter of the ChargeEntry.id attribute.
        Returns:
        the id - Identifier
      • getId

        public java.lang.String getId()
        Generated method - Getter of the ChargeEntry.id attribute.
        Returns:
        the id - Identifier
      • setId

        protected void setId​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the ChargeEntry.id attribute.
        Parameters:
        value - the id - Identifier
      • setId

        protected void setId​(java.lang.String value)
        Generated method - Setter of the ChargeEntry.id attribute.
        Parameters:
        value - the id - Identifier
      • getPrice

        public java.lang.Double getPrice​(SessionContext ctx)
        Generated method - Getter of the ChargeEntry.price attribute.
        Returns:
        the price - Price
      • getPrice

        public java.lang.Double getPrice()
        Generated method - Getter of the ChargeEntry.price attribute.
        Returns:
        the price - Price
      • getPriceAsPrimitive

        public double getPriceAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ChargeEntry.price attribute.
        Returns:
        the price - Price
      • getPriceAsPrimitive

        public double getPriceAsPrimitive()
        Generated method - Getter of the ChargeEntry.price attribute.
        Returns:
        the price - Price
      • setPrice

        public void setPrice​(SessionContext ctx,
                             java.lang.Double value)
        Generated method - Setter of the ChargeEntry.price attribute.
        Parameters:
        value - the price - Price
      • setPrice

        public void setPrice​(java.lang.Double value)
        Generated method - Setter of the ChargeEntry.price attribute.
        Parameters:
        value - the price - Price
      • setPrice

        public void setPrice​(SessionContext ctx,
                             double value)
        Generated method - Setter of the ChargeEntry.price attribute.
        Parameters:
        value - the price - Price
      • setPrice

        public void setPrice​(double value)
        Generated method - Setter of the ChargeEntry.price attribute.
        Parameters:
        value - the price - Price