public class SuplrEvalRspExplText extends VdmEntity<SuplrEvalRspExplText>
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalRspExplText.SuplrEvalRspExplTextBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<SuplrEvalRspExplText> |
ALL_FIELDS
Selector for all available fields of SuplrEvalRspExplText.
|
static SuplrEvalRspExplTextField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static SuplrEvalRspExplTextField<UUID> |
SUPLR_EVAL_REQ_UUID
Use with available fluent helpers to apply the SuplrEvalReqUUID field to query operations.
|
static SuplrEvalRspExplTextField<String> |
SUPLR_EVAL_RSP_EXPLANATION_TEXT
Use with available fluent helpers to apply the SuplrEvalRspExplanationText field to query operations.
|
Constructor and Description |
---|
SuplrEvalRspExplText() |
SuplrEvalRspExplText(UUID suplrEvalReqUUID,
String language,
String suplrEvalRspExplanationText,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrEvalRspExplText.SuplrEvalRspExplTextBuilder |
builder() |
boolean |
equals(Object o) |
static <T> SuplrEvalRspExplTextField<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
|
UUID |
getSuplrEvalReqUUID()
(Key Field) Constraints: Not nullable
|
String |
getSuplrEvalRspExplanationText()
Constraints: none
|
Class<SuplrEvalRspExplText> |
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 |
setSuplrEvalReqUUID(UUID suplrEvalReqUUID)
(Key Field) Constraints: Not nullable
|
void |
setSuplrEvalRspExplanationText(String suplrEvalRspExplanationText)
Constraints: none
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<SuplrEvalRspExplText> ALL_FIELDS
public static final SuplrEvalRspExplTextField<UUID> SUPLR_EVAL_REQ_UUID
public static final SuplrEvalRspExplTextField<String> LANGUAGE
public static final SuplrEvalRspExplTextField<String> SUPLR_EVAL_RSP_EXPLANATION_TEXT
@Generated(value="lombok") public SuplrEvalRspExplText()
@ConstructorProperties(value={"suplrEvalReqUUID","language","suplrEvalRspExplanationText","erpConfigContext"}) @Generated(value="lombok") public SuplrEvalRspExplText(@Nullable UUID suplrEvalReqUUID, @Nullable String language, @Nullable String suplrEvalRspExplanationText, @Nullable ErpConfigContext erpConfigContext)
public Class<SuplrEvalRspExplText> getType()
getType
in class VdmObject<SuplrEvalRspExplText>
public static <T> SuplrEvalRspExplTextField<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 SuplrEvalRspExplText.SuplrEvalRspExplTextBuilder builder()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalReqUUID()
@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 getSuplrEvalRspExplanationText()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSuplrEvalReqUUID(@Nullable UUID suplrEvalReqUUID)
suplrEvalReqUUID
- @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 setSuplrEvalRspExplanationText(@Nullable String suplrEvalRspExplanationText)
suplrEvalRspExplanationText
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<SuplrEvalRspExplText>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalRspExplText>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SuplrEvalRspExplText>
Copyright © 2017 SAP SE. All rights reserved.