Class GeneratedChargeEntry

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

public abstract class GeneratedChargeEntry extends GenericItem
Generated class for type ChargeEntry.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedChargeEntry

      public GeneratedChargeEntry()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • 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 String getId(SessionContext ctx)
      Generated method - Getter of the ChargeEntry.id attribute.
      Returns:
      the id - Identifier
    • getId

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

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

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

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

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