public class RecipeText extends VdmEntity<RecipeText>
Modifier and Type | Class and Description |
---|---|
static class |
RecipeText.RecipeTextBuilder |
Modifier and Type | Field and Description |
---|---|
static RecipeTextSelectable |
ALL_FIELDS
Selector for all available fields of RecipeText.
|
static RecipeTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static RecipeTextField<String> |
RECIPE_DESCRIPTION
Use with available fluent helpers to apply the RecipeDescription field to query operations.
|
static RecipeTextField<UUID> |
RECIPE_UUID
Use with available fluent helpers to apply the RecipeUUID field to query operations.
|
Constructor and Description |
---|
RecipeText() |
RecipeText(UUID recipeUUID,
String language,
String recipeDescription,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static RecipeText.RecipeTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> RecipeTextField<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 |
getRecipeDescription()
Constraints: Not nullable, Maximum length: 132
|
UUID |
getRecipeUUID()
(Key Field) Constraints: Not nullable
|
Class<RecipeText> |
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 |
setRecipeDescription(String recipeDescription)
Constraints: Not nullable, Maximum length: 132
|
void |
setRecipeUUID(UUID recipeUUID)
(Key Field) Constraints: Not nullable
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final RecipeTextSelectable ALL_FIELDS
public static final RecipeTextField<UUID> RECIPE_UUID
public static final RecipeTextField<String> LANGUAGE
public static final RecipeTextField<String> RECIPE_DESCRIPTION
@Generated(value="lombok") public RecipeText()
@ConstructorProperties(value={"recipeUUID","language","recipeDescription","erpConfigContext"}) @Generated(value="lombok") public RecipeText(@Nullable UUID recipeUUID, @Nullable String language, @Nullable String recipeDescription, @Nullable ErpConfigContext erpConfigContext)
public Class<RecipeText> getType()
getType
in class VdmObject<RecipeText>
public static <T> RecipeTextField<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 RecipeText.RecipeTextBuilder builder()
@Nullable @Generated(value="lombok") public UUID getRecipeUUID()
@Nullable @Generated(value="lombok") public String getLanguage()
@Nullable @Generated(value="lombok") public String getRecipeDescription()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setRecipeUUID(@Nullable UUID recipeUUID)
recipeUUID
- @Generated(value="lombok") public void setLanguage(@Nullable String language)
language
- @Generated(value="lombok") public void setRecipeDescription(@Nullable String recipeDescription)
recipeDescription
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<RecipeText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<RecipeText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<RecipeText>
Copyright © 2018 SAP SE. All rights reserved.