public class SuplrEvalRspIntroduction extends VdmEntity<SuplrEvalRspIntroduction>
Original entity name from the Odata EDM: A_SuplrEvalRspIntroductionType
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalRspIntroduction.SuplrEvalRspIntroductionBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrEvalRspIntroductionSelectable |
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.
|
changedOriginalFields
Constructor and Description |
---|
SuplrEvalRspIntroduction() |
SuplrEvalRspIntroduction(UUID suplrEvalReqUUID,
String language,
String suplrEvalRspIntroductionText,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrEvalRspIntroduction.SuplrEvalRspIntroductionBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getEndpointUrl() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
protected Map<String,Object> |
getKey() |
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: Language- 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 nullableOriginal property name from the Odata EDM: SuplrEvalReqUUID
|
String |
getSuplrEvalRspIntroductionText()
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspIntroductionText
|
Class<SuplrEvalRspIntroduction> |
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 Original property name from the Odata EDM: Language- 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 nullableOriginal property name from the Odata EDM: SuplrEvalReqUUID
|
void |
setSuplrEvalRspIntroductionText(String suplrEvalRspIntroductionText)
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspIntroductionText
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SuplrEvalRspIntroductionSelectable 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
public Class<SuplrEvalRspIntroduction> getType()
getType
in class VdmObject<SuplrEvalRspIntroduction>
public void setSuplrEvalReqUUID(@Nullable UUID suplrEvalReqUUID)
Original property name from the Odata EDM: SuplrEvalReqUUID
suplrEvalReqUUID
- Evaluation Request UUIDpublic void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed, - the language in which you enter texts, - the language in which the system prints texts.
language
- The language key indicatespublic void setSuplrEvalRspIntroductionText(@Nullable String suplrEvalRspIntroductionText)
Original property name from the Odata EDM: SuplrEvalRspIntroductionText
suplrEvalRspIntroductionText
- Text Contentprotected String getEndpointUrl()
getEndpointUrl
in class VdmEntity<SuplrEvalRspIntroduction>
protected String getEntityCollection()
getEntityCollection
in class VdmEntity<SuplrEvalRspIntroduction>
protected Map<String,Object> getKey()
getKey
in class VdmObject<SuplrEvalRspIntroduction>
protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SuplrEvalRspIntroduction>
protected void fromMap(Map<String,Object> inputValues)
fromMap
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.public static SuplrEvalRspIntroduction.SuplrEvalRspIntroductionBuilder builder()
@Nullable public UUID getSuplrEvalReqUUID()
Original property name from the Odata EDM: SuplrEvalReqUUID
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
- 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 getSuplrEvalRspIntroductionText()
Original property name from the Odata EDM: SuplrEvalRspIntroductionText
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<SuplrEvalRspIntroduction>
erpConfigContext
- public String toString()
toString
in class VdmObject<SuplrEvalRspIntroduction>
public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalRspIntroduction>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SuplrEvalRspIntroduction>
public int hashCode()
hashCode
in class VdmObject<SuplrEvalRspIntroduction>
Copyright © 2018 SAP SE. All rights reserved.