public class SuplrEvalRspAppraiser extends VdmEntity<SuplrEvalRspAppraiser>
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalRspAppraiser.SuplrEvalRspAppraiserBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<SuplrEvalRspAppraiser> |
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.
|
Constructor and Description |
---|
SuplrEvalRspAppraiser() |
SuplrEvalRspAppraiser(UUID suplrEvalRspPartyUUID,
UUID suplrEvalRspUUID,
String userID,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrEvalRspAppraiser.SuplrEvalRspAppraiserBuilder |
builder() |
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.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
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
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<SuplrEvalRspAppraiser> 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
@Generated(value="lombok") public SuplrEvalRspAppraiser()
@ConstructorProperties(value={"suplrEvalRspPartyUUID","suplrEvalRspUUID","userID","erpConfigContext"}) @Generated(value="lombok") public SuplrEvalRspAppraiser(@Nullable UUID suplrEvalRspPartyUUID, @Nullable UUID suplrEvalRspUUID, @Nullable String userID, @Nullable ErpConfigContext erpConfigContext)
public Class<SuplrEvalRspAppraiser> getType()
getType
in class VdmObject<SuplrEvalRspAppraiser>
public static <T> SuplrEvalRspAppraiserField<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 SuplrEvalRspAppraiser.SuplrEvalRspAppraiserBuilder builder()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalRspPartyUUID()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalRspUUID()
@Nullable @Generated(value="lombok") public String getUserID()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSuplrEvalRspPartyUUID(@Nullable UUID suplrEvalRspPartyUUID)
suplrEvalRspPartyUUID
- @Generated(value="lombok") public void setSuplrEvalRspUUID(@Nullable UUID suplrEvalRspUUID)
suplrEvalRspUUID
- @Generated(value="lombok") public void setUserID(@Nullable String userID)
userID
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<SuplrEvalRspAppraiser>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalRspAppraiser>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SuplrEvalRspAppraiser>
Copyright © 2017 SAP SE. All rights reserved.