public class SalesDistrict extends Entity<SalesDistrict>
Modifier and Type | Class and Description |
---|---|
static class |
SalesDistrict.SalesDistrictBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<SalesDistrict,String> |
SALES_DISTRICT
Use with available fluent helpers to apply the SalesDistrict field to query operations.
|
Constructor and Description |
---|
SalesDistrict() |
SalesDistrict(String salesDistrict,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SalesDistrict.SalesDistrictBuilder |
builder() |
boolean |
equals(Object o) |
List<SalesDistrictText> |
fetchText()
Fetches the SalesDistrictText entities (one to many) associated with this entity.
|
static <T> EntityField<SalesDistrict,T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getSalesDistrict()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
Class<SalesDistrict> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setSalesDistrict(String salesDistrict)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
String |
toString() |
public static final EntityField<SalesDistrict,String> SALES_DISTRICT
@Generated(value="lombok") public SalesDistrict()
@ConstructorProperties(value={"salesDistrict","erpConfigContext"}) @Generated(value="lombok") public SalesDistrict(@Nullable String salesDistrict, ErpConfigContext erpConfigContext)
public Class<SalesDistrict> getType()
getType
in class Entity<SalesDistrict>
public static <T> EntityField<SalesDistrict,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<SalesDistrictText> fetchText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
com.sap.cloud.sdk.odatav2.connectivity.ODataException
@Generated(value="lombok") public static SalesDistrict.SalesDistrictBuilder builder()
@Nullable @Generated(value="lombok") public String getSalesDistrict()
Each customer can be assigned to a sales district. You can use sales districts to apply pricing conditions. When you want to generate sales statistics, you can use sales districts as a selection criteria. The system can propose a value from the customer master record of the sold-to party. You can change the value manually in the document at the header or item level.
@Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSalesDistrict(@Nullable String salesDistrict)
Each customer can be assigned to a sales district. You can use sales districts to apply pricing conditions. When you want to generate sales statistics, you can use sales districts as a selection criteria. The system can propose a value from the customer master record of the sold-to party. You can change the value manually in the document at the header or item level.
salesDistrict
- @Generated(value="lombok") public void setErpConfigContext(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<SalesDistrict>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<SalesDistrict>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<SalesDistrict>
Copyright © 2017 SAP SE. All rights reserved.