Class SAPCpiOutboundConfigModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAPCpiOutboundConfigModel
    extends ItemModel
    Generated model class for type SAPCpiOutboundConfig first defined at extension sapcpiadapter.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String URL
        Generated constant - Attribute key of SAPCpiOutboundConfig.url attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • USERNAME

        public static final java.lang.String USERNAME
        Generated constant - Attribute key of SAPCpiOutboundConfig.username attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • SENDERNAME

        public static final java.lang.String SENDERNAME
        Generated constant - Attribute key of SAPCpiOutboundConfig.senderName attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • SENDERPORT

        public static final java.lang.String SENDERPORT
        Generated constant - Attribute key of SAPCpiOutboundConfig.senderPort attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • RECEIVERNAME

        public static final java.lang.String RECEIVERNAME
        Generated constant - Attribute key of SAPCpiOutboundConfig.receiverName attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • RECEIVERPORT

        public static final java.lang.String RECEIVERPORT
        Generated constant - Attribute key of SAPCpiOutboundConfig.receiverPort attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • CLIENT

        public static final java.lang.String CLIENT
        Generated constant - Attribute key of SAPCpiOutboundConfig.client attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SAPCpiOutboundConfigModel

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

        public SAPCpiOutboundConfigModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • SAPCpiOutboundConfigModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPCpiOutboundConfigModel​(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:
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getClient

        @Accessor(qualifier="client",
                  type=GETTER)
        public java.lang.String getClient()
        Generated method - Getter of the SAPCpiOutboundConfig.client attribute defined at extension sapcpiadapter.
        Returns:
        the client
      • getReceiverName

        @Accessor(qualifier="receiverName",
                  type=GETTER)
        public java.lang.String getReceiverName()
        Generated method - Getter of the SAPCpiOutboundConfig.receiverName attribute defined at extension sapcpiadapter.
        Returns:
        the receiverName
      • getReceiverPort

        @Accessor(qualifier="receiverPort",
                  type=GETTER)
        public java.lang.String getReceiverPort()
        Generated method - Getter of the SAPCpiOutboundConfig.receiverPort attribute defined at extension sapcpiadapter.
        Returns:
        the receiverPort
      • getSenderName

        @Accessor(qualifier="senderName",
                  type=GETTER)
        public java.lang.String getSenderName()
        Generated method - Getter of the SAPCpiOutboundConfig.senderName attribute defined at extension sapcpiadapter.
        Returns:
        the senderName
      • getSenderPort

        @Accessor(qualifier="senderPort",
                  type=GETTER)
        public java.lang.String getSenderPort()
        Generated method - Getter of the SAPCpiOutboundConfig.senderPort attribute defined at extension sapcpiadapter.
        Returns:
        the senderPort
      • getUrl

        @Accessor(qualifier="url",
                  type=GETTER)
        public java.lang.String getUrl()
        Generated method - Getter of the SAPCpiOutboundConfig.url attribute defined at extension sapcpiadapter.
        Returns:
        the url
      • getUsername

        @Accessor(qualifier="username",
                  type=GETTER)
        public java.lang.String getUsername()
        Generated method - Getter of the SAPCpiOutboundConfig.username attribute defined at extension sapcpiadapter.
        Returns:
        the username
      • setClient

        @Accessor(qualifier="client",
                  type=SETTER)
        public void setClient​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundConfig.client attribute defined at extension sapcpiadapter.
        Parameters:
        value - the client
      • setReceiverName

        @Accessor(qualifier="receiverName",
                  type=SETTER)
        public void setReceiverName​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundConfig.receiverName attribute defined at extension sapcpiadapter.
        Parameters:
        value - the receiverName
      • setReceiverPort

        @Accessor(qualifier="receiverPort",
                  type=SETTER)
        public void setReceiverPort​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundConfig.receiverPort attribute defined at extension sapcpiadapter.
        Parameters:
        value - the receiverPort
      • setSenderName

        @Accessor(qualifier="senderName",
                  type=SETTER)
        public void setSenderName​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundConfig.senderName attribute defined at extension sapcpiadapter.
        Parameters:
        value - the senderName
      • setSenderPort

        @Accessor(qualifier="senderPort",
                  type=SETTER)
        public void setSenderPort​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundConfig.senderPort attribute defined at extension sapcpiadapter.
        Parameters:
        value - the senderPort
      • setUrl

        @Accessor(qualifier="url",
                  type=SETTER)
        public void setUrl​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundConfig.url attribute defined at extension sapcpiadapter.
        Parameters:
        value - the url
      • setUsername

        @Accessor(qualifier="username",
                  type=SETTER)
        public void setUsername​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundConfig.username attribute defined at extension sapcpiadapter.
        Parameters:
        value - the username