public class DivisionText extends VdmEntity<DivisionText>
Original entity name from the Odata EDM: A_DivisionTextType
Modifier and Type | Class and Description |
---|---|
static class |
DivisionText.DivisionTextBuilder |
Modifier and Type | Field and Description |
---|---|
static DivisionTextSelectable |
ALL_FIELDS
Selector for all available fields of DivisionText.
|
static DivisionTextField<String> |
DIVISION
Use with available fluent helpers to apply the Division field to query operations.
|
static DivisionTextField<String> |
DIVISION_NAME
Use with available fluent helpers to apply the DivisionName field to query operations.
|
static DivisionTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
DivisionText() |
DivisionText(String division,
String language,
String divisionName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static DivisionText.DivisionTextBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> DivisionTextField<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 |
getDivision()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getDivisionName()
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<DivisionText> |
getType() |
int |
hashCode() |
void |
setDivision(String division)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setDivisionName(String divisionName)
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 DivisionTextSelectable ALL_FIELDS
public static final DivisionTextField<String> DIVISION
public static final DivisionTextField<String> LANGUAGE
public static final DivisionTextField<String> DIVISION_NAME
public Class<DivisionText> getType()
getType
in class VdmObject<DivisionText>
public void setDivision(@Nullable String division)
Original property name from the Odata EDM: Division
A product or service is always assigned to just one division. From the point of view of sales and distribution, the use of divisions lets you organize your sales structure around groups of similar products or product lines. This allows the people in a division who process orders and service customers to specialize within a manageable area of expertise. If a sales organization sells food and non-food products through both retail and wholesaledistribution channels each distribution channel could then be further split into food and non-food divisions.
division
- A way of grouping materials, products, or services. The system uses divisions to determine the sales areas and the business areas for a material, product, or service.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 setDivisionName(@Nullable String divisionName)
Original property name from the Odata EDM: DivisionName
divisionName
- Division Descriptionprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<DivisionText>
protected Map<String,Object> getKey()
getKey
in class VdmObject<DivisionText>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<DivisionText>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<DivisionText>
@Nonnull public static <T> DivisionTextField<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> DivisionTextField<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 DivisionText.DivisionTextBuilder builder()
@Nullable public String getDivision()
Original property name from the Odata EDM: Division
A product or service is always assigned to just one division. From the point of view of sales and distribution, the use of divisions lets you organize your sales structure around groups of similar products or product lines. This allows the people in a division who process orders and service customers to specialize within a manageable area of expertise. If a sales organization sells food and non-food products through both retail and wholesaledistribution channels each distribution channel could then be further split into food and non-food divisions.
@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 getDivisionName()
Original property name from the Odata EDM: DivisionName
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<DivisionText>
erpConfigContext
- public String toString()
toString
in class VdmObject<DivisionText>
public boolean equals(Object o)
equals
in class VdmObject<DivisionText>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<DivisionText>
public int hashCode()
hashCode
in class VdmObject<DivisionText>
Copyright © 2018 SAP SE. All rights reserved.