Class ProductValuationCosting
Original entity name from the Odata EDM: A_ProductValuationCostingType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProductValuationCostingSelectableSelector for all available fields of ProductValuationCosting.static final ProductValuationCostingField<String>Use with available fluent helpers to apply the CostOriginGroup field to query operations.static final ProductValuationCostingField<String>Use with available fluent helpers to apply the CostingOverheadGroup field to query operations.static final ProductValuationCostingField<Boolean>Use with available fluent helpers to apply the IsMaterialCostedWithQtyStruc field to query operations.static final ProductValuationCostingField<String>Use with available fluent helpers to apply the IsMaterialRelatedOrigin field to query operations.static final ProductValuationCostingField<String>Use with available fluent helpers to apply the Product field to query operations.static final ProductValuationCostingField<String>Use with available fluent helpers to apply the ValuationArea field to query operations.static final ProductValuationCostingField<String>Use with available fluent helpers to apply the ValuationType 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>
ProductValuationCostingField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProductValuationCostingField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 4protected Stringprotected StringConstraints: noneConstraints: Not nullable, Maximum length: 1getKey()(Key Field) Constraints: Not nullable, Maximum length: 40getType()(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 10inthashCode()voidsetCostingOverheadGroup(String costingOverheadGroup) Constraints: Not nullable, Maximum length: 10voidsetCostOriginGroup(String costOriginGroup) Constraints: Not nullable, Maximum length: 4voidsetIsMaterialCostedWithQtyStruc(Boolean isMaterialCostedWithQtyStruc) Constraints: nonevoidsetIsMaterialRelatedOrigin(String isMaterialRelatedOrigin) Constraints: Not nullable, Maximum length: 1voidsetProduct(String product) (Key Field) Constraints: Not nullable, Maximum length: 40protected voidsetServicePathForFetch(String servicePathForFetch) voidsetValuationArea(String valuationArea) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetValuationType(String valuationType) (Key Field) Constraints: Not nullable, Maximum length: 10toString()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 ProductValuationCosting. -
PRODUCT
Use with available fluent helpers to apply the Product field to query operations. -
VALUATION_AREA
Use with available fluent helpers to apply the ValuationArea field to query operations. -
VALUATION_TYPE
Use with available fluent helpers to apply the ValuationType field to query operations. -
IS_MATERIAL_COSTED_WITH_QTY_STRUC
Use with available fluent helpers to apply the IsMaterialCostedWithQtyStruc field to query operations. -
IS_MATERIAL_RELATED_ORIGIN
Use with available fluent helpers to apply the IsMaterialRelatedOrigin field to query operations. -
COST_ORIGIN_GROUP
Use with available fluent helpers to apply the CostOriginGroup field to query operations. -
COSTING_OVERHEAD_GROUP
Use with available fluent helpers to apply the CostingOverheadGroup field to query operations.
-
-
Constructor Details
-
ProductValuationCosting
public ProductValuationCosting() -
ProductValuationCosting
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ProductValuationCosting>
-
setProduct
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Product
- Parameters:
product- Product Number
-
setValuationArea
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ValuationArea
- Parameters:
valuationArea- Valuation Area
-
setValuationType
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ValuationType
- Parameters:
valuationType- Valuation Type
-
setIsMaterialCostedWithQtyStruc
Constraints: noneOriginal property name from the Odata EDM: IsMaterialCostedWithQtyStruc
- Parameters:
isMaterialCostedWithQtyStruc- Material Is Costed with Quantity Structure
-
setIsMaterialRelatedOrigin
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: IsMaterialRelatedOrigin
- Parameters:
isMaterialRelatedOrigin- Material-related origin
-
setCostOriginGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CostOriginGroup
- Parameters:
costOriginGroup- Origin Group as Subdivision of Cost Element
-
setCostingOverheadGroup
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CostingOverheadGroup
- Parameters:
costingOverheadGroup- Costing Overhead Group
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ProductValuationCosting>
-
getKey
- Overrides:
getKeyin classVdmObject<ProductValuationCosting>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ProductValuationCosting>
-
fromMap
- Overrides:
fromMapin classVdmObject<ProductValuationCosting>
-
field
@Nonnull public static <T> ProductValuationCostingField<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> ProductValuationCostingField<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<ProductValuationCosting>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ProductValuationCosting>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ProductValuationCosting>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ProductValuationCosting>
-
builder
-
getProduct
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Product
- Returns:
- Product Number
-
getValuationArea
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ValuationArea
- Returns:
- Valuation Area
-
getValuationType
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ValuationType
- Returns:
- Valuation Type
-
getIsMaterialCostedWithQtyStruc
Constraints: noneOriginal property name from the Odata EDM: IsMaterialCostedWithQtyStruc
- Returns:
- Material Is Costed with Quantity Structure
-
getIsMaterialRelatedOrigin
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: IsMaterialRelatedOrigin
- Returns:
- Material-related origin
-
getCostOriginGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CostOriginGroup
- Returns:
- Origin Group as Subdivision of Cost Element
-
getCostingOverheadGroup
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CostingOverheadGroup
- Returns:
- Costing Overhead Group
-
toString
- Overrides:
toStringin classVdmObject<ProductValuationCosting>
-
equals
- Overrides:
equalsin classVdmEntity<ProductValuationCosting>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ProductValuationCosting>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ProductValuationCosting>
-