public class SAPPricingSalesAreaToCatalogModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_SAPGLOBALCONFIGURATIONPRICINGSALESAREA
Generated relation code constant for relation
SAPGlobalConfigurationPricingSalesArea defining source attribute sapcommon_sapGlobalConfiguration in extension sapmodel. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CATALOGVERSION
Generated constant - Attribute key of
SAPPricingSalesAreaToCatalog.catalogVersion attribute defined at extension sapmodel. |
static java.lang.String |
DISTRIBUTIONCHANNEL
Generated constant - Attribute key of
SAPPricingSalesAreaToCatalog.distributionChannel attribute defined at extension sapmodel. |
static java.lang.String |
NET
Generated constant - Attribute key of
SAPPricingSalesAreaToCatalog.net attribute defined at extension sapmodel. |
static java.lang.String |
SALESORGANIZATION
Generated constant - Attribute key of
SAPPricingSalesAreaToCatalog.salesOrganization attribute defined at extension sapmodel. |
static java.lang.String |
SAPCOMMON_SAPGLOBALCONFIGURATION
Generated constant - Attribute key of
SAPPricingSalesAreaToCatalog.sapcommon_sapGlobalConfiguration attribute defined at extension sapmodel. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPPricingSalesAreaToCatalogModel()
Generated constructor - Default constructor for generic creation.
|
SAPPricingSalesAreaToCatalogModel(CatalogVersionModel _catalogVersion)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPPricingSalesAreaToCatalogModel(CatalogVersionModel _catalogVersion,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPPricingSalesAreaToCatalogModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
SAPPricingSalesAreaToCatalog.catalogVersion attribute defined at extension sapmodel. |
java.lang.String |
getDistributionChannel()
Generated method - Getter of the
SAPPricingSalesAreaToCatalog.distributionChannel attribute defined at extension sapmodel. |
java.lang.String |
getSalesOrganization()
Generated method - Getter of the
SAPPricingSalesAreaToCatalog.salesOrganization attribute defined at extension sapmodel. |
SAPGlobalConfigurationModel |
getSapcommon_sapGlobalConfiguration()
Generated method - Getter of the
SAPPricingSalesAreaToCatalog.sapcommon_sapGlobalConfiguration attribute defined at extension sapmodel. |
boolean |
isNet()
Generated method - Getter of the
SAPPricingSalesAreaToCatalog.net dynamic attribute defined at extension sapmodel. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter of
SAPPricingSalesAreaToCatalog.catalogVersion attribute defined at extension sapmodel. |
void |
setDistributionChannel(java.lang.String value)
Generated method - Setter of
SAPPricingSalesAreaToCatalog.distributionChannel attribute defined at extension sapmodel. |
void |
setSalesOrganization(java.lang.String value)
Generated method - Setter of
SAPPricingSalesAreaToCatalog.salesOrganization attribute defined at extension sapmodel. |
void |
setSapcommon_sapGlobalConfiguration(SAPGlobalConfigurationModel value)
Generated method - Setter of
SAPPricingSalesAreaToCatalog.sapcommon_sapGlobalConfiguration attribute defined at extension sapmodel. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String _SAPGLOBALCONFIGURATIONPRICINGSALESAREA
SAPGlobalConfigurationPricingSalesArea defining source attribute sapcommon_sapGlobalConfiguration in extension sapmodel.public static final java.lang.String SALESORGANIZATION
SAPPricingSalesAreaToCatalog.salesOrganization attribute defined at extension sapmodel.public static final java.lang.String DISTRIBUTIONCHANNEL
SAPPricingSalesAreaToCatalog.distributionChannel attribute defined at extension sapmodel.public static final java.lang.String CATALOGVERSION
SAPPricingSalesAreaToCatalog.catalogVersion attribute defined at extension sapmodel.public static final java.lang.String NET
SAPPricingSalesAreaToCatalog.net attribute defined at extension sapmodel.public static final java.lang.String SAPCOMMON_SAPGLOBALCONFIGURATION
SAPPricingSalesAreaToCatalog.sapcommon_sapGlobalConfiguration attribute defined at extension sapmodel.public SAPPricingSalesAreaToCatalogModel()
public SAPPricingSalesAreaToCatalogModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPPricingSalesAreaToCatalogModel(CatalogVersionModel _catalogVersion)
_catalogVersion - initial attribute declared by type SAPPricingSalesAreaToCatalog at extension sapmodel@Deprecated public SAPPricingSalesAreaToCatalogModel(CatalogVersionModel _catalogVersion, ItemModel _owner)
_catalogVersion - initial attribute declared by type SAPPricingSalesAreaToCatalog at extension sapmodel_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
SAPPricingSalesAreaToCatalog.catalogVersion attribute defined at extension sapmodel.@Accessor(qualifier="distributionChannel", type=GETTER) public java.lang.String getDistributionChannel()
SAPPricingSalesAreaToCatalog.distributionChannel attribute defined at extension sapmodel.@Accessor(qualifier="salesOrganization", type=GETTER) public java.lang.String getSalesOrganization()
SAPPricingSalesAreaToCatalog.salesOrganization attribute defined at extension sapmodel.@Accessor(qualifier="sapcommon_sapGlobalConfiguration", type=GETTER) public SAPGlobalConfigurationModel getSapcommon_sapGlobalConfiguration()
SAPPricingSalesAreaToCatalog.sapcommon_sapGlobalConfiguration attribute defined at extension sapmodel.@Accessor(qualifier="net", type=GETTER) public boolean isNet()
SAPPricingSalesAreaToCatalog.net dynamic attribute defined at extension sapmodel.@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
SAPPricingSalesAreaToCatalog.catalogVersion attribute defined at extension sapmodel.value - the catalogVersion - Catalog Version@Accessor(qualifier="distributionChannel", type=SETTER) public void setDistributionChannel(java.lang.String value)
SAPPricingSalesAreaToCatalog.distributionChannel attribute defined at extension sapmodel.value - the distributionChannel - Distribution Channel@Accessor(qualifier="salesOrganization", type=SETTER) public void setSalesOrganization(java.lang.String value)
SAPPricingSalesAreaToCatalog.salesOrganization attribute defined at extension sapmodel.value - the salesOrganization - Sales Organization@Accessor(qualifier="sapcommon_sapGlobalConfiguration", type=SETTER) public void setSapcommon_sapGlobalConfiguration(SAPGlobalConfigurationModel value)
SAPPricingSalesAreaToCatalog.sapcommon_sapGlobalConfiguration attribute defined at extension sapmodel.value - the sapcommon_sapGlobalConfigurationCopyright © 2018 SAP SE. All Rights Reserved.