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.
|
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getProductDescription()
Constraints: Not nullable, Maximum length: 40
|
Class<ProductDescription> |
getType() |
int |
hashCode() |
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
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setProductDescription(String productDescription)
Constraints: Not nullable, Maximum length: 40
|
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
@Generated(value="lombok") public ProductDescription()
@ConstructorProperties(value={"product","language","productDescription","erpConfigContext"}) @Generated(value="lombok") public ProductDescription(@Nullable String product, @Nullable String language, @Nullable String productDescription, @Nullable ErpConfigContext erpConfigContext)
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.@Generated(value="lombok") public static ProductDescription.ProductDescriptionBuilder builder()
@Nullable @Generated(value="lombok") public String getProduct()
@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 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 @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setProduct(@Nullable String product)
product
- @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 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
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<ProductDescription>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<ProductDescription>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<ProductDescription>
Copyright © 2018 SAP SE. All rights reserved.