public class MaterialValuation extends VdmEntity<MaterialValuation>
Modifier and Type | Class and Description |
---|---|
static class |
MaterialValuation.MaterialValuationBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<MaterialValuation> |
ALL_FIELDS
Selector for all available fields of MaterialValuation.
|
static MaterialValuationField<String> |
COST_ESTIMATE
Use with available fluent helpers to apply the CostEstimate field to query operations.
|
Constructor and Description |
---|
MaterialValuation() |
MaterialValuation(String costEstimate,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static MaterialValuation.MaterialValuationBuilder |
builder() |
boolean |
equals(Object o) |
static <T> MaterialValuationField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getCostEstimate()
(Key Field) Constraints: Not nullable, Maximum length: 12
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Class<MaterialValuation> |
getType() |
int |
hashCode() |
void |
setCostEstimate(String costEstimate)
(Key Field) Constraints: Not nullable, Maximum length: 12
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<MaterialValuation> ALL_FIELDS
public static final MaterialValuationField<String> COST_ESTIMATE
@Generated(value="lombok") public MaterialValuation()
@ConstructorProperties(value={"costEstimate","erpConfigContext"}) @Generated(value="lombok") public MaterialValuation(@Nullable String costEstimate, @Nullable ErpConfigContext erpConfigContext)
public Class<MaterialValuation> getType()
getType
in class VdmObject<MaterialValuation>
public static <T> MaterialValuationField<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 MaterialValuation.MaterialValuationBuilder builder()
@Nullable @Generated(value="lombok") public String getCostEstimate()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setCostEstimate(@Nullable String costEstimate)
costEstimate
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<MaterialValuation>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<MaterialValuation>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<MaterialValuation>
Copyright © 2017 SAP SE. All rights reserved.