Class TuaComponentProdPriceModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.tuadatamodel.model.TuaProductPriceModel
de.hybris.platform.tuadatamodel.model.TuaComponentProdPriceModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TuaPriceAlterationModel, TuaProdPriceChargeModel

public class TuaComponentProdPriceModel extends TuaProductPriceModel
Generated model class for type TuaComponentProdPrice first defined at extension tuadatamodel.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String UNITOFMEASURE
      Generated constant - Attribute key of TuaComponentProdPrice.unitOfMeasure attribute defined at extension tuadatamodel.
      See Also:
    • RECURRINGCHARGEPERIOD

      public static final String RECURRINGCHARGEPERIOD
      Generated constant - Attribute key of TuaComponentProdPrice.recurringChargePeriod attribute defined at extension tuadatamodel.
      See Also:
    • TAXRATE

      public static final String TAXRATE
      Generated constant - Attribute key of TuaComponentProdPrice.taxRate attribute defined at extension tuadatamodel.
      See Also:
    • DUTYFREEAMOUNT

      public static final String DUTYFREEAMOUNT
      Generated constant - Attribute key of TuaComponentProdPrice.dutyFreeAmount attribute defined at extension tuadatamodel.
      See Also:
    • TAXINCLUDEDAMOUNT

      public static final String TAXINCLUDEDAMOUNT
      Generated constant - Attribute key of TuaComponentProdPrice.taxIncludedAmount attribute defined at extension tuadatamodel.
      See Also:
    • CURRENCY

      public static final String CURRENCY
      Generated constant - Attribute key of TuaComponentProdPrice.currency attribute defined at extension tuadatamodel.
      See Also:
  • Constructor Details

    • TuaComponentProdPriceModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TuaComponentProdPriceModel(ItemModel _owner)
      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:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCurrency

      @Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
      Generated method - Getter of the TuaComponentProdPrice.currency attribute defined at extension tuadatamodel.
      Returns:
      the currency
    • getDutyFreeAmount

      @Accessor(qualifier="dutyFreeAmount", type=GETTER) public Double getDutyFreeAmount()
      Generated method - Getter of the TuaComponentProdPrice.dutyFreeAmount attribute defined at extension tuadatamodel.
      Returns:
      the dutyFreeAmount
    • getRecurringChargePeriod

      @Accessor(qualifier="recurringChargePeriod", type=GETTER) public String getRecurringChargePeriod()
      Generated method - Getter of the TuaComponentProdPrice.recurringChargePeriod attribute defined at extension tuadatamodel.
      Returns:
      the recurringChargePeriod
    • getTaxIncludedAmount

      @Accessor(qualifier="taxIncludedAmount", type=GETTER) public Double getTaxIncludedAmount()
      Generated method - Getter of the TuaComponentProdPrice.taxIncludedAmount attribute defined at extension tuadatamodel.
      Returns:
      the taxIncludedAmount
    • getTaxRate

      @Accessor(qualifier="taxRate", type=GETTER) public Double getTaxRate()
      Generated method - Getter of the TuaComponentProdPrice.taxRate attribute defined at extension tuadatamodel.
      Returns:
      the taxRate
    • getUnitOfMeasure

      @Accessor(qualifier="unitOfMeasure", type=GETTER) public String getUnitOfMeasure()
      Generated method - Getter of the TuaComponentProdPrice.unitOfMeasure attribute defined at extension tuadatamodel.
      Returns:
      the unitOfMeasure
    • setCurrency

      @Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
      Generated method - Setter of TuaComponentProdPrice.currency attribute defined at extension tuadatamodel.
      Parameters:
      value - the currency
    • setDutyFreeAmount

      @Accessor(qualifier="dutyFreeAmount", type=SETTER) public void setDutyFreeAmount(Double value)
      Generated method - Setter of TuaComponentProdPrice.dutyFreeAmount attribute defined at extension tuadatamodel.
      Parameters:
      value - the dutyFreeAmount
    • setRecurringChargePeriod

      @Accessor(qualifier="recurringChargePeriod", type=SETTER) public void setRecurringChargePeriod(String value)
      Generated method - Setter of TuaComponentProdPrice.recurringChargePeriod attribute defined at extension tuadatamodel.
      Parameters:
      value - the recurringChargePeriod
    • setTaxIncludedAmount

      @Accessor(qualifier="taxIncludedAmount", type=SETTER) public void setTaxIncludedAmount(Double value)
      Generated method - Setter of TuaComponentProdPrice.taxIncludedAmount attribute defined at extension tuadatamodel.
      Parameters:
      value - the taxIncludedAmount
    • setTaxRate

      @Accessor(qualifier="taxRate", type=SETTER) public void setTaxRate(Double value)
      Generated method - Setter of TuaComponentProdPrice.taxRate attribute defined at extension tuadatamodel.
      Parameters:
      value - the taxRate
    • setUnitOfMeasure

      @Accessor(qualifier="unitOfMeasure", type=SETTER) public void setUnitOfMeasure(String value)
      Generated method - Setter of TuaComponentProdPrice.unitOfMeasure attribute defined at extension tuadatamodel.
      Parameters:
      value - the unitOfMeasure