Class ProductWorkScheduling
Original entity name from the Odata EDM: A_ProductWorkSchedulingType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProductWorkSchedulingSelectableSelector for all available fields of ProductWorkScheduling.static final ProductWorkSchedulingField<String>Use with available fluent helpers to apply the BaseUnit field to query operations.static final ProductWorkSchedulingField<BigDecimal>Use with available fluent helpers to apply the MaterialBaseQuantity field to query operations.static final ProductWorkSchedulingField<BigDecimal>Use with available fluent helpers to apply the OverDelivToleranceLimit field to query operations.static final ProductWorkSchedulingField<String>Use with available fluent helpers to apply the Plant field to query operations.static final ProductWorkSchedulingField<String>Use with available fluent helpers to apply the Product field to query operations.static final ProductWorkSchedulingField<String>Use with available fluent helpers to apply the ProductionInvtryManagedLoc field to query operations.static final ProductWorkSchedulingField<BigDecimal>Use with available fluent helpers to apply the UnderDelivToleranceLimit field to query operations.static final ProductWorkSchedulingField<Boolean>Use with available fluent helpers to apply the UnlimitedOverDelivIsAllowed field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionProductWorkScheduling(String product, String plant, BigDecimal materialBaseQuantity, Boolean unlimitedOverDelivIsAllowed, BigDecimal overDelivToleranceLimit, BigDecimal underDelivToleranceLimit, String productionInvtryManagedLoc, String baseUnit) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
ProductWorkSchedulingField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProductWorkSchedulingField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 3protected Stringprotected StringgetKey()Constraints: Not nullable, Precision: 13, Scale: 3Constraints: Not nullable, Precision: 3, Scale: 1getPlant()(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 4getType()Constraints: Not nullable, Precision: 3, Scale: 1Constraints: noneinthashCode()voidsetBaseUnit(String baseUnit) Constraints: Not nullable, Maximum length: 3voidsetMaterialBaseQuantity(BigDecimal materialBaseQuantity) Constraints: Not nullable, Precision: 13, Scale: 3voidsetOverDelivToleranceLimit(BigDecimal overDelivToleranceLimit) Constraints: Not nullable, Precision: 3, Scale: 1void(Key Field) Constraints: Not nullable, Maximum length: 4voidsetProduct(String product) (Key Field) Constraints: Not nullable, Maximum length: 40voidsetProductionInvtryManagedLoc(String productionInvtryManagedLoc) Constraints: Not nullable, Maximum length: 4protected voidsetServicePathForFetch(String servicePathForFetch) voidsetUnderDelivToleranceLimit(BigDecimal underDelivToleranceLimit) Constraints: Not nullable, Precision: 3, Scale: 1voidsetUnlimitedOverDelivIsAllowed(Boolean unlimitedOverDelivIsAllowed) Constraints: nonetoString()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 ProductWorkScheduling. -
PRODUCT
Use with available fluent helpers to apply the Product field to query operations. -
PLANT
Use with available fluent helpers to apply the Plant field to query operations. -
MATERIAL_BASE_QUANTITY
Use with available fluent helpers to apply the MaterialBaseQuantity field to query operations. -
UNLIMITED_OVER_DELIV_IS_ALLOWED
Use with available fluent helpers to apply the UnlimitedOverDelivIsAllowed field to query operations. -
OVER_DELIV_TOLERANCE_LIMIT
Use with available fluent helpers to apply the OverDelivToleranceLimit field to query operations. -
UNDER_DELIV_TOLERANCE_LIMIT
Use with available fluent helpers to apply the UnderDelivToleranceLimit field to query operations. -
PRODUCTION_INVTRY_MANAGED_LOC
Use with available fluent helpers to apply the ProductionInvtryManagedLoc field to query operations. -
BASE_UNIT
Use with available fluent helpers to apply the BaseUnit field to query operations.
-
-
Constructor Details
-
ProductWorkScheduling
public ProductWorkScheduling() -
ProductWorkScheduling
public ProductWorkScheduling(@Nullable String product, @Nullable String plant, @Nullable BigDecimal materialBaseQuantity, @Nullable Boolean unlimitedOverDelivIsAllowed, @Nullable BigDecimal overDelivToleranceLimit, @Nullable BigDecimal underDelivToleranceLimit, @Nullable String productionInvtryManagedLoc, @Nullable String baseUnit)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ProductWorkScheduling>
-
setProduct
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Product
- Parameters:
product- Product Number
-
setPlant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Parameters:
plant- Plant
-
setMaterialBaseQuantity
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: MaterialBaseQuantity
- Parameters:
materialBaseQuantity- Base quantity
-
setUnlimitedOverDelivIsAllowed
Constraints: noneOriginal property name from the Odata EDM: UnlimitedOverDelivIsAllowed
- Parameters:
unlimitedOverDelivIsAllowed- Indicator: Unlimited Overdelivery Allowed
-
setOverDelivToleranceLimit
Constraints: Not nullable, Precision: 3, Scale: 1Original property name from the Odata EDM: OverDelivToleranceLimit
- Parameters:
overDelivToleranceLimit- Overdelivery tolerance limit
-
setUnderDelivToleranceLimit
Constraints: Not nullable, Precision: 3, Scale: 1Original property name from the Odata EDM: UnderDelivToleranceLimit
- Parameters:
underDelivToleranceLimit- Underdelivery tolerance limit
-
setProductionInvtryManagedLoc
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ProductionInvtryManagedLoc
- Parameters:
productionInvtryManagedLoc- Issue Storage Location
-
setBaseUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseUnit
- Parameters:
baseUnit- Base Unit of Measure
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ProductWorkScheduling>
-
getKey
- Overrides:
getKeyin classVdmObject<ProductWorkScheduling>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ProductWorkScheduling>
-
fromMap
- Overrides:
fromMapin classVdmObject<ProductWorkScheduling>
-
field
@Nonnull public static <T> ProductWorkSchedulingField<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> ProductWorkSchedulingField<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<ProductWorkScheduling>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ProductWorkScheduling>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ProductWorkScheduling>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ProductWorkScheduling>
-
builder
-
getProduct
(Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: Product
- Returns:
- Product Number
-
getPlant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
- Plant
-
getMaterialBaseQuantity
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: MaterialBaseQuantity
- Returns:
- Base quantity
-
getUnlimitedOverDelivIsAllowed
Constraints: noneOriginal property name from the Odata EDM: UnlimitedOverDelivIsAllowed
- Returns:
- Indicator: Unlimited Overdelivery Allowed
-
getOverDelivToleranceLimit
Constraints: Not nullable, Precision: 3, Scale: 1Original property name from the Odata EDM: OverDelivToleranceLimit
- Returns:
- Overdelivery tolerance limit
-
getUnderDelivToleranceLimit
Constraints: Not nullable, Precision: 3, Scale: 1Original property name from the Odata EDM: UnderDelivToleranceLimit
- Returns:
- Underdelivery tolerance limit
-
getProductionInvtryManagedLoc
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ProductionInvtryManagedLoc
- Returns:
- Issue Storage Location
-
getBaseUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseUnit
- Returns:
- Base Unit of Measure
-
toString
- Overrides:
toStringin classVdmObject<ProductWorkScheduling>
-
equals
- Overrides:
equalsin classVdmEntity<ProductWorkScheduling>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ProductWorkScheduling>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ProductWorkScheduling>
-