Class DiscountMessageRulesResultModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.productconfig.rules.cps.model.DiscountMessageRulesResultModel
All Implemented Interfaces:
Serializable

public class DiscountMessageRulesResultModel extends ItemModel
Generated model class for type DiscountMessageRulesResult first defined at extension sapproductconfigrulescps.

Discount Messages belonging to a Rules Result.

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 CharacteristicValueRulesResult2DiscountMessageRulesResults defining source attribute csticValueRulesResult in extension sapproductconfigrulescps.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of DiscountMessageRulesResult.csticValueRulesResult attribute defined at extension sapproductconfigrulescps.
    static final String
    Generated constant - Attribute key of DiscountMessageRulesResult.endDate attribute defined at extension sapproductconfigrulescps.
    static final String
    Generated constant - Attribute key of DiscountMessageRulesResult.message attribute defined at extension sapproductconfigrulescps.

    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
    DiscountMessageRulesResultModel(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 DiscountMessageRulesResult.csticValueRulesResult attribute defined at extension sapproductconfigrulescps.
    Generated method - Getter of the DiscountMessageRulesResult.endDate attribute defined at extension sapproductconfigrulescps.
    Generated method - Getter of the DiscountMessageRulesResult.message attribute defined at extension sapproductconfigrulescps.
    void
    Generated method - Setter of DiscountMessageRulesResult.csticValueRulesResult attribute defined at extension sapproductconfigrulescps.
    void
    Generated method - Setter of DiscountMessageRulesResult.endDate attribute defined at extension sapproductconfigrulescps.
    void
    Generated method - Setter of DiscountMessageRulesResult.message attribute defined at extension sapproductconfigrulescps.

    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:
    • _CHARACTERISTICVALUERULESRESULT2DISCOUNTMESSAGERULESRESULTS

      public static final String _CHARACTERISTICVALUERULESRESULT2DISCOUNTMESSAGERULESRESULTS
      Generated relation code constant for relation CharacteristicValueRulesResult2DiscountMessageRulesResults defining source attribute csticValueRulesResult in extension sapproductconfigrulescps.
      See Also:
    • MESSAGE

      public static final String MESSAGE
      Generated constant - Attribute key of DiscountMessageRulesResult.message attribute defined at extension sapproductconfigrulescps.
      See Also:
    • ENDDATE

      public static final String ENDDATE
      Generated constant - Attribute key of DiscountMessageRulesResult.endDate attribute defined at extension sapproductconfigrulescps.
      See Also:
    • CSTICVALUERULESRESULT

      public static final String CSTICVALUERULESRESULT
      Generated constant - Attribute key of DiscountMessageRulesResult.csticValueRulesResult attribute defined at extension sapproductconfigrulescps.
      See Also:
  • Constructor Details

    • DiscountMessageRulesResultModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public DiscountMessageRulesResultModel(CharacteristicValueRulesResultModel _csticValueRulesResult)
      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:
      _csticValueRulesResult - initial attribute declared by type DiscountMessageRulesResult at extension sapproductconfigrulescps
    • DiscountMessageRulesResultModel

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

    • getCsticValueRulesResult

      @Accessor(qualifier="csticValueRulesResult", type=GETTER) public CharacteristicValueRulesResultModel getCsticValueRulesResult()
      Generated method - Getter of the DiscountMessageRulesResult.csticValueRulesResult attribute defined at extension sapproductconfigrulescps.
      Returns:
      the csticValueRulesResult
    • getEndDate

      @Accessor(qualifier="endDate", type=GETTER) public Date getEndDate()
      Generated method - Getter of the DiscountMessageRulesResult.endDate attribute defined at extension sapproductconfigrulescps.
      Returns:
      the endDate - End Date of Discount Validity
    • getMessage

      @Accessor(qualifier="message", type=GETTER) public String getMessage()
      Generated method - Getter of the DiscountMessageRulesResult.message attribute defined at extension sapproductconfigrulescps.
      Returns:
      the message - Discount Message
    • setCsticValueRulesResult

      @Accessor(qualifier="csticValueRulesResult", type=SETTER) public void setCsticValueRulesResult(CharacteristicValueRulesResultModel value)
      Generated method - Setter of DiscountMessageRulesResult.csticValueRulesResult attribute defined at extension sapproductconfigrulescps.
      Parameters:
      value - the csticValueRulesResult
    • setEndDate

      @Accessor(qualifier="endDate", type=SETTER) public void setEndDate(Date value)
      Generated method - Setter of DiscountMessageRulesResult.endDate attribute defined at extension sapproductconfigrulescps.
      Parameters:
      value - the endDate - End Date of Discount Validity
    • setMessage

      @Accessor(qualifier="message", type=SETTER) public void setMessage(String value)
      Generated method - Setter of DiscountMessageRulesResult.message attribute defined at extension sapproductconfigrulescps.
      Parameters:
      value - the message - Discount Message