Class TmaAbstractOrderUsageChargePriceModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class TmaAbstractOrderUsageChargePriceModel
    extends TmaAbstractOrderChargePriceModel
    Generated model class for type TmaAbstractOrderUsageChargePrice first defined at extension b2ctelcoservices.

    Usage charge representing the amount to be paid for either an order or an order entry.

    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • USAGEUNIT

        public static final java.lang.String USAGEUNIT
        Generated constant - Attribute key of TmaAbstractOrderUsageChargePrice.usageUnit attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • USAGECHARGETYPE

        public static final java.lang.String USAGECHARGETYPE
        Generated constant - Attribute key of TmaAbstractOrderUsageChargePrice.usageChargeType attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • TIERSTART

        public static final java.lang.String TIERSTART
        Generated constant - Attribute key of TmaAbstractOrderUsageChargePrice.tierStart attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • TIEREND

        public static final java.lang.String TIEREND
        Generated constant - Attribute key of TmaAbstractOrderUsageChargePrice.tierEnd attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TmaAbstractOrderUsageChargePriceModel

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

        public TmaAbstractOrderUsageChargePriceModel​(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
      • TmaAbstractOrderUsageChargePriceModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaAbstractOrderUsageChargePriceModel​(BillingTimeModel _billingTime,
                                                     CurrencyModel _currency,
                                                     java.lang.Double _dutyFreeAmount,
                                                     java.lang.String _id,
                                                     TmaAbstractOrderPriceType _priceType,
                                                     java.lang.Double _taxIncludedAmount,
                                                     java.lang.Double _taxRate,
                                                     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:
        _billingTime - initial attribute declared by type TmaAbstractOrderChargePrice at extension b2ctelcoservices
        _currency - initial attribute declared by type TmaAbstractOrderChargePrice at extension b2ctelcoservices
        _dutyFreeAmount - initial attribute declared by type TmaAbstractOrderChargePrice at extension b2ctelcoservices
        _id - initial attribute declared by type TmaAbstractOrderPrice at extension b2ctelcoservices
        _priceType - initial attribute declared by type TmaAbstractOrderChargePrice at extension b2ctelcoservices
        _taxIncludedAmount - initial attribute declared by type TmaAbstractOrderChargePrice at extension b2ctelcoservices
        _taxRate - initial attribute declared by type TmaAbstractOrderChargePrice at extension b2ctelcoservices
        _usageUnit - initial attribute declared by type TmaAbstractOrderUsageChargePrice at extension b2ctelcoservices
      • TmaAbstractOrderUsageChargePriceModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaAbstractOrderUsageChargePriceModel​(BillingTimeModel _billingTime,
                                                     CurrencyModel _currency,
                                                     java.lang.Double _dutyFreeAmount,
                                                     java.lang.String _id,
                                                     ItemModel _owner,
                                                     TmaAbstractOrderPriceType _priceType,
                                                     java.lang.Double _taxIncludedAmount,
                                                     java.lang.Double _taxRate,
                                                     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:
        _billingTime - initial attribute declared by type TmaAbstractOrderChargePrice at extension b2ctelcoservices
        _currency - initial attribute declared by type TmaAbstractOrderChargePrice at extension b2ctelcoservices
        _dutyFreeAmount - initial attribute declared by type TmaAbstractOrderChargePrice at extension b2ctelcoservices
        _id - initial attribute declared by type TmaAbstractOrderPrice at extension b2ctelcoservices
        _owner - initial attribute declared by type Item at extension core
        _priceType - initial attribute declared by type TmaAbstractOrderChargePrice at extension b2ctelcoservices
        _taxIncludedAmount - initial attribute declared by type TmaAbstractOrderChargePrice at extension b2ctelcoservices
        _taxRate - initial attribute declared by type TmaAbstractOrderChargePrice at extension b2ctelcoservices
        _usageUnit - initial attribute declared by type TmaAbstractOrderUsageChargePrice at extension b2ctelcoservices
    • Method Detail

      • getTierEnd

        @Accessor(qualifier="tierEnd",
                  type=GETTER)
        public java.lang.Integer getTierEnd()
        Generated method - Getter of the TmaAbstractOrderUsageChargePrice.tierEnd attribute defined at extension b2ctelcoservices.
        Returns:
        the tierEnd - End of the tier of the usage charge.
      • getTierStart

        @Accessor(qualifier="tierStart",
                  type=GETTER)
        public java.lang.Integer getTierStart()
        Generated method - Getter of the TmaAbstractOrderUsageChargePrice.tierStart attribute defined at extension b2ctelcoservices.
        Returns:
        the tierStart - Start of the tier of the usage charge.
      • getUsageChargeType

        @Accessor(qualifier="usageChargeType",
                  type=GETTER)
        public UsageChargeType getUsageChargeType()
        Generated method - Getter of the TmaAbstractOrderUsageChargePrice.usageChargeType attribute defined at extension b2ctelcoservices.
        Returns:
        the usageChargeType - The type of the usage charge.
      • getUsageUnit

        @Accessor(qualifier="usageUnit",
                  type=GETTER)
        public UsageUnitModel getUsageUnit()
        Generated method - Getter of the TmaAbstractOrderUsageChargePrice.usageUnit attribute defined at extension b2ctelcoservices.
        Returns:
        the usageUnit - Usage unit of the price.
      • setTierEnd

        @Accessor(qualifier="tierEnd",
                  type=SETTER)
        public void setTierEnd​(java.lang.Integer value)
        Generated method - Setter of TmaAbstractOrderUsageChargePrice.tierEnd attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the tierEnd - End of the tier of the usage charge.
      • setTierStart

        @Accessor(qualifier="tierStart",
                  type=SETTER)
        public void setTierStart​(java.lang.Integer value)
        Generated method - Setter of TmaAbstractOrderUsageChargePrice.tierStart attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the tierStart - Start of the tier of the usage charge.
      • setUsageChargeType

        @Accessor(qualifier="usageChargeType",
                  type=SETTER)
        public void setUsageChargeType​(UsageChargeType value)
        Generated method - Setter of TmaAbstractOrderUsageChargePrice.usageChargeType attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the usageChargeType - The type of the usage charge.
      • setUsageUnit

        @Accessor(qualifier="usageUnit",
                  type=SETTER)
        public void setUsageUnit​(UsageUnitModel value)
        Generated method - Setter of TmaAbstractOrderUsageChargePrice.usageUnit attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the usageUnit - Usage unit of the price.