public class DistributionChannel extends Entity<DistributionChannel>
Modifier and Type | Class and Description |
---|---|
static class |
DistributionChannel.DistributionChannelBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<DistributionChannel,String> |
DISTRIBUTION_CHANNEL
Use with available fluent helpers to apply the DistributionChannel field to query operations.
|
Constructor and Description |
---|
DistributionChannel() |
DistributionChannel(String distributionChannel,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static DistributionChannel.DistributionChannelBuilder |
builder() |
boolean |
equals(Object o) |
List<DistributionChannelText> |
fetchText()
Fetches the DistributionChannelText entities (one to many) associated with this entity.
|
static <T> EntityField<DistributionChannel,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
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Class<DistributionChannel> |
getType() |
int |
hashCode() |
void |
setDistributionChannel(String distributionChannel)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
toString() |
public static final EntityField<DistributionChannel,String> DISTRIBUTION_CHANNEL
@Generated(value="lombok") public DistributionChannel()
@ConstructorProperties(value={"distributionChannel","erpConfigContext"}) @Generated(value="lombok") public DistributionChannel(@Nullable String distributionChannel, ErpConfigContext erpConfigContext)
public Class<DistributionChannel> getType()
getType
in class Entity<DistributionChannel>
public static <T> EntityField<DistributionChannel,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.public List<DistributionChannelText> fetchText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
com.sap.cloud.sdk.odatav2.connectivity.ODataException
@Generated(value="lombok") public static DistributionChannel.DistributionChannelBuilder 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.
@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 setErpConfigContext(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<DistributionChannel>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<DistributionChannel>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<DistributionChannel>
Copyright © 2017 SAP SE. All rights reserved.