Class OutboundRequestModel

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

public class OutboundRequestModel extends MonitoredRequestModel
Generated model class for type OutboundRequest first defined at extension outboundservices.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • DESTINATION

      public static final String DESTINATION
      Generated constant - Attribute key of OutboundRequest.destination attribute defined at extension outboundservices.
      See Also:
    • SOURCE

      public static final String SOURCE
      Generated constant - Attribute key of OutboundRequest.source attribute defined at extension outboundservices.
      See Also:
    • ERROR

      public static final String ERROR
      Generated constant - Attribute key of OutboundRequest.error attribute defined at extension outboundservices.
      See Also:
  • Constructor Details

    • OutboundRequestModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public OutboundRequestModel(String _destination, IntegrationRequestStatus _status, String _type)
      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:
      _destination - initial attribute declared by type OutboundRequest at extension outboundservices
      _status - initial attribute declared by type MonitoredRequest at extension integrationservices
      _type - initial attribute declared by type MonitoredRequest at extension integrationservices
    • OutboundRequestModel

      @Deprecated(since="4.1.1", forRemoval=true) public OutboundRequestModel(String _destination, HttpMethod _httpMethod, ItemModel _owner, String _sapPassport, IntegrationRequestStatus _status, String _type, UserModel _user)
      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:
      _destination - initial attribute declared by type OutboundRequest at extension outboundservices
      _httpMethod - initial attribute declared by type MonitoredRequest at extension integrationservices
      _owner - initial attribute declared by type Item at extension core
      _sapPassport - initial attribute declared by type MonitoredRequest at extension integrationservices
      _status - initial attribute declared by type MonitoredRequest at extension integrationservices
      _type - initial attribute declared by type MonitoredRequest at extension integrationservices
      _user - initial attribute declared by type MonitoredRequest at extension integrationservices
  • Method Details

    • getDestination

      @Accessor(qualifier="destination", type=GETTER) public String getDestination()
      Generated method - Getter of the OutboundRequest.destination attribute defined at extension outboundservices.
      Returns:
      the destination
    • getError

      @Accessor(qualifier="error", type=GETTER) public String getError()
      Generated method - Getter of the OutboundRequest.error attribute defined at extension outboundservices.
      Returns:
      the error
    • getSource

      @Accessor(qualifier="source", type=GETTER) public OutboundSource getSource()
      Generated method - Getter of the OutboundRequest.source attribute defined at extension outboundservices.
      Returns:
      the source
    • setDestination

      @Accessor(qualifier="destination", type=SETTER) public void setDestination(String value)
      Generated method - Setter of OutboundRequest.destination attribute defined at extension outboundservices.
      Parameters:
      value - the destination
    • setError

      @Accessor(qualifier="error", type=SETTER) public void setError(String value)
      Generated method - Setter of OutboundRequest.error attribute defined at extension outboundservices.
      Parameters:
      value - the error
    • setSource

      @Accessor(qualifier="source", type=SETTER) public void setSource(OutboundSource value)
      Generated method - Setter of OutboundRequest.source attribute defined at extension outboundservices.
      Parameters:
      value - the source