Class SAPGlobalConfigurationModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAPGlobalConfigurationModel
    extends ItemModel
    Generated model class for type SAPGlobalConfiguration first defined at extension sapcoreconfiguration.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String CORE_NAME
        Generated constant - Attribute key of SAPGlobalConfiguration.core_name attribute defined at extension sapcoreconfiguration.
        See Also:
        Constant Field Values
      • REPLICATEREGISTEREDUSER

        public static final java.lang.String REPLICATEREGISTEREDUSER
        Generated constant - Attribute key of SAPGlobalConfiguration.replicateregistereduser attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • SAPCOMMON_ERPLOGICALSYSTEM

        public static final java.lang.String SAPCOMMON_ERPLOGICALSYSTEM
        Generated constant - Attribute key of SAPGlobalConfiguration.sapcommon_erpLogicalSystem attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • SAPCOMMON_ERPHTTPDESTINATION

        public static final java.lang.String SAPCOMMON_ERPHTTPDESTINATION
        Generated constant - Attribute key of SAPGlobalConfiguration.sapcommon_erpHttpDestination attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • SAPPRODUCTSALESAREATOCATALOGMAPPING

        public static final java.lang.String SAPPRODUCTSALESAREATOCATALOGMAPPING
        Generated constant - Attribute key of SAPGlobalConfiguration.sapProductSalesAreaToCatalogMapping attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • SAPCOMMON_SAPPRICINGSALESAREA

        public static final java.lang.String SAPCOMMON_SAPPRICINGSALESAREA
        Generated constant - Attribute key of SAPGlobalConfiguration.sapcommon_sapPricingSalesArea attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • SAPLOGICALSYSTEMGLOBALCONFIG

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

      • SAPGlobalConfigurationModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPGlobalConfigurationModel​(boolean _replicateregistereduser)
        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:
        _replicateregistereduser - initial attribute declared by type SAPGlobalConfiguration at extension sapmodel
      • SAPGlobalConfigurationModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPGlobalConfigurationModel​(ItemModel _owner,
                                           boolean _replicateregistereduser)
        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
        _replicateregistereduser - initial attribute declared by type SAPGlobalConfiguration at extension sapmodel
    • Method Detail

      • getCore_name

        @Accessor(qualifier="core_name",
                  type=GETTER)
        public java.lang.String getCore_name()
        Generated method - Getter of the SAPGlobalConfiguration.core_name attribute defined at extension sapcoreconfiguration.
        Returns:
        the core_name - Name
      • getSapcommon_erpHttpDestination

        @Accessor(qualifier="sapcommon_erpHttpDestination",
                  type=GETTER)
        public SAPHTTPDestinationModel getSapcommon_erpHttpDestination()
        Generated method - Getter of the SAPGlobalConfiguration.sapcommon_erpHttpDestination attribute defined at extension sapmodel.
        Returns:
        the sapcommon_erpHttpDestination
      • getSapcommon_erpLogicalSystem

        @Accessor(qualifier="sapcommon_erpLogicalSystem",
                  type=GETTER)
        public java.lang.String getSapcommon_erpLogicalSystem()
        Generated method - Getter of the SAPGlobalConfiguration.sapcommon_erpLogicalSystem attribute defined at extension sapmodel.
        Returns:
        the sapcommon_erpLogicalSystem
      • getSapcommon_sapPricingSalesArea

        @Accessor(qualifier="sapcommon_sapPricingSalesArea",
                  type=GETTER)
        public java.util.Set<SAPPricingSalesAreaToCatalogModel> getSapcommon_sapPricingSalesArea()
        Generated method - Getter of the SAPGlobalConfiguration.sapcommon_sapPricingSalesArea attribute defined at extension sapmodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the sapcommon_sapPricingSalesArea
      • getSapLogicalSystemGlobalConfig

        @Accessor(qualifier="sapLogicalSystemGlobalConfig",
                  type=GETTER)
        public java.util.Set<SAPLogicalSystemModel> getSapLogicalSystemGlobalConfig()
        Generated method - Getter of the SAPGlobalConfiguration.sapLogicalSystemGlobalConfig attribute defined at extension sapmodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the sapLogicalSystemGlobalConfig
      • getSapProductSalesAreaToCatalogMapping

        @Accessor(qualifier="sapProductSalesAreaToCatalogMapping",
                  type=GETTER)
        public java.util.Set<SAPProductSalesAreaToCatalogMappingModel> getSapProductSalesAreaToCatalogMapping()
        Generated method - Getter of the SAPGlobalConfiguration.sapProductSalesAreaToCatalogMapping attribute defined at extension sapmodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the sapProductSalesAreaToCatalogMapping
      • isReplicateregistereduser

        @Accessor(qualifier="replicateregistereduser",
                  type=GETTER)
        public boolean isReplicateregistereduser()
        Generated method - Getter of the SAPGlobalConfiguration.replicateregistereduser attribute defined at extension sapmodel.
        Returns:
        the replicateregistereduser - Replicate Registered User
      • setCore_name

        @Accessor(qualifier="core_name",
                  type=SETTER)
        public void setCore_name​(java.lang.String value)
        Generated method - Setter of SAPGlobalConfiguration.core_name attribute defined at extension sapcoreconfiguration.
        Parameters:
        value - the core_name - Name
      • setReplicateregistereduser

        @Accessor(qualifier="replicateregistereduser",
                  type=SETTER)
        public void setReplicateregistereduser​(boolean value)
        Generated method - Setter of SAPGlobalConfiguration.replicateregistereduser attribute defined at extension sapmodel.
        Parameters:
        value - the replicateregistereduser - Replicate Registered User
      • setSapcommon_erpHttpDestination

        @Accessor(qualifier="sapcommon_erpHttpDestination",
                  type=SETTER)
        public void setSapcommon_erpHttpDestination​(SAPHTTPDestinationModel value)
        Generated method - Setter of SAPGlobalConfiguration.sapcommon_erpHttpDestination attribute defined at extension sapmodel.
        Parameters:
        value - the sapcommon_erpHttpDestination
      • setSapcommon_erpLogicalSystem

        @Accessor(qualifier="sapcommon_erpLogicalSystem",
                  type=SETTER)
        public void setSapcommon_erpLogicalSystem​(java.lang.String value)
        Generated method - Setter of SAPGlobalConfiguration.sapcommon_erpLogicalSystem attribute defined at extension sapmodel.
        Parameters:
        value - the sapcommon_erpLogicalSystem
      • setSapcommon_sapPricingSalesArea

        @Accessor(qualifier="sapcommon_sapPricingSalesArea",
                  type=SETTER)
        public void setSapcommon_sapPricingSalesArea​(java.util.Set<SAPPricingSalesAreaToCatalogModel> value)
        Generated method - Setter of SAPGlobalConfiguration.sapcommon_sapPricingSalesArea attribute defined at extension sapmodel.
        Parameters:
        value - the sapcommon_sapPricingSalesArea
      • setSapLogicalSystemGlobalConfig

        @Accessor(qualifier="sapLogicalSystemGlobalConfig",
                  type=SETTER)
        public void setSapLogicalSystemGlobalConfig​(java.util.Set<SAPLogicalSystemModel> value)
        Generated method - Setter of SAPGlobalConfiguration.sapLogicalSystemGlobalConfig attribute defined at extension sapmodel.
        Parameters:
        value - the sapLogicalSystemGlobalConfig
      • setSapProductSalesAreaToCatalogMapping

        @Accessor(qualifier="sapProductSalesAreaToCatalogMapping",
                  type=SETTER)
        public void setSapProductSalesAreaToCatalogMapping​(java.util.Set<SAPProductSalesAreaToCatalogMappingModel> value)
        Generated method - Setter of SAPGlobalConfiguration.sapProductSalesAreaToCatalogMapping attribute defined at extension sapmodel.
        Parameters:
        value - the sapProductSalesAreaToCatalogMapping