public class SuplrEvalRspAppraiser extends VdmEntity<SuplrEvalRspAppraiser>
Original entity name from the Odata EDM: A_SuplrEvalRspAppraiserType
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalRspAppraiser.SuplrEvalRspAppraiserBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrEvalRspAppraiserSelectable |
ALL_FIELDS
Selector for all available fields of SuplrEvalRspAppraiser.
|
static SuplrEvalRspAppraiserField<UUID> |
SUPLR_EVAL_RSP_PARTY_UUID
Use with available fluent helpers to apply the SuplrEvalRspPartyUUID field to query operations.
|
static SuplrEvalRspAppraiserField<UUID> |
SUPLR_EVAL_RSP_UUID
Use with available fluent helpers to apply the SuplrEvalRspUUID field to query operations.
|
static SuplrEvalRspAppraiserField<String> |
USER_ID
Use with available fluent helpers to apply the UserID field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SuplrEvalRspAppraiser() |
SuplrEvalRspAppraiser(UUID suplrEvalRspPartyUUID,
UUID suplrEvalRspUUID,
String userID,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrEvalRspAppraiser.SuplrEvalRspAppraiserBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> SuplrEvalRspAppraiserField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
UUID |
getSuplrEvalRspPartyUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getSuplrEvalRspUUID()
Constraints: none
|
Class<SuplrEvalRspAppraiser> |
getType() |
String |
getUserID()
Constraints: Not nullable, Maximum length: 12
|
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setSuplrEvalRspPartyUUID(UUID suplrEvalRspPartyUUID)
(Key Field) Constraints: Not nullable
|
void |
setSuplrEvalRspUUID(UUID suplrEvalRspUUID)
Constraints: none
|
void |
setUserID(String userID)
Constraints: Not nullable, Maximum length: 12
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SuplrEvalRspAppraiserSelectable ALL_FIELDS
public static final SuplrEvalRspAppraiserField<UUID> SUPLR_EVAL_RSP_PARTY_UUID
public static final SuplrEvalRspAppraiserField<UUID> SUPLR_EVAL_RSP_UUID
public static final SuplrEvalRspAppraiserField<String> USER_ID
public Class<SuplrEvalRspAppraiser> getType()
getType
in class VdmObject<SuplrEvalRspAppraiser>
public void setSuplrEvalRspPartyUUID(@Nullable UUID suplrEvalRspPartyUUID)
Original property name from the Odata EDM: SuplrEvalRspPartyUUID
suplrEvalRspPartyUUID
- Evaluation Response Party UUIDpublic void setSuplrEvalRspUUID(@Nullable UUID suplrEvalRspUUID)
Original property name from the Odata EDM: SuplrEvalRspUUID
suplrEvalRspUUID
- Evaluation Response UUIDpublic void setUserID(@Nullable String userID)
Original property name from the Odata EDM: UserID
userID
- User IDprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<SuplrEvalRspAppraiser>
protected Map<String,Object> getKey()
getKey
in class VdmObject<SuplrEvalRspAppraiser>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SuplrEvalRspAppraiser>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SuplrEvalRspAppraiser>
@Nonnull public static <T> SuplrEvalRspAppraiserField<T> field(@Nonnull String fieldName, @Nonnull 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.@Nonnull public static <T,DomainT> SuplrEvalRspAppraiserField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.public static SuplrEvalRspAppraiser.SuplrEvalRspAppraiserBuilder builder()
@Nullable public UUID getSuplrEvalRspPartyUUID()
Original property name from the Odata EDM: SuplrEvalRspPartyUUID
@Nullable public UUID getSuplrEvalRspUUID()
Original property name from the Odata EDM: SuplrEvalRspUUID
@Nullable public String getUserID()
Original property name from the Odata EDM: UserID
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<SuplrEvalRspAppraiser>
erpConfigContext
- public String toString()
toString
in class VdmObject<SuplrEvalRspAppraiser>
public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalRspAppraiser>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SuplrEvalRspAppraiser>
public int hashCode()
hashCode
in class VdmObject<SuplrEvalRspAppraiser>
Copyright © 2018 SAP SE. All rights reserved.