Class TmaPricingLogicAlgorithmModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaPricingLogicAlgorithmModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TmaOneTimeRatingPlaModel, TmaRecurringRatingPlaModel, TmaUsageRatingPlaModel

public class TmaPricingLogicAlgorithmModel extends ItemModel
Generated model class for type TmaPricingLogicAlgorithm first defined at extension tuadatacommonsservices.

The PricingLogicAlgorithm (PLA) entity is designed to support the link to a 'black box' that is used for rating events.

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 TmaPricingLogicAlgorithmSpec2TmaPricingLogicAlgorithmRelation defining source attribute pricingLogicAlgorithmSpec in extension tuadatacommonsservices.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithm.description attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithm.externalIds attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithm.id attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithm.name attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithm.offlineDate attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithm.onlineDate attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithm.pricingLogicAlgorithmSpec attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithm.productOfferingPrices 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.
    TmaPricingLogicAlgorithmModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the TmaPricingLogicAlgorithm.description attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithm.description attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithm.externalIds attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithm.id attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithm.name attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithm.name attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithm.offlineDate attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithm.onlineDate attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithm.pricingLogicAlgorithmSpec attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithm.productOfferingPrices attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaPricingLogicAlgorithm.description attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaPricingLogicAlgorithm.description attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaPricingLogicAlgorithm.externalIds attribute defined at extension tuadatacommonsservices.
    void
    setId(String value)
    Generated method - Setter of TmaPricingLogicAlgorithm.id attribute defined at extension tuadatacommonsservices.
    void
    setName(String value)
    Generated method - Setter of TmaPricingLogicAlgorithm.name attribute defined at extension tuadatacommonsservices.
    void
    setName(String value, Locale loc)
    Generated method - Setter of TmaPricingLogicAlgorithm.name attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaPricingLogicAlgorithm.offlineDate attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaPricingLogicAlgorithm.onlineDate attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaPricingLogicAlgorithm.pricingLogicAlgorithmSpec attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaPricingLogicAlgorithm.productOfferingPrices 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:
    • _TMAPRICINGLOGICALGORITHMSPEC2TMAPRICINGLOGICALGORITHMRELATION

      public static final String _TMAPRICINGLOGICALGORITHMSPEC2TMAPRICINGLOGICALGORITHMRELATION
      Generated relation code constant for relation TmaPricingLogicAlgorithmSpec2TmaPricingLogicAlgorithmRelation defining source attribute pricingLogicAlgorithmSpec in extension tuadatacommonsservices.
      See Also:
    • ID

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

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

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

      public static final String ONLINEDATE
      Generated constant - Attribute key of TmaPricingLogicAlgorithm.onlineDate attribute defined at extension tuadatacommonsservices.
      See Also:
    • OFFLINEDATE

      public static final String OFFLINEDATE
      Generated constant - Attribute key of TmaPricingLogicAlgorithm.offlineDate attribute defined at extension tuadatacommonsservices.
      See Also:
    • PRODUCTOFFERINGPRICES

      public static final String PRODUCTOFFERINGPRICES
      Generated constant - Attribute key of TmaPricingLogicAlgorithm.productOfferingPrices attribute defined at extension tuadatacommonsservices.
      See Also:
    • PRICINGLOGICALGORITHMSPEC

      public static final String PRICINGLOGICALGORITHMSPEC
      Generated constant - Attribute key of TmaPricingLogicAlgorithm.pricingLogicAlgorithmSpec attribute defined at extension tuadatacommonsservices.
      See Also:
    • EXTERNALIDS

      public static final String EXTERNALIDS
      Generated constant - Attribute key of TmaPricingLogicAlgorithm.externalIds attribute defined at extension tuadatacommonsservices.
      See Also:
  • Constructor Details

    • TmaPricingLogicAlgorithmModel

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

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

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

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

    • getDescription

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

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

      @Accessor(qualifier="externalIds", type=GETTER) public Set<TmaExternalIdentifierModel> getExternalIds()
      Generated method - Getter of the TmaPricingLogicAlgorithm.externalIds attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the externalIds - The external identifiers of the pricing logic algorithm.
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the TmaPricingLogicAlgorithm.id attribute defined at extension tuadatacommonsservices.
      Returns:
      the id - The unique identifier of the Pricing Logic Algorithm.
    • getName

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

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

      @Accessor(qualifier="offlineDate", type=GETTER) public Date getOfflineDate()
      Generated method - Getter of the TmaPricingLogicAlgorithm.offlineDate attribute defined at extension tuadatacommonsservices.
      Returns:
      the offlineDate - The date until the Pricing Logic Algorithm is active.
    • getOnlineDate

      @Accessor(qualifier="onlineDate", type=GETTER) public Date getOnlineDate()
      Generated method - Getter of the TmaPricingLogicAlgorithm.onlineDate attribute defined at extension tuadatacommonsservices.
      Returns:
      the onlineDate - The date from which the the Pricing Logic Algorithm is active.
    • getPricingLogicAlgorithmSpec

      @Accessor(qualifier="pricingLogicAlgorithmSpec", type=GETTER) public TmaPricingLogicAlgorithmSpecModel getPricingLogicAlgorithmSpec()
      Generated method - Getter of the TmaPricingLogicAlgorithm.pricingLogicAlgorithmSpec attribute defined at extension tuadatacommonsservices.
      Returns:
      the pricingLogicAlgorithmSpec - The specification of the pricing logic algorithm.
    • getProductOfferingPrices

      @Accessor(qualifier="productOfferingPrices", type=GETTER) public Set<TmaComponentProdOfferPriceModel> getProductOfferingPrices()
      Generated method - Getter of the TmaPricingLogicAlgorithm.productOfferingPrices attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the productOfferingPrices - The Component Product Offering Prices.
    • setDescription

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

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

      @Accessor(qualifier="externalIds", type=SETTER) public void setExternalIds(Set<TmaExternalIdentifierModel> value)
      Generated method - Setter of TmaPricingLogicAlgorithm.externalIds attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the externalIds - The external identifiers of the pricing logic algorithm.
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Generated method - Setter of TmaPricingLogicAlgorithm.id attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the id - The unique identifier of the Pricing Logic Algorithm.
    • setName

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

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

      @Accessor(qualifier="offlineDate", type=SETTER) public void setOfflineDate(Date value)
      Generated method - Setter of TmaPricingLogicAlgorithm.offlineDate attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the offlineDate - The date until the Pricing Logic Algorithm is active.
    • setOnlineDate

      @Accessor(qualifier="onlineDate", type=SETTER) public void setOnlineDate(Date value)
      Generated method - Setter of TmaPricingLogicAlgorithm.onlineDate attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the onlineDate - The date from which the the Pricing Logic Algorithm is active.
    • setPricingLogicAlgorithmSpec

      @Accessor(qualifier="pricingLogicAlgorithmSpec", type=SETTER) public void setPricingLogicAlgorithmSpec(TmaPricingLogicAlgorithmSpecModel value)
      Generated method - Setter of TmaPricingLogicAlgorithm.pricingLogicAlgorithmSpec attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the pricingLogicAlgorithmSpec - The specification of the pricing logic algorithm.
    • setProductOfferingPrices

      @Accessor(qualifier="productOfferingPrices", type=SETTER) public void setProductOfferingPrices(Set<TmaComponentProdOfferPriceModel> value)
      Generated method - Setter of TmaPricingLogicAlgorithm.productOfferingPrices attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the productOfferingPrices - The Component Product Offering Prices.