Class TmaAbstractOrderChargePriceModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TmaAbstractOrderOneTimeChargePriceModel, TmaAbstractOrderRecurringChargePriceModel, TmaAbstractOrderUsageChargePriceModel

public class TmaAbstractOrderChargePriceModel extends TmaAbstractOrderComponentPriceModel
Generated model class for type TmaAbstractOrderChargePrice first defined at extension tuadatacommonsservices.

Entity defining pricing charges.

See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • DISCOUNTVALUECODE

      public static final String DISCOUNTVALUECODE
      Generated constant - Attribute key of TmaAbstractOrderChargePrice.discountValueCode attribute defined at extension tuadatacommonsservices.
      See Also:
  • Constructor Details

    • TmaAbstractOrderChargePriceModel

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

      public TmaAbstractOrderChargePriceModel(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
    • TmaAbstractOrderChargePriceModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaAbstractOrderChargePriceModel(BillingTimeModel _billingTime, String _id, TmaAbstractOrderPriceType _priceType)
      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:
      _billingTime - initial attribute declared by type TmaAbstractOrderComponentPrice at extension tuadatacommonsservices
      _id - initial attribute declared by type TmaAbstractOrderPrice at extension tuadatacommonsservices
      _priceType - initial attribute declared by type TmaAbstractOrderComponentPrice at extension tuadatacommonsservices
    • TmaAbstractOrderChargePriceModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaAbstractOrderChargePriceModel(BillingTimeModel _billingTime, String _id, ItemModel _owner, TmaAbstractOrderPriceType _priceType)
      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:
      _billingTime - initial attribute declared by type TmaAbstractOrderComponentPrice at extension tuadatacommonsservices
      _id - initial attribute declared by type TmaAbstractOrderPrice at extension tuadatacommonsservices
      _owner - initial attribute declared by type Item at extension core
      _priceType - initial attribute declared by type TmaAbstractOrderComponentPrice at extension tuadatacommonsservices
  • Method Details

    • getDiscountValueCode

      @Deprecated(since="2007", forRemoval=true) @Accessor(qualifier="discountValueCode", type=GETTER) public String getDiscountValueCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 2007
      Generated method - Getter of the TmaAbstractOrderChargePrice.discountValueCode attribute defined at extension tuadatacommonsservices.
      Returns:
      the discountValueCode - The discount value code. Deprecated since 2007.
    • setDiscountValueCode

      @Deprecated(since="2007", forRemoval=true) @Accessor(qualifier="discountValueCode", type=SETTER) public void setDiscountValueCode(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 2007
      Generated method - Setter of TmaAbstractOrderChargePrice.discountValueCode attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the discountValueCode - The discount value code. Deprecated since 2007.