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
    • 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
      • SOURCE

        public static final java.lang.String SOURCE
        Generated constant - Attribute key of OutboundRequest.source 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​(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,
                                    java.lang.String _sapPassport,
                                    IntegrationRequestStatus _status,
                                    java.lang.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
        _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 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
      • 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​(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
      • 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