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