Class SAPPricingSalesAreaToCatalogModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.sap.sapmodel.model.SAPPricingSalesAreaToCatalogModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SAPPricingSalesAreaToCatalogModel extends ItemModel
Generated model class for type SAPPricingSalesAreaToCatalog first defined at extension sapmodel.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_SAPGLOBALCONFIGURATIONPRICINGSALESAREA
Generated relation code constant for relationSAPGlobalConfigurationPricingSalesArea
defining source attributesapcommon_sapGlobalConfiguration
in extensionsapmodel
.static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
CATALOGVERSION
Generated constant - Attribute key ofSAPPricingSalesAreaToCatalog.catalogVersion
attribute defined at extensionsapmodel
.static java.lang.String
DISTRIBUTIONCHANNEL
Generated constant - Attribute key ofSAPPricingSalesAreaToCatalog.distributionChannel
attribute defined at extensionsapmodel
.static java.lang.String
NET
Generated constant - Attribute key ofSAPPricingSalesAreaToCatalog.net
attribute defined at extensionsapmodel
.static java.lang.String
SALESORGANIZATION
Generated constant - Attribute key ofSAPPricingSalesAreaToCatalog.salesOrganization
attribute defined at extensionsapmodel
.static java.lang.String
SAPCOMMON_SAPGLOBALCONFIGURATION
Generated constant - Attribute key ofSAPPricingSalesAreaToCatalog.sapcommon_sapGlobalConfiguration
attribute defined at extensionsapmodel
.-
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 SAPPricingSalesAreaToCatalogModel()
Generated constructor - Default constructor for generic creation.SAPPricingSalesAreaToCatalogModel(CatalogVersionModel _catalogVersion)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPPricingSalesAreaToCatalogModel(CatalogVersionModel _catalogVersion, 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 parametersSAPPricingSalesAreaToCatalogModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogVersionModel
getCatalogVersion()
Generated method - Getter of theSAPPricingSalesAreaToCatalog.catalogVersion
attribute defined at extensionsapmodel
.java.lang.String
getDistributionChannel()
Generated method - Getter of theSAPPricingSalesAreaToCatalog.distributionChannel
attribute defined at extensionsapmodel
.java.lang.String
getSalesOrganization()
Generated method - Getter of theSAPPricingSalesAreaToCatalog.salesOrganization
attribute defined at extensionsapmodel
.SAPGlobalConfigurationModel
getSapcommon_sapGlobalConfiguration()
Generated method - Getter of theSAPPricingSalesAreaToCatalog.sapcommon_sapGlobalConfiguration
attribute defined at extensionsapmodel
.boolean
isNet()
Generated method - Getter of theSAPPricingSalesAreaToCatalog.net
dynamic attribute defined at extensionsapmodel
.void
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter ofSAPPricingSalesAreaToCatalog.catalogVersion
attribute defined at extensionsapmodel
.void
setDistributionChannel(java.lang.String value)
Generated method - Setter ofSAPPricingSalesAreaToCatalog.distributionChannel
attribute defined at extensionsapmodel
.void
setSalesOrganization(java.lang.String value)
Generated method - Setter ofSAPPricingSalesAreaToCatalog.salesOrganization
attribute defined at extensionsapmodel
.void
setSapcommon_sapGlobalConfiguration(SAPGlobalConfigurationModel value)
Generated method - Setter ofSAPPricingSalesAreaToCatalog.sapcommon_sapGlobalConfiguration
attribute defined at extensionsapmodel
.-
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
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_SAPGLOBALCONFIGURATIONPRICINGSALESAREA
public static final java.lang.String _SAPGLOBALCONFIGURATIONPRICINGSALESAREA
Generated relation code constant for relationSAPGlobalConfigurationPricingSalesArea
defining source attributesapcommon_sapGlobalConfiguration
in extensionsapmodel
.- See Also:
- Constant Field Values
-
SALESORGANIZATION
public static final java.lang.String SALESORGANIZATION
Generated constant - Attribute key ofSAPPricingSalesAreaToCatalog.salesOrganization
attribute defined at extensionsapmodel
.- See Also:
- Constant Field Values
-
DISTRIBUTIONCHANNEL
public static final java.lang.String DISTRIBUTIONCHANNEL
Generated constant - Attribute key ofSAPPricingSalesAreaToCatalog.distributionChannel
attribute defined at extensionsapmodel
.- See Also:
- Constant Field Values
-
CATALOGVERSION
public static final java.lang.String CATALOGVERSION
Generated constant - Attribute key ofSAPPricingSalesAreaToCatalog.catalogVersion
attribute defined at extensionsapmodel
.- See Also:
- Constant Field Values
-
NET
public static final java.lang.String NET
Generated constant - Attribute key ofSAPPricingSalesAreaToCatalog.net
attribute defined at extensionsapmodel
.- See Also:
- Constant Field Values
-
SAPCOMMON_SAPGLOBALCONFIGURATION
public static final java.lang.String SAPCOMMON_SAPGLOBALCONFIGURATION
Generated constant - Attribute key ofSAPPricingSalesAreaToCatalog.sapcommon_sapGlobalConfiguration
attribute defined at extensionsapmodel
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAPPricingSalesAreaToCatalogModel
public SAPPricingSalesAreaToCatalogModel()
Generated constructor - Default constructor for generic creation.
-
SAPPricingSalesAreaToCatalogModel
public SAPPricingSalesAreaToCatalogModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
SAPPricingSalesAreaToCatalogModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPPricingSalesAreaToCatalogModel(CatalogVersionModel _catalogVersion)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_catalogVersion
- initial attribute declared by typeSAPPricingSalesAreaToCatalog
at extensionsapmodel
-
SAPPricingSalesAreaToCatalogModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPPricingSalesAreaToCatalogModel(CatalogVersionModel _catalogVersion, 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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_catalogVersion
- initial attribute declared by typeSAPPricingSalesAreaToCatalog
at extensionsapmodel
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getCatalogVersion
@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
Generated method - Getter of theSAPPricingSalesAreaToCatalog.catalogVersion
attribute defined at extensionsapmodel
.- Returns:
- the catalogVersion - Catalog Version
-
getDistributionChannel
@Accessor(qualifier="distributionChannel", type=GETTER) public java.lang.String getDistributionChannel()
Generated method - Getter of theSAPPricingSalesAreaToCatalog.distributionChannel
attribute defined at extensionsapmodel
.- Returns:
- the distributionChannel - Distribution Channel
-
getSalesOrganization
@Accessor(qualifier="salesOrganization", type=GETTER) public java.lang.String getSalesOrganization()
Generated method - Getter of theSAPPricingSalesAreaToCatalog.salesOrganization
attribute defined at extensionsapmodel
.- Returns:
- the salesOrganization - Sales Organization
-
getSapcommon_sapGlobalConfiguration
@Accessor(qualifier="sapcommon_sapGlobalConfiguration", type=GETTER) public SAPGlobalConfigurationModel getSapcommon_sapGlobalConfiguration()
Generated method - Getter of theSAPPricingSalesAreaToCatalog.sapcommon_sapGlobalConfiguration
attribute defined at extensionsapmodel
.- Returns:
- the sapcommon_sapGlobalConfiguration
-
isNet
@Accessor(qualifier="net", type=GETTER) public boolean isNet()
Generated method - Getter of theSAPPricingSalesAreaToCatalog.net
dynamic attribute defined at extensionsapmodel
.- Returns:
- the net - Net Flag
-
setCatalogVersion
@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
Generated method - Setter ofSAPPricingSalesAreaToCatalog.catalogVersion
attribute defined at extensionsapmodel
.- Parameters:
value
- the catalogVersion - Catalog Version
-
setDistributionChannel
@Accessor(qualifier="distributionChannel", type=SETTER) public void setDistributionChannel(java.lang.String value)
Generated method - Setter ofSAPPricingSalesAreaToCatalog.distributionChannel
attribute defined at extensionsapmodel
.- Parameters:
value
- the distributionChannel - Distribution Channel
-
setSalesOrganization
@Accessor(qualifier="salesOrganization", type=SETTER) public void setSalesOrganization(java.lang.String value)
Generated method - Setter ofSAPPricingSalesAreaToCatalog.salesOrganization
attribute defined at extensionsapmodel
.- Parameters:
value
- the salesOrganization - Sales Organization
-
setSapcommon_sapGlobalConfiguration
@Accessor(qualifier="sapcommon_sapGlobalConfiguration", type=SETTER) public void setSapcommon_sapGlobalConfiguration(SAPGlobalConfigurationModel value)
Generated method - Setter ofSAPPricingSalesAreaToCatalog.sapcommon_sapGlobalConfiguration
attribute defined at extensionsapmodel
.- Parameters:
value
- the sapcommon_sapGlobalConfiguration
-
-