public class SuplrEvalRspExternalName extends VdmEntity<SuplrEvalRspExternalName>
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalRspExternalName.SuplrEvalRspExternalNameBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<SuplrEvalRspExternalName> |
ALL_FIELDS
Selector for all available fields of SuplrEvalRspExternalName.
|
static SuplrEvalRspExternalNameField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static SuplrEvalRspExternalNameField<String> |
SUPLR_EVAL_REQ_EXTERNAL_NAME
Use with available fluent helpers to apply the SuplrEvalReqExternalName field to query operations.
|
static SuplrEvalRspExternalNameField<UUID> |
SUPLR_EVAL_REQ_EXTERNAL_NAME_UUID
Use with available fluent helpers to apply the SuplrEvalReqExternalNameUUID field to query operations.
|
static SuplrEvalRspExternalNameField<UUID> |
SUPLR_EVAL_RSP_UUID
Use with available fluent helpers to apply the SuplrEvalRspUUID field to query operations.
|
Constructor and Description |
---|
SuplrEvalRspExternalName() |
SuplrEvalRspExternalName(UUID suplrEvalRspUUID,
String language,
UUID suplrEvalReqExternalNameUUID,
String suplrEvalReqExternalName,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrEvalRspExternalName.SuplrEvalRspExternalNameBuilder |
builder() |
boolean |
equals(Object o) |
static <T> SuplrEvalRspExternalNameField<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
|
String |
getSuplrEvalReqExternalName()
Constraints: Not nullable, Maximum length: 60
|
UUID |
getSuplrEvalReqExternalNameUUID()
Constraints: none
|
UUID |
getSuplrEvalRspUUID()
(Key Field) Constraints: Not nullable
|
Class<SuplrEvalRspExternalName> |
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 |
setSuplrEvalReqExternalName(String suplrEvalReqExternalName)
Constraints: Not nullable, Maximum length: 60
|
void |
setSuplrEvalReqExternalNameUUID(UUID suplrEvalReqExternalNameUUID)
Constraints: none
|
void |
setSuplrEvalRspUUID(UUID suplrEvalRspUUID)
(Key Field) Constraints: Not nullable
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<SuplrEvalRspExternalName> ALL_FIELDS
public static final SuplrEvalRspExternalNameField<UUID> SUPLR_EVAL_RSP_UUID
public static final SuplrEvalRspExternalNameField<String> LANGUAGE
public static final SuplrEvalRspExternalNameField<UUID> SUPLR_EVAL_REQ_EXTERNAL_NAME_UUID
public static final SuplrEvalRspExternalNameField<String> SUPLR_EVAL_REQ_EXTERNAL_NAME
@Generated(value="lombok") public SuplrEvalRspExternalName()
@ConstructorProperties(value={"suplrEvalRspUUID","language","suplrEvalReqExternalNameUUID","suplrEvalReqExternalName","erpConfigContext"}) @Generated(value="lombok") public SuplrEvalRspExternalName(@Nullable UUID suplrEvalRspUUID, @Nullable String language, @Nullable UUID suplrEvalReqExternalNameUUID, @Nullable String suplrEvalReqExternalName, @Nullable ErpConfigContext erpConfigContext)
public Class<SuplrEvalRspExternalName> getType()
getType
in class VdmObject<SuplrEvalRspExternalName>
public static <T> SuplrEvalRspExternalNameField<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 SuplrEvalRspExternalName.SuplrEvalRspExternalNameBuilder builder()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalRspUUID()
@Nullable @Generated(value="lombok") public String getLanguage()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalReqExternalNameUUID()
@Nullable @Generated(value="lombok") public String getSuplrEvalReqExternalName()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSuplrEvalRspUUID(@Nullable UUID suplrEvalRspUUID)
suplrEvalRspUUID
- @Generated(value="lombok") public void setLanguage(@Nullable String language)
language
- @Generated(value="lombok") public void setSuplrEvalReqExternalNameUUID(@Nullable UUID suplrEvalReqExternalNameUUID)
suplrEvalReqExternalNameUUID
- @Generated(value="lombok") public void setSuplrEvalReqExternalName(@Nullable String suplrEvalReqExternalName)
suplrEvalReqExternalName
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<SuplrEvalRspExternalName>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalRspExternalName>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SuplrEvalRspExternalName>
Copyright © 2017 SAP SE. All rights reserved.