public class SuplrEvalRspQuestionText extends VdmEntity<SuplrEvalRspQuestionText>
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalRspQuestionText.SuplrEvalRspQuestionTextBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrEvalRspQuestionTextSelectable |
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. fetching associated entities).
|
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2 - the language in which texts are displayed,
- the language in which you enter texts,
- the language in which the system prints texts.
|
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. fetching associated entities).
|
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2 - the language in which texts are displayed,
- the language in which you enter texts,
- the language in which the system prints texts.
|
void |
setSuplrEvalReqUUID(UUID suplrEvalReqUUID)
(Key Field) Constraints: Not nullable
|
void |
setSuplrEvalRspQuestionText(String suplrEvalRspQuestionText)
Constraints: none
|
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final SuplrEvalRspQuestionTextSelectable 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
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.public static SuplrEvalRspQuestionText.SuplrEvalRspQuestionTextBuilder builder()
@Nullable public UUID getSuplrEvalReqUUID()
@Nullable 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 public String getSuplrEvalRspQuestionText()
@Nullable public ErpConfigContext getErpConfigContext()
public void setSuplrEvalReqUUID(@Nullable UUID suplrEvalReqUUID)
suplrEvalReqUUID
- 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
- public void setSuplrEvalRspQuestionText(@Nullable String suplrEvalRspQuestionText)
suplrEvalRspQuestionText
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<SuplrEvalRspQuestionText>
public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalRspQuestionText>
public int hashCode()
hashCode
in class VdmObject<SuplrEvalRspQuestionText>
Copyright © 2018 SAP SE. All rights reserved.