public class ProductDescription extends VdmEntity<ProductDescription>
Original entity name from the Odata EDM: A_ProductDescriptionType
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.
|
changedOriginalFields
Constructor and Description |
---|
ProductDescription() |
ProductDescription(String product,
String language,
String productDescription,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ProductDescription.ProductDescriptionBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getEndpointUrl() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
protected Map<String,Object> |
getKey() |
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: Language
|
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: Product
|
String |
getProductDescription()
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: ProductDescription
|
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 Original property name from the Odata EDM: Language
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: Product
|
void |
setProductDescription(String productDescription)
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: ProductDescription
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
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 void setProduct(@Nullable String product)
Original property name from the Odata EDM: Product
product
- Product Numberpublic void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Language Keypublic void setProductDescription(@Nullable String productDescription)
Original property name from the Odata EDM: ProductDescription
productDescription
- Product Descriptionprotected String getEndpointUrl()
getEndpointUrl
in class VdmEntity<ProductDescription>
protected String getEntityCollection()
getEntityCollection
in class VdmEntity<ProductDescription>
protected Map<String,Object> getKey()
getKey
in class VdmObject<ProductDescription>
protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProductDescription>
protected void fromMap(Map<String,Object> inputValues)
fromMap
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()
Original property name from the Odata EDM: Product
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public String getProductDescription()
Original property name from the Odata EDM: ProductDescription
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<ProductDescription>
erpConfigContext
- public String toString()
toString
in class VdmObject<ProductDescription>
public boolean equals(Object o)
equals
in class VdmObject<ProductDescription>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ProductDescription>
public int hashCode()
hashCode
in class VdmObject<ProductDescription>
Copyright © 2018 SAP SE. All rights reserved.