Class SAPLogicalSystemModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAPLogicalSystemModel
    extends ItemModel
    Generated model class for type SAPLogicalSystem first defined at extension sapmodel.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _SAPGLOBALCONFIG2LOGSYSTEM
        Generated relation code constant for relation SAPGlobalConfig2LogSystem defining source attribute sapGlobalConfiguration in extension sapmodel.
        See Also:
        Constant Field Values
      • SAPLOGICALSYSTEMNAME

        public static final java.lang.String SAPLOGICALSYSTEMNAME
        Generated constant - Attribute key of SAPLogicalSystem.sapLogicalSystemName attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • SAPHTTPDESTINATION

        public static final java.lang.String SAPHTTPDESTINATION
        Generated constant - Attribute key of SAPLogicalSystem.sapHTTPDestination attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • SAPSYSTEMTYPE

        public static final java.lang.String SAPSYSTEMTYPE
        Generated constant - Attribute key of SAPLogicalSystem.sapSystemType attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • SENDERNAME

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

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

        public static final java.lang.String DEFAULTLOGICALSYSTEM
        Generated constant - Attribute key of SAPLogicalSystem.defaultLogicalSystem attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • SAPGLOBALCONFIGURATION

        public static final java.lang.String SAPGLOBALCONFIGURATION
        Generated constant - Attribute key of SAPLogicalSystem.sapGlobalConfiguration attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SAPLogicalSystemModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPLogicalSystemModel​(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

      • getSapGlobalConfiguration

        @Accessor(qualifier="sapGlobalConfiguration",
                  type=GETTER)
        public SAPGlobalConfigurationModel getSapGlobalConfiguration()
        Generated method - Getter of the SAPLogicalSystem.sapGlobalConfiguration attribute defined at extension sapmodel.
        Returns:
        the sapGlobalConfiguration
      • getSapHTTPDestination

        @Accessor(qualifier="sapHTTPDestination",
                  type=GETTER)
        public SAPHTTPDestinationModel getSapHTTPDestination()
        Generated method - Getter of the SAPLogicalSystem.sapHTTPDestination attribute defined at extension sapmodel.
        Returns:
        the sapHTTPDestination - Specifies the http destination corresponding to logical system
      • getSapLogicalSystemName

        @Accessor(qualifier="sapLogicalSystemName",
                  type=GETTER)
        public java.lang.String getSapLogicalSystemName()
        Generated method - Getter of the SAPLogicalSystem.sapLogicalSystemName attribute defined at extension sapmodel.
        Returns:
        the sapLogicalSystemName - Target Logical System
      • getSapSystemType

        @Accessor(qualifier="sapSystemType",
                  type=GETTER)
        public SapSystemType getSapSystemType()
        Generated method - Getter of the SAPLogicalSystem.sapSystemType attribute defined at extension sapmodel.
        Returns:
        the sapSystemType - SAP System Type
      • getSenderName

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

        @Accessor(qualifier="senderPort",
                  type=GETTER)
        public java.lang.String getSenderPort()
        Generated method - Getter of the SAPLogicalSystem.senderPort attribute defined at extension sapmodel.
        Returns:
        the senderPort - Sender Port
      • isDefaultLogicalSystem

        @Accessor(qualifier="defaultLogicalSystem",
                  type=GETTER)
        public boolean isDefaultLogicalSystem()
        Generated method - Getter of the SAPLogicalSystem.defaultLogicalSystem attribute defined at extension sapmodel.
        Returns:
        the defaultLogicalSystem - SAP Default Logical System
      • setDefaultLogicalSystem

        @Accessor(qualifier="defaultLogicalSystem",
                  type=SETTER)
        public void setDefaultLogicalSystem​(boolean value)
        Generated method - Setter of SAPLogicalSystem.defaultLogicalSystem attribute defined at extension sapmodel.
        Parameters:
        value - the defaultLogicalSystem - SAP Default Logical System
      • setSapGlobalConfiguration

        @Accessor(qualifier="sapGlobalConfiguration",
                  type=SETTER)
        public void setSapGlobalConfiguration​(SAPGlobalConfigurationModel value)
        Generated method - Setter of SAPLogicalSystem.sapGlobalConfiguration attribute defined at extension sapmodel.
        Parameters:
        value - the sapGlobalConfiguration
      • setSapHTTPDestination

        @Accessor(qualifier="sapHTTPDestination",
                  type=SETTER)
        public void setSapHTTPDestination​(SAPHTTPDestinationModel value)
        Generated method - Setter of SAPLogicalSystem.sapHTTPDestination attribute defined at extension sapmodel.
        Parameters:
        value - the sapHTTPDestination - Specifies the http destination corresponding to logical system
      • setSapLogicalSystemName

        @Accessor(qualifier="sapLogicalSystemName",
                  type=SETTER)
        public void setSapLogicalSystemName​(java.lang.String value)
        Generated method - Setter of SAPLogicalSystem.sapLogicalSystemName attribute defined at extension sapmodel.
        Parameters:
        value - the sapLogicalSystemName - Target Logical System
      • setSapSystemType

        @Accessor(qualifier="sapSystemType",
                  type=SETTER)
        public void setSapSystemType​(SapSystemType value)
        Generated method - Setter of SAPLogicalSystem.sapSystemType attribute defined at extension sapmodel.
        Parameters:
        value - the sapSystemType - SAP System Type
      • setSenderName

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

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