Class TmaPricingLogicAlgorithmSpecModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaPricingLogicAlgorithmSpecModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TmaOneTimePlaSpecModel, TmaRecurringPlaSpecModel, TmaUsagePlaSpecModel

public class TmaPricingLogicAlgorithmSpecModel extends ItemModel
Generated model class for type TmaPricingLogicAlgorithmSpec first defined at extension tuadatacommonsservices.

The specification of the Pricing Logic Algorithms. This entity represents the interface of the black box algorithms and has been designed to model flexible interface definition in order to provide maximal reuse for existing rating algorithms.

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 model type code constant.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithmSpec.approvalStatus attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithmSpec.description attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithmSpec.externalIds attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithmSpec.id attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithmSpec.name attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithmSpec.offlineDate attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithmSpec.onlineDate attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TmaPricingLogicAlgorithmSpec.pricingLogicAlgorithms 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.
    TmaPricingLogicAlgorithmSpecModel(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 TmaPricingLogicAlgorithmSpec.approvalStatus attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithmSpec.description attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithmSpec.description attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithmSpec.externalIds attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithmSpec.id attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithmSpec.name attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithmSpec.name attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithmSpec.offlineDate attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithmSpec.onlineDate attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TmaPricingLogicAlgorithmSpec.pricingLogicAlgorithms attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaPricingLogicAlgorithmSpec.approvalStatus attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaPricingLogicAlgorithmSpec.description attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaPricingLogicAlgorithmSpec.description attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaPricingLogicAlgorithmSpec.externalIds attribute defined at extension tuadatacommonsservices.
    void
    setId(String value)
    Generated method - Setter of TmaPricingLogicAlgorithmSpec.id attribute defined at extension tuadatacommonsservices.
    void
    setName(String value)
    Generated method - Setter of TmaPricingLogicAlgorithmSpec.name attribute defined at extension tuadatacommonsservices.
    void
    setName(String value, Locale loc)
    Generated method - Setter of TmaPricingLogicAlgorithmSpec.name attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaPricingLogicAlgorithmSpec.offlineDate attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaPricingLogicAlgorithmSpec.onlineDate attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TmaPricingLogicAlgorithmSpec.pricingLogicAlgorithms 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:
    • ID

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

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

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

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

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

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

      public static final String PRICINGLOGICALGORITHMS
      Generated constant - Attribute key of TmaPricingLogicAlgorithmSpec.pricingLogicAlgorithms attribute defined at extension tuadatacommonsservices.
      See Also:
    • EXTERNALIDS

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

    • TmaPricingLogicAlgorithmSpecModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TmaPricingLogicAlgorithmSpecModel(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 TmaPricingLogicAlgorithmSpec at extension tuadatacommonsservices
    • TmaPricingLogicAlgorithmSpecModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaPricingLogicAlgorithmSpecModel(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 TmaPricingLogicAlgorithmSpec 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 TmaPricingLogicAlgorithmSpec.approvalStatus attribute defined at extension tuadatacommonsservices.
      Returns:
      the approvalStatus - The approval status of the Pricing Logic Algorithm Specification.
    • getDescription

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

      @Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
      Generated method - Getter of the TmaPricingLogicAlgorithmSpec.description attribute defined at extension tuadatacommonsservices.
      Parameters:
      loc - the value localization key
      Returns:
      the description - The description of the Pricing Logic Algorithm Specification.
      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 TmaPricingLogicAlgorithmSpec.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 specification.
    • getId

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

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

      @Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
      Generated method - Getter of the TmaPricingLogicAlgorithmSpec.name attribute defined at extension tuadatacommonsservices.
      Parameters:
      loc - the value localization key
      Returns:
      the name - The name of the Pricing Logic Algorithm Specification.
      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 TmaPricingLogicAlgorithmSpec.offlineDate attribute defined at extension tuadatacommonsservices.
      Returns:
      the offlineDate - The date until the Pricing Logic Algorithm Specification is active.
    • getOnlineDate

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

      @Accessor(qualifier="pricingLogicAlgorithms", type=GETTER) public Set<TmaPricingLogicAlgorithmModel> getPricingLogicAlgorithms()
      Generated method - Getter of the TmaPricingLogicAlgorithmSpec.pricingLogicAlgorithms attribute defined at extension tuadatacommonsservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the pricingLogicAlgorithms - The instantiations of this rating template.
    • setApprovalStatus

      @Accessor(qualifier="approvalStatus", type=SETTER) public void setApprovalStatus(ArticleApprovalStatus value)
      Generated method - Setter of TmaPricingLogicAlgorithmSpec.approvalStatus attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the approvalStatus - The approval status of the Pricing Logic Algorithm Specification.
    • setDescription

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

      @Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
      Generated method - Setter of TmaPricingLogicAlgorithmSpec.description attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the description - The description of the Pricing Logic Algorithm Specification.
      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 TmaPricingLogicAlgorithmSpec.externalIds attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the externalIds - The external identifiers of the pricing logic algorithm specification.
    • setId

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

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

      @Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
      Generated method - Setter of TmaPricingLogicAlgorithmSpec.name attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the name - The name of the Pricing Logic Algorithm Specification.
      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 TmaPricingLogicAlgorithmSpec.offlineDate attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the offlineDate - The date until the Pricing Logic Algorithm Specification is active.
    • setOnlineDate

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

      @Accessor(qualifier="pricingLogicAlgorithms", type=SETTER) public void setPricingLogicAlgorithms(Set<TmaPricingLogicAlgorithmModel> value)
      Generated method - Setter of TmaPricingLogicAlgorithmSpec.pricingLogicAlgorithms attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the pricingLogicAlgorithms - The instantiations of this rating template.