Class VolumeUsageChargeModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.subscriptionservices.model.UsageChargeModel
de.hybris.platform.subscriptionservices.model.VolumeUsageChargeModel
All Implemented Interfaces:
Serializable

public class VolumeUsageChargeModel extends UsageChargeModel
Generated model class for type VolumeUsageCharge first defined at extension subscriptionservices.
See Also:
  • Field Details

  • Constructor Details

    • VolumeUsageChargeModel

      public VolumeUsageChargeModel()
      Generated constructor - Default constructor for generic creation.
    • VolumeUsageChargeModel

      public VolumeUsageChargeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • VolumeUsageChargeModel

      @Deprecated(since="4.1.1", forRemoval=true) public VolumeUsageChargeModel(UsageUnitModel _usageUnit)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _usageUnit - initial attribute declared by type UsageCharge at extension subscriptionservices
    • VolumeUsageChargeModel

      @Deprecated(since="4.1.1", forRemoval=true) public VolumeUsageChargeModel(CatalogVersionModel _catalogVersion, String _id, ItemModel _owner, UsageUnitModel _usageUnit)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _catalogVersion - initial attribute declared by type UsageCharge at extension subscriptionservices
      _id - initial attribute declared by type UsageCharge at extension subscriptionservices
      _owner - initial attribute declared by type Item at extension core
      _usageUnit - initial attribute declared by type UsageCharge at extension subscriptionservices