Class SAPProductSalesAreaToCatalogMappingModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.sap.sapmodel.model.SAPProductSalesAreaToCatalogMappingModel
All Implemented Interfaces:
Serializable

public class SAPProductSalesAreaToCatalogMappingModel extends ItemModel
Generated model class for type SAPProductSalesAreaToCatalogMapping first defined at extension sapmodel.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation SAPGlobalConfigSAPProductSalesAreaToCatalogMappingRelation defining source attribute sapGlobalConfiguration in extension sapmodel.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SAPProductSalesAreaToCatalogMapping.catalogVersion attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPProductSalesAreaToCatalogMapping.distributionChannel attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPProductSalesAreaToCatalogMapping.salesOrganization attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPProductSalesAreaToCatalogMapping.sapGlobalConfiguration attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPProductSalesAreaToCatalogMapping.sourceTenant attribute defined at extension sapmodel.
    static final String
    Generated constant - Attribute key of SAPProductSalesAreaToCatalogMapping.taxClassCountry attribute defined at extension sapmodel.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    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
    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
    SAPProductSalesAreaToCatalogMappingModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SAPProductSalesAreaToCatalogMapping.catalogVersion attribute defined at extension sapmodel.
    Generated method - Getter of the SAPProductSalesAreaToCatalogMapping.distributionChannel attribute defined at extension sapmodel.
    Generated method - Getter of the SAPProductSalesAreaToCatalogMapping.salesOrganization attribute defined at extension sapmodel.
    Generated method - Getter of the SAPProductSalesAreaToCatalogMapping.sapGlobalConfiguration attribute defined at extension sapmodel.
    Generated method - Getter of the SAPProductSalesAreaToCatalogMapping.sourceTenant attribute defined at extension sapmodel.
    Generated method - Getter of the SAPProductSalesAreaToCatalogMapping.taxClassCountry attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPProductSalesAreaToCatalogMapping.catalogVersion attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPProductSalesAreaToCatalogMapping.distributionChannel attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPProductSalesAreaToCatalogMapping.salesOrganization attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPProductSalesAreaToCatalogMapping.sapGlobalConfiguration attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPProductSalesAreaToCatalogMapping.sourceTenant attribute defined at extension sapmodel.
    void
    Generated method - Setter of SAPProductSalesAreaToCatalogMapping.taxClassCountry attribute defined at extension sapmodel.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _SAPGLOBALCONFIGSAPPRODUCTSALESAREATOCATALOGMAPPINGRELATION

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

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

      public static final String DISTRIBUTIONCHANNEL
      Generated constant - Attribute key of SAPProductSalesAreaToCatalogMapping.distributionChannel attribute defined at extension sapmodel.
      See Also:
    • SOURCETENANT

      public static final String SOURCETENANT
      Generated constant - Attribute key of SAPProductSalesAreaToCatalogMapping.sourceTenant attribute defined at extension sapmodel.
      See Also:
    • CATALOGVERSION

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

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

      public static final String SAPGLOBALCONFIGURATION
      Generated constant - Attribute key of SAPProductSalesAreaToCatalogMapping.sapGlobalConfiguration attribute defined at extension sapmodel.
      See Also:
  • Constructor Details

    • SAPProductSalesAreaToCatalogMappingModel

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

      public SAPProductSalesAreaToCatalogMappingModel(de.hybris.platform.servicelayer.model.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 Details

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

      @Accessor(qualifier="sourceTenant", type=GETTER) public String getSourceTenant()
      Generated method - Getter of the SAPProductSalesAreaToCatalogMapping.sourceTenant attribute defined at extension sapmodel.
      Returns:
      the sourceTenant - Source Tenant
    • 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(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(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
    • setSourceTenant

      @Accessor(qualifier="sourceTenant", type=SETTER) public void setSourceTenant(String value)
      Generated method - Setter of SAPProductSalesAreaToCatalogMapping.sourceTenant attribute defined at extension sapmodel.
      Parameters:
      value - the sourceTenant - Source Tenant
    • 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