public class SAPSalesOrganizationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
DISTRIBUTIONCHANNEL
Generated constant - Attribute key of
SAPSalesOrganization.distributionChannel attribute defined at extension sapmodel. |
static String |
DIVISION
Generated constant - Attribute key of
SAPSalesOrganization.division attribute defined at extension sapmodel. |
static String |
SALESORGANIZATION
Generated constant - Attribute key of
SAPSalesOrganization.salesOrganization attribute defined at extension sapmodel. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPSalesOrganizationModel()
Generated constructor - Default constructor for generic creation.
|
SAPSalesOrganizationModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SAPSalesOrganizationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDistributionChannel()
Generated method - Getter of the
SAPSalesOrganization.distributionChannel attribute defined at extension sapmodel. |
String |
getDivision()
Generated method - Getter of the
SAPSalesOrganization.division attribute defined at extension sapmodel. |
String |
getSalesOrganization()
Generated method - Getter of the
SAPSalesOrganization.salesOrganization attribute defined at extension sapmodel. |
void |
setDistributionChannel(String value)
Generated method - Setter of
SAPSalesOrganization.distributionChannel attribute defined at extension sapmodel. |
void |
setDivision(String value)
Generated method - Setter of
SAPSalesOrganization.division attribute defined at extension sapmodel. |
void |
setSalesOrganization(String value)
Generated method - Setter of
SAPSalesOrganization.salesOrganization attribute defined at extension sapmodel. |
getComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String SALESORGANIZATION
SAPSalesOrganization.salesOrganization attribute defined at extension sapmodel.public static final String DISTRIBUTIONCHANNEL
SAPSalesOrganization.distributionChannel attribute defined at extension sapmodel.public static final String DIVISION
SAPSalesOrganization.division attribute defined at extension sapmodel.public SAPSalesOrganizationModel()
public SAPSalesOrganizationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SAPSalesOrganizationModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="distributionChannel", type=GETTER) public String getDistributionChannel()
SAPSalesOrganization.distributionChannel attribute defined at extension sapmodel.@Accessor(qualifier="division", type=GETTER) public String getDivision()
SAPSalesOrganization.division attribute defined at extension sapmodel.@Accessor(qualifier="salesOrganization", type=GETTER) public String getSalesOrganization()
SAPSalesOrganization.salesOrganization attribute defined at extension sapmodel.@Accessor(qualifier="distributionChannel", type=SETTER) public void setDistributionChannel(String value)
SAPSalesOrganization.distributionChannel attribute defined at extension sapmodel.value - the distributionChannel - Distribution Channel@Accessor(qualifier="division", type=SETTER) public void setDivision(String value)
SAPSalesOrganization.division attribute defined at extension sapmodel.value - the division - DivisionCopyright © 2017 SAP SE. All Rights Reserved.