Class MaterialValuation
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<MaterialValuation>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.materialprice.MaterialValuation
Material Valuation
Original entity name from the Odata EDM: MaterialValuation
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MaterialValuationSelectableSelector for all available fields of MaterialValuation.static final MaterialValuationField<String>Use with available fluent helpers to apply the CostEstimate field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
MaterialValuationField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> MaterialValuationField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 12protected Stringprotected StringgetKey()getType()inthashCode()voidsetCostEstimate(String costEstimate) (Key Field) Constraints: Not nullable, Maximum length: 12protected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of MaterialValuation. -
COST_ESTIMATE
Use with available fluent helpers to apply the CostEstimate field to query operations.
-
-
Constructor Details
-
MaterialValuation
public MaterialValuation() -
MaterialValuation
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<MaterialValuation>
-
setCostEstimate
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CostEstimate
- Parameters:
costEstimate- Cost EstimateNo
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<MaterialValuation>
-
getKey
- Overrides:
getKeyin classVdmObject<MaterialValuation>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<MaterialValuation>
-
fromMap
- Overrides:
fromMapin classVdmObject<MaterialValuation>
-
field
@Nonnull public static <T> MaterialValuationField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
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.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> MaterialValuationField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<MaterialValuation>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<MaterialValuation>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<MaterialValuation>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<MaterialValuation>
-
builder
-
getCostEstimate
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CostEstimate
- Returns:
- Cost EstimateNo
-
toString
- Overrides:
toStringin classVdmObject<MaterialValuation>
-
equals
- Overrides:
equalsin classVdmEntity<MaterialValuation>
-
canEqual
- Overrides:
canEqualin classVdmEntity<MaterialValuation>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<MaterialValuation>
-