Class SAPProductSalesAreaToCatalogMappingModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAPProductSalesAreaToCatalogMappingModel
    extends ItemModel
    Generated model class for type SAPProductSalesAreaToCatalogMapping 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
      • _SAPGLOBALCONFIGSAPPRODUCTSALESAREATOCATALOGMAPPINGRELATION

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

        public static final java.lang.String SALESORGANIZATION
        Generated constant - Attribute key of SAPProductSalesAreaToCatalogMapping.salesOrganization attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • DISTRIBUTIONCHANNEL

        public static final java.lang.String DISTRIBUTIONCHANNEL
        Generated constant - Attribute key of SAPProductSalesAreaToCatalogMapping.distributionChannel attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • CATALOGVERSION

        public static final java.lang.String CATALOGVERSION
        Generated constant - Attribute key of SAPProductSalesAreaToCatalogMapping.catalogVersion attribute defined at extension sapmodel.
        See Also:
        Constant Field Values
      • TAXCLASSCOUNTRY

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

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

      • SAPProductSalesAreaToCatalogMappingModel

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

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPProductSalesAreaToCatalogMappingModel​(CatalogVersionModel _catalogVersion,
                                                        ItemModel _owner,
                                                        SAPGlobalConfigurationModel _sapGlobalConfiguration)
        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:
        _catalogVersion - initial attribute declared by type SAPProductSalesAreaToCatalogMapping at extension sapmodel
        _owner - initial attribute declared by type Item at extension core
        _sapGlobalConfiguration - initial attribute declared by type SAPProductSalesAreaToCatalogMapping at extension sapmodel
    • Method Detail

      • getCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=GETTER)
        public CatalogVersionModel getCatalogVersion()
        Generated method - Getter of the SAPProductSalesAreaToCatalogMapping.catalogVersion attribute defined at extension sapmodel.
        Returns:
        the catalogVersion - Catalog Version
      • getDistributionChannel

        @Accessor(qualifier="distributionChannel",
                  type=GETTER)
        public java.lang.String getDistributionChannel()
        Generated method - Getter of the SAPProductSalesAreaToCatalogMapping.distributionChannel attribute defined at extension sapmodel.
        Returns:
        the distributionChannel - Distribution Channel
      • getSalesOrganization

        @Accessor(qualifier="salesOrganization",
                  type=GETTER)
        public java.lang.String getSalesOrganization()
        Generated method - Getter of the SAPProductSalesAreaToCatalogMapping.salesOrganization attribute defined at extension sapmodel.
        Returns:
        the salesOrganization - Sales Organization
      • getSapGlobalConfiguration

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

        @Accessor(qualifier="taxClassCountry",
                  type=GETTER)
        public CountryModel getTaxClassCountry()
        Generated method - Getter of the SAPProductSalesAreaToCatalogMapping.taxClassCountry attribute defined at extension sapmodel.
        Returns:
        the taxClassCountry - Tax Class Country
      • setCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=SETTER)
        public void setCatalogVersion​(CatalogVersionModel value)
        Generated method - Setter of SAPProductSalesAreaToCatalogMapping.catalogVersion attribute defined at extension sapmodel.
        Parameters:
        value - the catalogVersion - Catalog Version
      • setDistributionChannel

        @Accessor(qualifier="distributionChannel",
                  type=SETTER)
        public void setDistributionChannel​(java.lang.String value)
        Generated method - Setter of SAPProductSalesAreaToCatalogMapping.distributionChannel attribute defined at extension sapmodel.
        Parameters:
        value - the distributionChannel - Distribution Channel
      • setSalesOrganization

        @Accessor(qualifier="salesOrganization",
                  type=SETTER)
        public void setSalesOrganization​(java.lang.String value)
        Generated method - Setter of SAPProductSalesAreaToCatalogMapping.salesOrganization attribute defined at extension sapmodel.
        Parameters:
        value - the salesOrganization - Sales Organization
      • setSapGlobalConfiguration

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

        @Accessor(qualifier="taxClassCountry",
                  type=SETTER)
        public void setTaxClassCountry​(CountryModel value)
        Generated method - Setter of SAPProductSalesAreaToCatalogMapping.taxClassCountry attribute defined at extension sapmodel.
        Parameters:
        value - the taxClassCountry - Tax Class Country