public class ProductDescription extends VdmEntity<ProductDescription>
Modifier and Type | Class and Description |
---|---|
static class |
ProductDescription.ProductDescriptionBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<ProductDescription> |
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 EntityFieldAll<ProductDescription> 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()
@Nullable @Generated(value="lombok") public String getProductDescription()
@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)
language
- @Generated(value="lombok") public void setProductDescription(@Nullable String productDescription)
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 © 2017 SAP SE. All rights reserved.