Class OutboundRequestModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class OutboundRequestModel
    extends MonitoredRequestModel
    Generated model class for type OutboundRequest first defined at extension outboundservices.
    See Also:
    Serialized Form
    • 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 java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String DESTINATION
      Generated constant - Attribute key of OutboundRequest.destination attribute defined at extension outboundservices.
      static java.lang.String ERROR
      Generated constant - Attribute key of OutboundRequest.error attribute defined at extension outboundservices.
      static java.lang.String SAPPASSPORT
      Generated constant - Attribute key of OutboundRequest.sapPassport attribute defined at extension outboundservices.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      OutboundRequestModel()
      Generated constructor - Default constructor for generic creation.
      OutboundRequestModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      OutboundRequestModel​(java.lang.String _destination, ItemModel _owner, IntegrationRequestStatus _status, java.lang.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
      OutboundRequestModel​(java.lang.String _destination, IntegrationRequestStatus _status, java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDestination()
      Generated method - Getter of the OutboundRequest.destination attribute defined at extension outboundservices.
      java.lang.String getError()
      Generated method - Getter of the OutboundRequest.error attribute defined at extension outboundservices.
      java.lang.String getSapPassport()
      Generated method - Getter of the OutboundRequest.sapPassport attribute defined at extension outboundservices.
      void setDestination​(java.lang.String value)
      Generated method - Setter of OutboundRequest.destination attribute defined at extension outboundservices.
      void setError​(java.lang.String value)
      Generated method - Setter of OutboundRequest.error attribute defined at extension outboundservices.
      void setSapPassport​(java.lang.String value)
      Generated method - Setter of OutboundRequest.sapPassport attribute defined at extension outboundservices.
      • 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 Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • DESTINATION

        public static final java.lang.String DESTINATION
        Generated constant - Attribute key of OutboundRequest.destination attribute defined at extension outboundservices.
        See Also:
        Constant Field Values
      • SAPPASSPORT

        public static final java.lang.String SAPPASSPORT
        Generated constant - Attribute key of OutboundRequest.sapPassport attribute defined at extension outboundservices.
        See Also:
        Constant Field Values
      • ERROR

        public static final java.lang.String ERROR
        Generated constant - Attribute key of OutboundRequest.error attribute defined at extension outboundservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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​(java.lang.String _destination,
                                    IntegrationRequestStatus _status,
                                    java.lang.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​(java.lang.String _destination,
                                    ItemModel _owner,
                                    IntegrationRequestStatus _status,
                                    java.lang.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 - for all mandatory and initial attributes.
        Parameters:
        _destination - initial attribute declared by type OutboundRequest at extension outboundservices
        _owner - initial attribute declared by type Item at extension core
        _status - initial attribute declared by type MonitoredRequest at extension integrationservices
        _type - initial attribute declared by type MonitoredRequest at extension integrationservices
    • Method Detail

      • getDestination

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

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

        @Accessor(qualifier="sapPassport",
                  type=GETTER)
        public java.lang.String getSapPassport()
        Generated method - Getter of the OutboundRequest.sapPassport attribute defined at extension outboundservices.
        Returns:
        the sapPassport
      • setDestination

        @Accessor(qualifier="destination",
                  type=SETTER)
        public void setDestination​(java.lang.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​(java.lang.String value)
        Generated method - Setter of OutboundRequest.error attribute defined at extension outboundservices.
        Parameters:
        value - the error
      • setSapPassport

        @Accessor(qualifier="sapPassport",
                  type=SETTER)
        public void setSapPassport​(java.lang.String value)
        Generated method - Setter of OutboundRequest.sapPassport attribute defined at extension outboundservices.
        Parameters:
        value - the sapPassport