public class SuplrEvalSccrdSupplier extends VdmEntity<SuplrEvalSccrdSupplier>
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalSccrdSupplier.SuplrEvalSccrdSupplierBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrEvalSccrdSupplierSelectable |
ALL_FIELDS
Selector for all available fields of SuplrEvalSccrdSupplier.
|
static SuplrEvalSccrdSupplierField<String> |
BUSINESS_PARTNER
Use with available fluent helpers to apply the BusinessPartner field to query operations.
|
static SuplrEvalSccrdSupplierField<UUID> |
SUPLR_EVAL_SCORECARD_PTY_UUID
Use with available fluent helpers to apply the SuplrEvalScorecardPtyUUID field to query operations.
|
static SuplrEvalSccrdSupplierField<UUID> |
SUPLR_EVAL_SCORECARD_UUID
Use with available fluent helpers to apply the SuplrEvalScorecardUUID field to query operations.
|
Constructor and Description |
---|
SuplrEvalSccrdSupplier() |
SuplrEvalSccrdSupplier(UUID suplrEvalScorecardPtyUUID,
UUID suplrEvalScorecardUUID,
String businessPartner,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrEvalSccrdSupplier.SuplrEvalSccrdSupplierBuilder |
builder() |
boolean |
equals(Object o) |
static <T> SuplrEvalSccrdSupplierField<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 |
getSuplrEvalScorecardPtyUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getSuplrEvalScorecardUUID()
Constraints: none
|
Class<SuplrEvalSccrdSupplier> |
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 |
setSuplrEvalScorecardPtyUUID(UUID suplrEvalScorecardPtyUUID)
(Key Field) Constraints: Not nullable
|
void |
setSuplrEvalScorecardUUID(UUID suplrEvalScorecardUUID)
Constraints: none
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final SuplrEvalSccrdSupplierSelectable ALL_FIELDS
public static final SuplrEvalSccrdSupplierField<UUID> SUPLR_EVAL_SCORECARD_PTY_UUID
public static final SuplrEvalSccrdSupplierField<UUID> SUPLR_EVAL_SCORECARD_UUID
public static final SuplrEvalSccrdSupplierField<String> BUSINESS_PARTNER
@Generated(value="lombok") public SuplrEvalSccrdSupplier()
@ConstructorProperties(value={"suplrEvalScorecardPtyUUID","suplrEvalScorecardUUID","businessPartner","erpConfigContext"}) @Generated(value="lombok") public SuplrEvalSccrdSupplier(@Nullable UUID suplrEvalScorecardPtyUUID, @Nullable UUID suplrEvalScorecardUUID, @Nullable String businessPartner, @Nullable ErpConfigContext erpConfigContext)
public Class<SuplrEvalSccrdSupplier> getType()
getType
in class VdmObject<SuplrEvalSccrdSupplier>
public static <T> SuplrEvalSccrdSupplierField<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 SuplrEvalSccrdSupplier.SuplrEvalSccrdSupplierBuilder builder()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalScorecardPtyUUID()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalScorecardUUID()
@Nullable @Generated(value="lombok") public String getBusinessPartner()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSuplrEvalScorecardPtyUUID(@Nullable UUID suplrEvalScorecardPtyUUID)
suplrEvalScorecardPtyUUID
- @Generated(value="lombok") public void setSuplrEvalScorecardUUID(@Nullable UUID suplrEvalScorecardUUID)
suplrEvalScorecardUUID
- @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<SuplrEvalSccrdSupplier>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalSccrdSupplier>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SuplrEvalSccrdSupplier>
Copyright © 2018 SAP SE. All rights reserved.