public class DistributionChannelText extends VdmEntity<DistributionChannelText>
Original entity name from the Odata EDM: A_DistributionChannelTextType
Modifier and Type | Class and Description |
---|---|
static class |
DistributionChannelText.DistributionChannelTextBuilder |
Modifier and Type | Field and Description |
---|---|
static DistributionChannelTextSelectable |
ALL_FIELDS
Selector for all available fields of DistributionChannelText.
|
static DistributionChannelTextField<String> |
DISTRIBUTION_CHANNEL
Use with available fluent helpers to apply the DistributionChannel field to query operations.
|
static DistributionChannelTextField<String> |
DISTRIBUTION_CHANNEL_NAME
Use with available fluent helpers to apply the DistributionChannelName field to query operations.
|
static DistributionChannelTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
DistributionChannelText() |
DistributionChannelText(String distributionChannel,
String language,
String distributionChannelName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static DistributionChannelText.DistributionChannelTextBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> DistributionChannelTextField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getDistributionChannel()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getDistributionChannelName()
Constraints: Not nullable, Maximum length: 20
|
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
Class<DistributionChannelText> |
getType() |
int |
hashCode() |
void |
setDistributionChannel(String distributionChannel)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setDistributionChannelName(String distributionChannelName)
Constraints: Not nullable, Maximum length: 20
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final DistributionChannelTextSelectable ALL_FIELDS
public static final DistributionChannelTextField<String> DISTRIBUTION_CHANNEL
public static final DistributionChannelTextField<String> LANGUAGE
public static final DistributionChannelTextField<String> DISTRIBUTION_CHANNEL_NAME
public Class<DistributionChannelText> getType()
getType
in class VdmObject<DistributionChannelText>
public void setDistributionChannel(@Nullable String distributionChannel)
Original property name from the Odata EDM: DistributionChannel
You can maintain information about customers and materials by sales organization and distribution channel. Within a sales organization you can deliver goods to a given customer through more than one distribution channel. You can assign a distribution channel to one or more sales organizations. If, for example, you have numerous sales organizations, each sales organization may use the "Wholesale" distribution channel. For each combination of sales organization and distribution channel, you can further assign one or more of the divisions that are defined for the sales organization. You can, for example, assign "Food" and "Non-food" divisions to the "Wholesale" distribution channel. A particular combination of sales organization, distribution channel, and division is known as a sales area.
distributionChannel
- The way in which products or services reach the customer. Typical examples of distribution channels are wholesale, retail, or direct sales.public void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
language
- The language key indicatespublic void setDistributionChannelName(@Nullable String distributionChannelName)
Original property name from the Odata EDM: DistributionChannelName
distributionChannelName
- Distribution Channel Descriptionprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<DistributionChannelText>
protected Map<String,Object> getKey()
getKey
in class VdmObject<DistributionChannelText>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<DistributionChannelText>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<DistributionChannelText>
@Nonnull public static <T> DistributionChannelTextField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> DistributionChannelTextField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.public static DistributionChannelText.DistributionChannelTextBuilder builder()
@Nullable public String getDistributionChannel()
Original property name from the Odata EDM: DistributionChannel
You can maintain information about customers and materials by sales organization and distribution channel. Within a sales organization you can deliver goods to a given customer through more than one distribution channel. You can assign a distribution channel to one or more sales organizations. If, for example, you have numerous sales organizations, each sales organization may use the "Wholesale" distribution channel. For each combination of sales organization and distribution channel, you can further assign one or more of the divisions that are defined for the sales organization. You can, for example, assign "Food" and "Non-food" divisions to the "Wholesale" distribution channel. A particular combination of sales organization, distribution channel, and division is known as a sales area.
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
@Nullable public String getDistributionChannelName()
Original property name from the Odata EDM: DistributionChannelName
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<DistributionChannelText>
erpConfigContext
- public String toString()
toString
in class VdmObject<DistributionChannelText>
public boolean equals(Object o)
equals
in class VdmObject<DistributionChannelText>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<DistributionChannelText>
public int hashCode()
hashCode
in class VdmObject<DistributionChannelText>
Copyright © 2018 SAP SE. All rights reserved.