public class SuplrEvalRspLanguage extends VdmEntity<SuplrEvalRspLanguage>
Original entity name from the Odata EDM: A_SuplrEvalRspLanguageType
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalRspLanguage.SuplrEvalRspLanguageBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrEvalRspLanguageSelectable |
ALL_FIELDS
Selector for all available fields of SuplrEvalRspLanguage.
|
static SuplrEvalRspLanguageField<String> |
IS_MASTER_LANGUAGE
Use with available fluent helpers to apply the IsMasterLanguage field to query operations.
|
static SuplrEvalRspLanguageField<String> |
IS_SELECTED_LANGUAGE
Use with available fluent helpers to apply the IsSelectedLanguage field to query operations.
|
static SuplrEvalRspLanguageField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static SuplrEvalRspLanguageField<UUID> |
SUPLR_EVAL_RSP_LANGUAGE_UUID
Use with available fluent helpers to apply the SuplrEvalRspLanguageUUID field to query operations.
|
static SuplrEvalRspLanguageField<UUID> |
SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID
Use with available fluent helpers to apply the SuplrEvalRspQuestionnaireUUID field to query operations.
|
static SuplrEvalRspLanguageField<UUID> |
SUPLR_EVAL_RSP_UUID
Use with available fluent helpers to apply the SuplrEvalRspUUID field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SuplrEvalRspLanguage() |
SuplrEvalRspLanguage(UUID suplrEvalRspLanguageUUID,
UUID suplrEvalRspQuestionnaireUUID,
UUID suplrEvalRspUUID,
String isMasterLanguage,
String isSelectedLanguage,
String language,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrEvalRspLanguage.SuplrEvalRspLanguageBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> SuplrEvalRspLanguageField<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).
|
String |
getIsMasterLanguage()
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: IsMasterLanguage
|
String |
getIsSelectedLanguage()
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: IsSelectedLanguage
|
protected Map<String,Object> |
getKey() |
String |
getLanguage()
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: Language
|
UUID |
getSuplrEvalRspLanguageUUID()
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrEvalRspLanguageUUID
|
UUID |
getSuplrEvalRspQuestionnaireUUID()
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspQuestionnaireUUID
|
UUID |
getSuplrEvalRspUUID()
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspUUID
|
Class<SuplrEvalRspLanguage> |
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 |
setIsMasterLanguage(String isMasterLanguage)
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: IsMasterLanguage
|
void |
setIsSelectedLanguage(String isSelectedLanguage)
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: IsSelectedLanguage
|
void |
setLanguage(String language)
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: Language
|
void |
setSuplrEvalRspLanguageUUID(UUID suplrEvalRspLanguageUUID)
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrEvalRspLanguageUUID
|
void |
setSuplrEvalRspQuestionnaireUUID(UUID suplrEvalRspQuestionnaireUUID)
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspQuestionnaireUUID
|
void |
setSuplrEvalRspUUID(UUID suplrEvalRspUUID)
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspUUID
|
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 SuplrEvalRspLanguageSelectable ALL_FIELDS
public static final SuplrEvalRspLanguageField<UUID> SUPLR_EVAL_RSP_LANGUAGE_UUID
public static final SuplrEvalRspLanguageField<UUID> SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID
public static final SuplrEvalRspLanguageField<UUID> SUPLR_EVAL_RSP_UUID
public static final SuplrEvalRspLanguageField<String> IS_MASTER_LANGUAGE
public static final SuplrEvalRspLanguageField<String> IS_SELECTED_LANGUAGE
public static final SuplrEvalRspLanguageField<String> LANGUAGE
public SuplrEvalRspLanguage()
public SuplrEvalRspLanguage(@Nullable UUID suplrEvalRspLanguageUUID, @Nullable UUID suplrEvalRspQuestionnaireUUID, @Nullable UUID suplrEvalRspUUID, @Nullable String isMasterLanguage, @Nullable String isSelectedLanguage, @Nullable String language, @Nullable ErpConfigContext erpConfigContext)
public Class<SuplrEvalRspLanguage> getType()
getType
in class VdmObject<SuplrEvalRspLanguage>
public void setSuplrEvalRspLanguageUUID(@Nullable UUID suplrEvalRspLanguageUUID)
Original property name from the Odata EDM: SuplrEvalRspLanguageUUID
suplrEvalRspLanguageUUID
- Evaluation Response Language UUIDpublic void setSuplrEvalRspQuestionnaireUUID(@Nullable UUID suplrEvalRspQuestionnaireUUID)
Original property name from the Odata EDM: SuplrEvalRspQuestionnaireUUID
suplrEvalRspQuestionnaireUUID
- Evaluation Response Questionnaire UUIDpublic void setSuplrEvalRspUUID(@Nullable UUID suplrEvalRspUUID)
Original property name from the Odata EDM: SuplrEvalRspUUID
suplrEvalRspUUID
- Evaluation Response UUIDpublic void setIsMasterLanguage(@Nullable String isMasterLanguage)
Original property name from the Odata EDM: IsMasterLanguage
isMasterLanguage
- Master Languagepublic void setIsSelectedLanguage(@Nullable String isSelectedLanguage)
Original property name from the Odata EDM: IsSelectedLanguage
isSelectedLanguage
- Selected Languagepublic void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Languageprotected String getEndpointUrl()
getEndpointUrl
in class VdmEntity<SuplrEvalRspLanguage>
protected String getEntityCollection()
getEntityCollection
in class VdmEntity<SuplrEvalRspLanguage>
protected Map<String,Object> getKey()
getKey
in class VdmObject<SuplrEvalRspLanguage>
protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SuplrEvalRspLanguage>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SuplrEvalRspLanguage>
public static <T> SuplrEvalRspLanguageField<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 SuplrEvalRspLanguage.SuplrEvalRspLanguageBuilder builder()
@Nullable public UUID getSuplrEvalRspLanguageUUID()
Original property name from the Odata EDM: SuplrEvalRspLanguageUUID
@Nullable public UUID getSuplrEvalRspQuestionnaireUUID()
Original property name from the Odata EDM: SuplrEvalRspQuestionnaireUUID
@Nullable public UUID getSuplrEvalRspUUID()
Original property name from the Odata EDM: SuplrEvalRspUUID
@Nullable public String getIsMasterLanguage()
Original property name from the Odata EDM: IsMasterLanguage
@Nullable public String getIsSelectedLanguage()
Original property name from the Odata EDM: IsSelectedLanguage
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<SuplrEvalRspLanguage>
erpConfigContext
- public String toString()
toString
in class VdmObject<SuplrEvalRspLanguage>
public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalRspLanguage>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SuplrEvalRspLanguage>
public int hashCode()
hashCode
in class VdmObject<SuplrEvalRspLanguage>
Copyright © 2018 SAP SE. All rights reserved.