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