public class ProductDescription extends VdmEntity<ProductDescription>
Modifier and Type | Class and Description |
---|---|
static class |
ProductDescription.ProductDescriptionBuilder |
Modifier and Type | Field and Description |
---|---|
static ProductDescriptionSelectable |
ALL_FIELDS
Selector for all available fields of ProductDescription.
|
static ProductDescriptionField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static ProductDescriptionField<String> |
PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
static ProductDescriptionField<String> |
PRODUCT_DESCRIPTION
Use with available fluent helpers to apply the ProductDescription field to query operations.
|
Constructor and Description |
---|
ProductDescription() |
ProductDescription(String product,
String language,
String productDescription,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ProductDescription.ProductDescriptionBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ProductDescriptionField<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. fetching associated entities).
|
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2 - the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
|
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getProductDescription()
Constraints: Not nullable, Maximum length: 40 You can enter one product description in each of any number of languages.In principle, you enter the product description on the data screen of the first user department for which you enter data, and in your logon language.
|
Class<ProductDescription> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2 - the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setProductDescription(String productDescription)
Constraints: Not nullable, Maximum length: 40 You can enter one product description in each of any number of languages.In principle, you enter the product description on the data screen of the first user department for which you enter data, and in your logon language.
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ProductDescriptionSelectable ALL_FIELDS
public static final ProductDescriptionField<String> PRODUCT
public static final ProductDescriptionField<String> LANGUAGE
public static final ProductDescriptionField<String> PRODUCT_DESCRIPTION
public Class<ProductDescription> getType()
getType
in class VdmObject<ProductDescription>
public static <T> ProductDescriptionField<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 static ProductDescription.ProductDescriptionBuilder builder()
@Nullable public String getProduct()
@Nullable 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 public String getProductDescription()
You can enter one product description in each of any number of languages.In principle, you enter the product description on the data screen of the first user department for which you enter data, and in your logon language. You can overwrite the product description on the Basic Data screen.
@Nullable public ErpConfigContext getErpConfigContext()
public void setProduct(@Nullable String product)
product
- 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
- public void setProductDescription(@Nullable String productDescription)
You can enter one product description in each of any number of languages.In principle, you enter the product description on the data screen of the first user department for which you enter data, and in your logon language. You can overwrite the product description on the Basic Data screen.
productDescription
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<ProductDescription>
public boolean equals(Object o)
equals
in class VdmObject<ProductDescription>
public int hashCode()
hashCode
in class VdmObject<ProductDescription>
Copyright © 2018 SAP SE. All rights reserved.