Class TmaProductOfferingPriceModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaProductOfferingPriceModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TmaComponentProdOfferPriceModel, TmaCompositeProdOfferPriceModel

public class TmaProductOfferingPriceModel extends ItemModel
Generated model class for type TmaProductOfferingPrice first defined at extension tuadatacommonsservices.

Product Offering Price.

See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation TmaCompositePoPrice2TmaProductOfferingPrice defining source attribute compositeProdOfferPrices in extension tuadatacommonsservices.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TmaProductOfferingPrice.approvalStatus attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaProductOfferingPrice.catalogVersion attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaProductOfferingPrice.compositeProdOfferPrices attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaProductOfferingPrice.description attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaProductOfferingPrice.id attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaProductOfferingPrice.name attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaProductOfferingPrice.priceEvent attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaProductOfferingPrice.priceRows attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaProductOfferingPrice.productSpecCharacteristicValues attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaProductOfferingPrice.productSpecCharacteristicValueUses attribute defined at extension tuadatacommonsservices.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    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
    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
    TmaProductOfferingPriceModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the TmaProductOfferingPrice.approvalStatus attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaProductOfferingPrice.catalogVersion attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaProductOfferingPrice.compositeProdOfferPrices attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaProductOfferingPrice.description attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaProductOfferingPrice.description attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaProductOfferingPrice.id attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaProductOfferingPrice.name attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaProductOfferingPrice.name attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaProductOfferingPrice.priceEvent attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaProductOfferingPrice.priceRows attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaProductOfferingPrice.productSpecCharacteristicValues attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaProductOfferingPrice.productSpecCharacteristicValueUses attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaProductOfferingPrice.approvalStatus attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaProductOfferingPrice.catalogVersion attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaProductOfferingPrice.compositeProdOfferPrices attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaProductOfferingPrice.description attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaProductOfferingPrice.description attribute defined at extension tuadatacommonsservices.
    void
    setId(String value)
    Generated method - Setter of TmaProductOfferingPrice.id attribute defined at extension tuadatacommonsservices.
    void
    setName(String value)
    Generated method - Setter of TmaProductOfferingPrice.name attribute defined at extension tuadatacommonsservices.
    void
    setName(String value, Locale loc)
    Generated method - Setter of TmaProductOfferingPrice.name attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaProductOfferingPrice.priceEvent attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaProductOfferingPrice.priceRows attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaProductOfferingPrice.productSpecCharacteristicValues attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaProductOfferingPrice.productSpecCharacteristicValueUses attribute defined at extension tuadatacommonsservices.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

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

      public static final String _TMACOMPOSITEPOPRICE2TMAPRODUCTOFFERINGPRICE
      Generated relation code constant for relation TmaCompositePoPrice2TmaProductOfferingPrice defining source attribute compositeProdOfferPrices in extension tuadatacommonsservices.
      See Also:
    • ID

      public static final String ID
      Generated constant - Attribute key of TmaProductOfferingPrice.id attribute defined at extension tuadatacommonsservices.
      See Also:
    • NAME

      public static final String NAME
      Generated constant - Attribute key of TmaProductOfferingPrice.name attribute defined at extension tuadatacommonsservices.
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Generated constant - Attribute key of TmaProductOfferingPrice.description attribute defined at extension tuadatacommonsservices.
      See Also:
    • CATALOGVERSION

      public static final String CATALOGVERSION
      Generated constant - Attribute key of TmaProductOfferingPrice.catalogVersion attribute defined at extension tuadatacommonsservices.
      See Also:
    • PRICEEVENT

      public static final String PRICEEVENT
      Generated constant - Attribute key of TmaProductOfferingPrice.priceEvent attribute defined at extension tuadatacommonsservices.
      See Also:
    • APPROVALSTATUS

      public static final String APPROVALSTATUS
      Generated constant - Attribute key of TmaProductOfferingPrice.approvalStatus attribute defined at extension tuadatacommonsservices.
      See Also:
    • COMPOSITEPRODOFFERPRICES

      public static final String COMPOSITEPRODOFFERPRICES
      Generated constant - Attribute key of TmaProductOfferingPrice.compositeProdOfferPrices attribute defined at extension tuadatacommonsservices.
      See Also:
    • PRICEROWS

      public static final String PRICEROWS
      Generated constant - Attribute key of TmaProductOfferingPrice.priceRows attribute defined at extension tuadatacommonsservices.
      See Also:
    • PRODUCTSPECCHARACTERISTICVALUES

      public static final String PRODUCTSPECCHARACTERISTICVALUES
      Generated constant - Attribute key of TmaProductOfferingPrice.productSpecCharacteristicValues attribute defined at extension tuadatacommonsservices.
      See Also:
    • PRODUCTSPECCHARACTERISTICVALUEUSES

      public static final String PRODUCTSPECCHARACTERISTICVALUEUSES
      Generated constant - Attribute key of TmaProductOfferingPrice.productSpecCharacteristicValueUses attribute defined at extension tuadatacommonsservices.
      See Also:
  • Constructor Details

    • TmaProductOfferingPriceModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TmaProductOfferingPriceModel(CatalogVersionModel _catalogVersion, String _id)
      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:
      _catalogVersion - initial attribute declared by type TmaProductOfferingPrice at extension tuadatacommonsservices
      _id - initial attribute declared by type TmaProductOfferingPrice at extension tuadatacommonsservices
    • TmaProductOfferingPriceModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaProductOfferingPriceModel(CatalogVersionModel _catalogVersion, String _id, 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:
      _catalogVersion - initial attribute declared by type TmaProductOfferingPrice at extension tuadatacommonsservices
      _id - initial attribute declared by type TmaProductOfferingPrice at extension tuadatacommonsservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getApprovalStatus

      @Accessor(qualifier="approvalStatus", type=GETTER) public ArticleApprovalStatus getApprovalStatus()
      Generated method - Getter of the TmaProductOfferingPrice.approvalStatus attribute defined at extension tuadatacommonsservices.
      Returns:
      the approvalStatus - The approval status of the Product Offering Price.
    • getCatalogVersion

      @Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
      Generated method - Getter of the TmaProductOfferingPrice.catalogVersion attribute defined at extension tuadatacommonsservices.
      Returns:
      the catalogVersion - Catalog Version on which the TmaProductOfferingPrice is published.
    • getCompositeProdOfferPrices

      @Accessor(qualifier="compositeProdOfferPrices", type=GETTER) public Set<TmaCompositeProdOfferPriceModel> getCompositeProdOfferPrices()
      Generated method - Getter of the TmaProductOfferingPrice.compositeProdOfferPrices attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the compositeProdOfferPrices - The composite product offering prices this component belongs to
    • getDescription

      @Accessor(qualifier="description", type=GETTER) public String getDescription()
      Generated method - Getter of the TmaProductOfferingPrice.description attribute defined at extension tuadatacommonsservices.
      Returns:
      the description - The description of a ProductOfferingPrice
    • getDescription

      @Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
      Generated method - Getter of the TmaProductOfferingPrice.description attribute defined at extension tuadatacommonsservices.
      Parameters:
      loc - the value localization key
      Returns:
      the description - The description of a ProductOfferingPrice
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the TmaProductOfferingPrice.id attribute defined at extension tuadatacommonsservices.
      Returns:
      the id - Unique identifier of a ProductOfferingPrice
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName()
      Generated method - Getter of the TmaProductOfferingPrice.name attribute defined at extension tuadatacommonsservices.
      Returns:
      the name - The name of a ProductOfferingPrice
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
      Generated method - Getter of the TmaProductOfferingPrice.name attribute defined at extension tuadatacommonsservices.
      Parameters:
      loc - the value localization key
      Returns:
      the name - The name of a ProductOfferingPrice
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getPriceEvent

      @Accessor(qualifier="priceEvent", type=GETTER) public BillingTimeModel getPriceEvent()
      Generated method - Getter of the TmaProductOfferingPrice.priceEvent attribute defined at extension tuadatacommonsservices.
      Returns:
      the priceEvent - The price event of the charge
    • getPriceRows

      @Accessor(qualifier="priceRows", type=GETTER) public Set<PriceRowModel> getPriceRows()
      Generated method - Getter of the TmaProductOfferingPrice.priceRows attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the priceRows - The price rows using this product offering price
    • getProductSpecCharacteristicValues

      @Accessor(qualifier="productSpecCharacteristicValues", type=GETTER) public Set<TmaProductSpecCharacteristicValueModel> getProductSpecCharacteristicValues()
      Generated method - Getter of the TmaProductOfferingPrice.productSpecCharacteristicValues attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the productSpecCharacteristicValues - The Product Specification Characteristic Values associated to this POP.
    • getProductSpecCharacteristicValueUses

      @Accessor(qualifier="productSpecCharacteristicValueUses", type=GETTER) public Set<TmaProductSpecCharValueUseModel> getProductSpecCharacteristicValueUses()
      Generated method - Getter of the TmaProductOfferingPrice.productSpecCharacteristicValueUses attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the productSpecCharacteristicValueUses - The Product Specification Characteristic Value Uses associated to this POP.
    • setApprovalStatus

      @Accessor(qualifier="approvalStatus", type=SETTER) public void setApprovalStatus(ArticleApprovalStatus value)
      Generated method - Setter of TmaProductOfferingPrice.approvalStatus attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the approvalStatus - The approval status of the Product Offering Price.
    • setCatalogVersion

      @Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
      Generated method - Setter of TmaProductOfferingPrice.catalogVersion attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the catalogVersion - Catalog Version on which the TmaProductOfferingPrice is published.
    • setCompositeProdOfferPrices

      @Accessor(qualifier="compositeProdOfferPrices", type=SETTER) public void setCompositeProdOfferPrices(Set<TmaCompositeProdOfferPriceModel> value)
      Generated method - Setter of TmaProductOfferingPrice.compositeProdOfferPrices attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the compositeProdOfferPrices - The composite product offering prices this component belongs to
    • setDescription

      @Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
      Generated method - Setter of TmaProductOfferingPrice.description attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the description - The description of a ProductOfferingPrice
    • setDescription

      @Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
      Generated method - Setter of TmaProductOfferingPrice.description attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the description - The description of a ProductOfferingPrice
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Generated method - Setter of TmaProductOfferingPrice.id attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the id - Unique identifier of a ProductOfferingPrice
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value)
      Generated method - Setter of TmaProductOfferingPrice.name attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the name - The name of a ProductOfferingPrice
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
      Generated method - Setter of TmaProductOfferingPrice.name attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the name - The name of a ProductOfferingPrice
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setPriceEvent

      @Accessor(qualifier="priceEvent", type=SETTER) public void setPriceEvent(BillingTimeModel value)
      Generated method - Setter of TmaProductOfferingPrice.priceEvent attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the priceEvent - The price event of the charge
    • setPriceRows

      @Accessor(qualifier="priceRows", type=SETTER) public void setPriceRows(Set<PriceRowModel> value)
      Generated method - Setter of TmaProductOfferingPrice.priceRows attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the priceRows - The price rows using this product offering price
    • setProductSpecCharacteristicValues

      @Accessor(qualifier="productSpecCharacteristicValues", type=SETTER) public void setProductSpecCharacteristicValues(Set<TmaProductSpecCharacteristicValueModel> value)
      Generated method - Setter of TmaProductOfferingPrice.productSpecCharacteristicValues attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the productSpecCharacteristicValues - The Product Specification Characteristic Values associated to this POP.
    • setProductSpecCharacteristicValueUses

      @Accessor(qualifier="productSpecCharacteristicValueUses", type=SETTER) public void setProductSpecCharacteristicValueUses(Set<TmaProductSpecCharValueUseModel> value)
      Generated method - Setter of TmaProductOfferingPrice.productSpecCharacteristicValueUses attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the productSpecCharacteristicValueUses - The Product Specification Characteristic Value Uses associated to this POP.