Class ProductPlantWorkScheduling
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: ProductPlantWorkScheduling_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of ProductPlantWorkScheduling instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<ProductPlantWorkScheduling>Selector for all available fields of ProductPlantWorkScheduling.static final SimpleProperty.String<ProductPlantWorkScheduling>static final SimpleProperty.String<ProductPlantWorkScheduling>static final SimpleProperty.String<ProductPlantWorkScheduling>static final SimpleProperty.NumericDecimal<ProductPlantWorkScheduling>static final SimpleProperty.String<ProductPlantWorkScheduling>static final SimpleProperty.NumericDecimal<ProductPlantWorkScheduling>static final SimpleProperty.Boolean<ProductPlantWorkScheduling>static final SimpleProperty.String<ProductPlantWorkScheduling>static final SimpleProperty.String<ProductPlantWorkScheduling>static final SimpleProperty.NumericDecimal<ProductPlantWorkScheduling>static final SimpleProperty.String<ProductPlantWorkScheduling>static final SimpleProperty.String<ProductPlantWorkScheduling>static final SimpleProperty.String<ProductPlantWorkScheduling>static final SimpleProperty.String<ProductPlantWorkScheduling>static final SimpleProperty.String<ProductPlantWorkScheduling>static final SimpleProperty.String<ProductPlantWorkScheduling>static final SimpleProperty.NumericDecimal<ProductPlantWorkScheduling>static final NavigationProperty.Single<ProductPlantWorkScheduling,Product> Use with available request builders to apply the _Product navigation property to query operations.static final NavigationProperty.Single<ProductPlantWorkScheduling,ProductPlant> Use with available request builders to apply the _ProductPlant navigation property to query operations.static final SimpleProperty.String<ProductPlantWorkScheduling>static final SimpleProperty.NumericDecimal<ProductPlantWorkScheduling>static final SimpleProperty.NumericDecimal<ProductPlantWorkScheduling>static final SimpleProperty.Boolean<ProductPlantWorkScheduling>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionProductPlantWorkScheduling(String product, String plant, BigDecimal productBaseQuantity, Boolean unlimitedOverDelivIsAllowed, BigDecimal overDeliveryTolerancePercent, BigDecimal underDeliveryTolerancePercent, String productionInvtryManagedLoc, String productionOrderBatchCode, Boolean prodIsWithdrawnFrmProdnBin, String transitionMatrixProductsGroup, String orderChangeManagementProfile, String productComponentBackflushCode, BigDecimal setupAndTeardownTime, String productionSchedulingProfile, BigDecimal transitionTime, BigDecimal processingTimeInDays, String productionSupervisor, String productProductionQuantityUnit, String prodProductionQuantityISOUnit, String baseUnit, String baseISOUnit, Product to_Product, ProductPlant to_ProductPlant) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 3protected Stringprotected Stringprotected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Precision: 3, Scale: 1getPlant()(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Precision: 5, Scale: 2Constraints: Not nullableConstraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 18Constraints: Not nullable, Precision: 13, Scale: 3Constraints: Not nullable, Maximum length: 1io.vavr.control.Option<Product>Retrieval of associated Product entity (one to one).Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Maximum length: 3io.vavr.control.Option<ProductPlant>Retrieval of associated ProductPlant entity (one to one).Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Precision: 5, Scale: 2Constraints: Not nullable, Maximum length: 20Constraints: Not nullable, Precision: 5, Scale: 2getType()Constraints: Not nullable, Precision: 3, Scale: 1Constraints: Not nullableinthashCode()voidsetBaseISOUnit(String baseISOUnit) Constraints: Not nullable, Maximum length: 3voidsetBaseUnit(String baseUnit) Constraints: Not nullable, Maximum length: 3voidsetOrderChangeManagementProfile(String orderChangeManagementProfile) Constraints: Not nullable, Maximum length: 6voidsetOverDeliveryTolerancePercent(BigDecimal overDeliveryTolerancePercent) Constraints: Not nullable, Precision: 3, Scale: 1void(Key Field) Constraints: Not nullable, Maximum length: 4voidsetProcessingTimeInDays(BigDecimal processingTimeInDays) Constraints: Not nullable, Precision: 5, Scale: 2voidsetProdIsWithdrawnFrmProdnBin(Boolean prodIsWithdrawnFrmProdnBin) Constraints: Not nullablevoidsetProdProductionQuantityISOUnit(String prodProductionQuantityISOUnit) Constraints: Not nullable, Maximum length: 3voidsetProduct(Product value) Overwrites the associated Product entity for the loaded navigation property _Product.voidsetProduct(String product) (Key Field) Constraints: Not nullable, Maximum length: 18voidsetProductBaseQuantity(BigDecimal productBaseQuantity) Constraints: Not nullable, Precision: 13, Scale: 3voidsetProductComponentBackflushCode(String productComponentBackflushCode) Constraints: Not nullable, Maximum length: 1voidsetProductionInvtryManagedLoc(String productionInvtryManagedLoc) Constraints: Not nullable, Maximum length: 4voidsetProductionOrderBatchCode(String productionOrderBatchCode) Constraints: Not nullable, Maximum length: 1voidsetProductionSchedulingProfile(String productionSchedulingProfile) Constraints: Not nullable, Maximum length: 6voidsetProductionSupervisor(String productionSupervisor) Constraints: Not nullable, Maximum length: 3voidsetProductPlant(ProductPlant value) Overwrites the associated ProductPlant entity for the loaded navigation property _ProductPlant.voidsetProductProductionQuantityUnit(String productProductionQuantityUnit) Constraints: Not nullable, Maximum length: 3voidsetSetupAndTeardownTime(BigDecimal setupAndTeardownTime) Constraints: Not nullable, Precision: 5, Scale: 2voidsetTransitionMatrixProductsGroup(String transitionMatrixProductsGroup) Constraints: Not nullable, Maximum length: 20voidsetTransitionTime(BigDecimal transitionTime) Constraints: Not nullable, Precision: 5, Scale: 2voidsetUnderDeliveryTolerancePercent(BigDecimal underDeliveryTolerancePercent) Constraints: Not nullable, Precision: 3, Scale: 1voidsetUnlimitedOverDelivIsAllowed(Boolean unlimitedOverDelivIsAllowed) Constraints: Not nullabletoString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of ProductPlantWorkScheduling. -
PRODUCT
-
PLANT
-
PRODUCT_BASE_QUANTITY
-
UNLIMITED_OVER_DELIV_IS_ALLOWED
public static final SimpleProperty.Boolean<ProductPlantWorkScheduling> UNLIMITED_OVER_DELIV_IS_ALLOWED -
OVER_DELIVERY_TOLERANCE_PERCENT
public static final SimpleProperty.NumericDecimal<ProductPlantWorkScheduling> OVER_DELIVERY_TOLERANCE_PERCENT -
UNDER_DELIVERY_TOLERANCE_PERCENT
public static final SimpleProperty.NumericDecimal<ProductPlantWorkScheduling> UNDER_DELIVERY_TOLERANCE_PERCENT -
PRODUCTION_INVTRY_MANAGED_LOC
-
PRODUCTION_ORDER_BATCH_CODE
-
PROD_IS_WITHDRAWN_FRM_PRODN_BIN
public static final SimpleProperty.Boolean<ProductPlantWorkScheduling> PROD_IS_WITHDRAWN_FRM_PRODN_BIN -
TRANSITION_MATRIX_PRODUCTS_GROUP
public static final SimpleProperty.String<ProductPlantWorkScheduling> TRANSITION_MATRIX_PRODUCTS_GROUP -
ORDER_CHANGE_MANAGEMENT_PROFILE
public static final SimpleProperty.String<ProductPlantWorkScheduling> ORDER_CHANGE_MANAGEMENT_PROFILE -
PRODUCT_COMPONENT_BACKFLUSH_CODE
public static final SimpleProperty.String<ProductPlantWorkScheduling> PRODUCT_COMPONENT_BACKFLUSH_CODE -
SETUP_AND_TEARDOWN_TIME
public static final SimpleProperty.NumericDecimal<ProductPlantWorkScheduling> SETUP_AND_TEARDOWN_TIME -
PRODUCTION_SCHEDULING_PROFILE
-
TRANSITION_TIME
-
PROCESSING_TIME_IN_DAYS
public static final SimpleProperty.NumericDecimal<ProductPlantWorkScheduling> PROCESSING_TIME_IN_DAYS -
PRODUCTION_SUPERVISOR
-
PRODUCT_PRODUCTION_QUANTITY_UNIT
public static final SimpleProperty.String<ProductPlantWorkScheduling> PRODUCT_PRODUCTION_QUANTITY_UNIT -
PROD_PRODUCTION_QUANTITY_ISO_UNIT
public static final SimpleProperty.String<ProductPlantWorkScheduling> PROD_PRODUCTION_QUANTITY_ISO_UNIT -
BASE_UNIT
-
BASE_ISO_UNIT
-
TO__PRODUCT
Use with available request builders to apply the _Product navigation property to query operations. -
TO__PRODUCT_PLANT
public static final NavigationProperty.Single<ProductPlantWorkScheduling,ProductPlant> TO__PRODUCT_PLANTUse with available request builders to apply the _ProductPlant navigation property to query operations.
-
-
Constructor Details
-
ProductPlantWorkScheduling
public ProductPlantWorkScheduling() -
ProductPlantWorkScheduling
public ProductPlantWorkScheduling(@Nullable String product, @Nullable String plant, @Nullable BigDecimal productBaseQuantity, @Nullable Boolean unlimitedOverDelivIsAllowed, @Nullable BigDecimal overDeliveryTolerancePercent, @Nullable BigDecimal underDeliveryTolerancePercent, @Nullable String productionInvtryManagedLoc, @Nullable String productionOrderBatchCode, @Nullable Boolean prodIsWithdrawnFrmProdnBin, @Nullable String transitionMatrixProductsGroup, @Nullable String orderChangeManagementProfile, @Nullable String productComponentBackflushCode, @Nullable BigDecimal setupAndTeardownTime, @Nullable String productionSchedulingProfile, @Nullable BigDecimal transitionTime, @Nullable BigDecimal processingTimeInDays, @Nullable String productionSupervisor, @Nullable String productProductionQuantityUnit, @Nullable String prodProductionQuantityISOUnit, @Nullable String baseUnit, @Nullable String baseISOUnit, @Nullable Product to_Product, @Nullable ProductPlant to_ProductPlant)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ProductPlantWorkScheduling>
-
setProduct
(Key Field) Constraints: Not nullable, Maximum length: 18Original 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
-
setProductBaseQuantity
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ProductBaseQuantity
- Parameters:
productBaseQuantity- Base quantity
-
setUnlimitedOverDelivIsAllowed
Constraints: Not nullableOriginal property name from the Odata EDM: UnlimitedOverDelivIsAllowed
- Parameters:
unlimitedOverDelivIsAllowed- Indicator: Unlimited Overdelivery Allowed
-
setOverDeliveryTolerancePercent
Constraints: Not nullable, Precision: 3, Scale: 1Original property name from the Odata EDM: OverDeliveryTolerancePercent
- Parameters:
overDeliveryTolerancePercent- Overdelivery tolerance limit
-
setUnderDeliveryTolerancePercent
Constraints: Not nullable, Precision: 3, Scale: 1Original property name from the Odata EDM: UnderDeliveryTolerancePercent
- Parameters:
underDeliveryTolerancePercent- Underdelivery tolerance limit
-
setProductionInvtryManagedLoc
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ProductionInvtryManagedLoc
- Parameters:
productionInvtryManagedLoc- Issue Storage Location
-
setProductionOrderBatchCode
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ProductionOrderBatchCode
- Parameters:
productionOrderBatchCode- Determination of batch entry in the production/process order
-
setProdIsWithdrawnFrmProdnBin
Constraints: Not nullableOriginal property name from the Odata EDM: ProdIsWithdrawnFrmProdnBin
- Parameters:
prodIsWithdrawnFrmProdnBin- Indicator: withdrawal of stock from production bin
-
setTransitionMatrixProductsGroup
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: TransitionMatrixProductsGroup
- Parameters:
transitionMatrixProductsGroup- Group of Materials for Transition Matrix
-
setOrderChangeManagementProfile
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: OrderChangeManagementProfile
- Parameters:
orderChangeManagementProfile- Overall profile for order change management
-
setProductComponentBackflushCode
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ProductComponentBackflushCode
- Parameters:
productComponentBackflushCode- Indicator: Backflush
-
setSetupAndTeardownTime
Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: SetupAndTeardownTime
- Parameters:
setupAndTeardownTime- Setup and teardown time
-
setProductionSchedulingProfile
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ProductionSchedulingProfile
- Parameters:
productionSchedulingProfile- Production Scheduling Profile
-
setTransitionTime
Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: TransitionTime
- Parameters:
transitionTime- Interoperation time
-
setProcessingTimeInDays
Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: ProcessingTimeInDays
- Parameters:
processingTimeInDays- Processing time
-
setProductionSupervisor
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ProductionSupervisor
- Parameters:
productionSupervisor- Production Supervisor
-
setProductProductionQuantityUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ProductProductionQuantityUnit
- Parameters:
productProductionQuantityUnit- Production unit
-
setProdProductionQuantityISOUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ProdProductionQuantityISOUnit
- Parameters:
prodProductionQuantityISOUnit- Production Unit in ISO Code
-
setBaseUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseUnit
- Parameters:
baseUnit- Base Unit of Measure
-
setBaseISOUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseISOUnit
- Parameters:
baseISOUnit- Base unit of measure in ISO code
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ProductPlantWorkScheduling>
-
getKey
- Overrides:
getKeyin classVdmObject<ProductPlantWorkScheduling>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ProductPlantWorkScheduling>
-
fromMap
- Overrides:
fromMapin classVdmObject<ProductPlantWorkScheduling>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ProductPlantWorkScheduling>
-
getProductIfPresent
Retrieval of associated Product entity (one to one). This corresponds to the OData navigation property _Product.If the navigation property for an entity ProductPlantWorkScheduling has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _Product is already loaded, the result will contain the
Product entity. If not, an
Optionwith result stateemptyis returned.
-
setProduct
Overwrites the associated Product entity for the loaded navigation property _Product.- Parameters:
value- New Product entity.
-
getProductPlantIfPresent
Retrieval of associated ProductPlant entity (one to one). This corresponds to the OData navigation property _ProductPlant.If the navigation property for an entity ProductPlantWorkScheduling has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _ProductPlant is already loaded, the result will
contain the ProductPlant entity. If not, an
Optionwith result stateemptyis returned.
-
setProductPlant
Overwrites the associated ProductPlant entity for the loaded navigation property _ProductPlant.- Parameters:
value- New ProductPlant entity.
-
builder
-
getProduct
(Key Field) Constraints: Not nullable, Maximum length: 18Original 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
-
getProductBaseQuantity
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ProductBaseQuantity
- Returns:
- Base quantity
-
getUnlimitedOverDelivIsAllowed
Constraints: Not nullableOriginal property name from the Odata EDM: UnlimitedOverDelivIsAllowed
- Returns:
- Indicator: Unlimited Overdelivery Allowed
-
getOverDeliveryTolerancePercent
Constraints: Not nullable, Precision: 3, Scale: 1Original property name from the Odata EDM: OverDeliveryTolerancePercent
- Returns:
- Overdelivery tolerance limit
-
getUnderDeliveryTolerancePercent
Constraints: Not nullable, Precision: 3, Scale: 1Original property name from the Odata EDM: UnderDeliveryTolerancePercent
- Returns:
- Underdelivery tolerance limit
-
getProductionInvtryManagedLoc
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ProductionInvtryManagedLoc
- Returns:
- Issue Storage Location
-
getProductionOrderBatchCode
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ProductionOrderBatchCode
- Returns:
- Determination of batch entry in the production/process order
-
getProdIsWithdrawnFrmProdnBin
Constraints: Not nullableOriginal property name from the Odata EDM: ProdIsWithdrawnFrmProdnBin
- Returns:
- Indicator: withdrawal of stock from production bin
-
getTransitionMatrixProductsGroup
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: TransitionMatrixProductsGroup
- Returns:
- Group of Materials for Transition Matrix
-
getOrderChangeManagementProfile
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: OrderChangeManagementProfile
- Returns:
- Overall profile for order change management
-
getProductComponentBackflushCode
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ProductComponentBackflushCode
- Returns:
- Indicator: Backflush
-
getSetupAndTeardownTime
Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: SetupAndTeardownTime
- Returns:
- Setup and teardown time
-
getProductionSchedulingProfile
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ProductionSchedulingProfile
- Returns:
- Production Scheduling Profile
-
getTransitionTime
Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: TransitionTime
- Returns:
- Interoperation time
-
getProcessingTimeInDays
Constraints: Not nullable, Precision: 5, Scale: 2Original property name from the Odata EDM: ProcessingTimeInDays
- Returns:
- Processing time
-
getProductionSupervisor
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ProductionSupervisor
- Returns:
- Production Supervisor
-
getProductProductionQuantityUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ProductProductionQuantityUnit
- Returns:
- Production unit
-
getProdProductionQuantityISOUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ProdProductionQuantityISOUnit
- Returns:
- Production Unit in ISO Code
-
getBaseUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseUnit
- Returns:
- Base Unit of Measure
-
getBaseISOUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BaseISOUnit
- Returns:
- Base unit of measure in ISO code
-
toString
- Overrides:
toStringin classVdmObject<ProductPlantWorkScheduling>
-
equals
- Overrides:
equalsin classVdmEntity<ProductPlantWorkScheduling>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ProductPlantWorkScheduling>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ProductPlantWorkScheduling>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<ProductPlantWorkScheduling>
-