public class SuplrEvalRspPurchaserResp extends VdmEntity<SuplrEvalRspPurchaserResp>
Original entity name from the Odata EDM: A_SuplrEvalRspPurchaserRespType
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalRspPurchaserResp.SuplrEvalRspPurchaserRespBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrEvalRspPurchaserRespSelectable |
ALL_FIELDS
Selector for all available fields of SuplrEvalRspPurchaserResp.
|
static SuplrEvalRspPurchaserRespField<UUID> |
SUPLR_EVAL_RSP_PARTY_UUID
Use with available fluent helpers to apply the SuplrEvalRspPartyUUID field to query operations.
|
static SuplrEvalRspPurchaserRespField<UUID> |
SUPLR_EVAL_RSP_UUID
Use with available fluent helpers to apply the SuplrEvalRspUUID field to query operations.
|
static SuplrEvalRspPurchaserRespField<String> |
USER_ID
Use with available fluent helpers to apply the UserID field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SuplrEvalRspPurchaserResp() |
SuplrEvalRspPurchaserResp(UUID suplrEvalRspPartyUUID,
UUID suplrEvalRspUUID,
String userID,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrEvalRspPurchaserResp.SuplrEvalRspPurchaserRespBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> SuplrEvalRspPurchaserRespField<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() |
UUID |
getSuplrEvalRspPartyUUID()
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrEvalRspPartyUUID
|
UUID |
getSuplrEvalRspUUID()
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspUUID
|
Class<SuplrEvalRspPurchaserResp> |
getType() |
String |
getUserID()
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: UserID
|
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setSuplrEvalRspPartyUUID(UUID suplrEvalRspPartyUUID)
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrEvalRspPartyUUID
|
void |
setSuplrEvalRspUUID(UUID suplrEvalRspUUID)
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspUUID
|
void |
setUserID(String userID)
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: UserID
|
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 SuplrEvalRspPurchaserRespSelectable ALL_FIELDS
public static final SuplrEvalRspPurchaserRespField<UUID> SUPLR_EVAL_RSP_PARTY_UUID
public static final SuplrEvalRspPurchaserRespField<UUID> SUPLR_EVAL_RSP_UUID
public static final SuplrEvalRspPurchaserRespField<String> USER_ID
public Class<SuplrEvalRspPurchaserResp> getType()
getType
in class VdmObject<SuplrEvalRspPurchaserResp>
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 getEndpointUrl()
getEndpointUrl
in class VdmEntity<SuplrEvalRspPurchaserResp>
protected String getEntityCollection()
getEntityCollection
in class VdmEntity<SuplrEvalRspPurchaserResp>
protected Map<String,Object> getKey()
getKey
in class VdmObject<SuplrEvalRspPurchaserResp>
protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SuplrEvalRspPurchaserResp>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SuplrEvalRspPurchaserResp>
public static <T> SuplrEvalRspPurchaserRespField<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 SuplrEvalRspPurchaserResp.SuplrEvalRspPurchaserRespBuilder 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<SuplrEvalRspPurchaserResp>
erpConfigContext
- public String toString()
toString
in class VdmObject<SuplrEvalRspPurchaserResp>
public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalRspPurchaserResp>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SuplrEvalRspPurchaserResp>
public int hashCode()
hashCode
in class VdmObject<SuplrEvalRspPurchaserResp>
Copyright © 2018 SAP SE. All rights reserved.