Class InboundRequestErrorModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class InboundRequestErrorModel extends MonitoredRequestErrorModel
Generated model class for type InboundRequestError first defined at extension inboundservices.
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 InboundRequest2InboundRequestError defining source attribute inboundRequest in extension inboundservices.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of InboundRequestError.inboundRequest attribute defined at extension inboundservices.

    Fields inherited from class de.hybris.platform.integrationservices.model.MonitoredRequestErrorModel

    CODE, MESSAGE

    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.
    InboundRequestErrorModel(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
    InboundRequestErrorModel(String _code, String _message, 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
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the InboundRequestError.inboundRequest attribute defined at extension inboundservices.
    void
    Generated method - Setter of InboundRequestError.inboundRequest attribute defined at extension inboundservices.

    Methods inherited from class de.hybris.platform.integrationservices.model.MonitoredRequestErrorModel

    getCode, getMessage, setCode, setMessage

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

      public static final String _INBOUNDREQUEST2INBOUNDREQUESTERROR
      Generated relation code constant for relation InboundRequest2InboundRequestError defining source attribute inboundRequest in extension inboundservices.
      See Also:
    • INBOUNDREQUEST

      public static final String INBOUNDREQUEST
      Generated constant - Attribute key of InboundRequestError.inboundRequest attribute defined at extension inboundservices.
      See Also:
  • Constructor Details

    • InboundRequestErrorModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public InboundRequestErrorModel(String _code, String _message)
      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:
      _code - initial attribute declared by type MonitoredRequestError at extension integrationservices
      _message - initial attribute declared by type MonitoredRequestError at extension integrationservices
    • InboundRequestErrorModel

      @Deprecated(since="4.1.1", forRemoval=true) public InboundRequestErrorModel(String _code, String _message, 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:
      _code - initial attribute declared by type MonitoredRequestError at extension integrationservices
      _message - initial attribute declared by type MonitoredRequestError at extension integrationservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getInboundRequest

      @Accessor(qualifier="inboundRequest", type=GETTER) public InboundRequestModel getInboundRequest()
      Generated method - Getter of the InboundRequestError.inboundRequest attribute defined at extension inboundservices.
      Returns:
      the inboundRequest
    • setInboundRequest

      @Accessor(qualifier="inboundRequest", type=SETTER) public void setInboundRequest(InboundRequestModel value)
      Generated method - Setter of InboundRequestError.inboundRequest attribute defined at extension inboundservices.
      Parameters:
      value - the inboundRequest