public class DistributionChannelText extends VdmEntity<DistributionChannelText>
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.
|
Constructor and Description |
---|
DistributionChannelText() |
DistributionChannelText(String distributionChannel,
String language,
String distributionChannelName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static DistributionChannelText.DistributionChannelTextBuilder |
builder() |
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.
|
String |
getDistributionChannel()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getDistributionChannelName()
Constraints: Not nullable, Maximum length: 20
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
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
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
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
@Generated(value="lombok") public DistributionChannelText()
@ConstructorProperties(value={"distributionChannel","language","distributionChannelName","erpConfigContext"}) @Generated(value="lombok") public DistributionChannelText(@Nullable String distributionChannel, @Nullable String language, @Nullable String distributionChannelName, @Nullable ErpConfigContext erpConfigContext)
public Class<DistributionChannelText> getType()
getType
in class VdmObject<DistributionChannelText>
public static <T> DistributionChannelTextField<T> field(String fieldName, 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.@Generated(value="lombok") public static DistributionChannelText.DistributionChannelTextBuilder builder()
@Nullable @Generated(value="lombok") public String getDistributionChannel()
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 @Generated(value="lombok") public String getLanguage()
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
@Nullable @Generated(value="lombok") public String getDistributionChannelName()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setDistributionChannel(@Nullable String 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
- @Generated(value="lombok") public void setLanguage(@Nullable String language)
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
language
- @Generated(value="lombok") public void setDistributionChannelName(@Nullable String distributionChannelName)
distributionChannelName
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<DistributionChannelText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<DistributionChannelText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<DistributionChannelText>
Copyright © 2018 SAP SE. All rights reserved.