Class SapReturnOrderReasonModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.sap.hybris.returnsexchange.model.SapReturnOrderReasonModel
All Implemented Interfaces:
Serializable

public class SapReturnOrderReasonModel extends ItemModel
Generated model class for type SapReturnOrderReason first defined at extension sapreturnsexchange.
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 SAPConfigReturnReasonRelation defining source attribute sapConfiguration in extension sapreturnsexchange.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SapReturnOrderReason.refundReason attribute defined at extension sapreturnsexchange.
    static final String
    Generated constant - Attribute key of SapReturnOrderReason.sapConfiguration attribute defined at extension sapreturnsexchange.
    static final String
    Generated constant - Attribute key of SapReturnOrderReason.sapReturnReasonCode attribute defined at extension sapreturnsexchange.

    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
    SapReturnOrderReasonModel(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 SapReturnOrderReason.refundReason attribute defined at extension sapreturnsexchange.
    Generated method - Getter of the SapReturnOrderReason.sapConfiguration attribute defined at extension sapreturnsexchange.
    Generated method - Getter of the SapReturnOrderReason.sapReturnReasonCode attribute defined at extension sapreturnsexchange.
    void
    Generated method - Setter of SapReturnOrderReason.refundReason attribute defined at extension sapreturnsexchange.
    void
    Generated method - Initial setter of SapReturnOrderReason.sapConfiguration attribute defined at extension sapreturnsexchange.
    void
    Generated method - Setter of SapReturnOrderReason.sapReturnReasonCode attribute defined at extension sapreturnsexchange.

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

      public static final String _SAPCONFIGRETURNREASONRELATION
      Generated relation code constant for relation SAPConfigReturnReasonRelation defining source attribute sapConfiguration in extension sapreturnsexchange.
      See Also:
    • SAPCONFIGURATION

      public static final String SAPCONFIGURATION
      Generated constant - Attribute key of SapReturnOrderReason.sapConfiguration attribute defined at extension sapreturnsexchange.
      See Also:
    • REFUNDREASON

      public static final String REFUNDREASON
      Generated constant - Attribute key of SapReturnOrderReason.refundReason attribute defined at extension sapreturnsexchange.
      See Also:
    • SAPRETURNREASONCODE

      public static final String SAPRETURNREASONCODE
      Generated constant - Attribute key of SapReturnOrderReason.sapReturnReasonCode attribute defined at extension sapreturnsexchange.
      See Also:
  • Constructor Details

    • SapReturnOrderReasonModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public SapReturnOrderReasonModel(ItemModel _owner, SAPConfigurationModel _sapConfiguration)
      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
      _sapConfiguration - initial attribute declared by type SapReturnOrderReason at extension sapreturnsexchange
  • Method Details

    • getRefundReason

      @Accessor(qualifier="refundReason", type=GETTER) public RefundReason getRefundReason()
      Generated method - Getter of the SapReturnOrderReason.refundReason attribute defined at extension sapreturnsexchange.
      Returns:
      the refundReason
    • getSapConfiguration

      @Accessor(qualifier="sapConfiguration", type=GETTER) public SAPConfigurationModel getSapConfiguration()
      Generated method - Getter of the SapReturnOrderReason.sapConfiguration attribute defined at extension sapreturnsexchange.
      Returns:
      the sapConfiguration
    • getSapReturnReasonCode

      @Accessor(qualifier="sapReturnReasonCode", type=GETTER) public String getSapReturnReasonCode()
      Generated method - Getter of the SapReturnOrderReason.sapReturnReasonCode attribute defined at extension sapreturnsexchange.
      Returns:
      the sapReturnReasonCode
    • setRefundReason

      @Accessor(qualifier="refundReason", type=SETTER) public void setRefundReason(RefundReason value)
      Generated method - Setter of SapReturnOrderReason.refundReason attribute defined at extension sapreturnsexchange.
      Parameters:
      value - the refundReason
    • setSapConfiguration

      @Accessor(qualifier="sapConfiguration", type=SETTER) public void setSapConfiguration(SAPConfigurationModel value)
      Generated method - Initial setter of SapReturnOrderReason.sapConfiguration attribute defined at extension sapreturnsexchange. Can only be used at creation of model - before first save.
      Parameters:
      value - the sapConfiguration
    • setSapReturnReasonCode

      @Accessor(qualifier="sapReturnReasonCode", type=SETTER) public void setSapReturnReasonCode(String value)
      Generated method - Setter of SapReturnOrderReason.sapReturnReasonCode attribute defined at extension sapreturnsexchange.
      Parameters:
      value - the sapReturnReasonCode