public class SuplrEvalRspSupplier extends VdmEntity<SuplrEvalRspSupplier>
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalRspSupplier.SuplrEvalRspSupplierBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrEvalRspSupplierSelectable |
ALL_FIELDS
Selector for all available fields of SuplrEvalRspSupplier.
|
static SuplrEvalRspSupplierField<String> |
BUSINESS_PARTNER
Use with available fluent helpers to apply the BusinessPartner field to query operations.
|
static SuplrEvalRspSupplierField<UUID> |
SUPLR_EVAL_RSP_PARTY_UUID
Use with available fluent helpers to apply the SuplrEvalRspPartyUUID field to query operations.
|
static SuplrEvalRspSupplierField<UUID> |
SUPLR_EVAL_RSP_UUID
Use with available fluent helpers to apply the SuplrEvalRspUUID field to query operations.
|
Constructor and Description |
---|
SuplrEvalRspSupplier() |
SuplrEvalRspSupplier(UUID suplrEvalRspPartyUUID,
UUID suplrEvalRspUUID,
String businessPartner,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrEvalRspSupplier.SuplrEvalRspSupplierBuilder |
builder() |
boolean |
equals(Object o) |
static <T> SuplrEvalRspSupplierField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getBusinessPartner()
Constraints: Not nullable, Maximum length: 10
|
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<SuplrEvalRspSupplier> |
getType() |
int |
hashCode() |
void |
setBusinessPartner(String businessPartner)
Constraints: Not nullable, Maximum length: 10
|
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
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final SuplrEvalRspSupplierSelectable ALL_FIELDS
public static final SuplrEvalRspSupplierField<UUID> SUPLR_EVAL_RSP_PARTY_UUID
public static final SuplrEvalRspSupplierField<UUID> SUPLR_EVAL_RSP_UUID
public static final SuplrEvalRspSupplierField<String> BUSINESS_PARTNER
@Generated(value="lombok") public SuplrEvalRspSupplier()
@ConstructorProperties(value={"suplrEvalRspPartyUUID","suplrEvalRspUUID","businessPartner","erpConfigContext"}) @Generated(value="lombok") public SuplrEvalRspSupplier(@Nullable UUID suplrEvalRspPartyUUID, @Nullable UUID suplrEvalRspUUID, @Nullable String businessPartner, @Nullable ErpConfigContext erpConfigContext)
public Class<SuplrEvalRspSupplier> getType()
getType
in class VdmObject<SuplrEvalRspSupplier>
public static <T> SuplrEvalRspSupplierField<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 SuplrEvalRspSupplier.SuplrEvalRspSupplierBuilder builder()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalRspPartyUUID()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalRspUUID()
@Nullable @Generated(value="lombok") public String getBusinessPartner()
@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 setBusinessPartner(@Nullable String businessPartner)
businessPartner
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<SuplrEvalRspSupplier>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalRspSupplier>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SuplrEvalRspSupplier>
Copyright © 2018 SAP SE. All rights reserved.