Class ProductionRoutingHeader
Original entity name from the Odata EDM: ProductionRoutingHeaderType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of ProductionRoutingHeader instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProductionRoutingHeaderSelectableSelector for all available fields of ProductionRoutingHeader.static final ProductionRoutingHeaderField<String>Use with available fluent helpers to apply the BillOfOperationsDesc field to query operations.static final ProductionRoutingHeaderField<String>Use with available fluent helpers to apply the BillOfOperationsLongText field to query operations.static final ProductionRoutingHeaderField<String>Use with available fluent helpers to apply the BillOfOperationsStatus field to query operations.static final ProductionRoutingHeaderField<String>Use with available fluent helpers to apply the BillOfOperationsUnit field to query operations.static final ProductionRoutingHeaderField<String>Use with available fluent helpers to apply the BillOfOperationsUsage field to query operations.static final ProductionRoutingHeaderField<String>Use with available fluent helpers to apply the ChangeNumber field to query operations.static final ProductionRoutingHeaderField<ZonedDateTime>Use with available fluent helpers to apply the ChangedDateTime field to query operations.static final ProductionRoutingHeaderField<String>Use with available fluent helpers to apply the CreatedByUser field to query operations.static final ProductionRoutingHeaderField<LocalDateTime>Use with available fluent helpers to apply the CreationDate field to query operations.static final ProductionRoutingHeaderField<Boolean>Use with available fluent helpers to apply the IsMarkedForDeletion field to query operations.static final ProductionRoutingHeaderField<LocalDateTime>Use with available fluent helpers to apply the LastChangeDate field to query operations.static final ProductionRoutingHeaderField<String>Use with available fluent helpers to apply the LastChangedByUser field to query operations.static final ProductionRoutingHeaderField<BigDecimal>Use with available fluent helpers to apply the MaximumLotSizeQuantity field to query operations.static final ProductionRoutingHeaderField<BigDecimal>Use with available fluent helpers to apply the MinimumLotSizeQuantity field to query operations.static final ProductionRoutingHeaderField<String>Use with available fluent helpers to apply the PlainLongText field to query operations.static final ProductionRoutingHeaderField<String>Use with available fluent helpers to apply the Plant field to query operations.static final ProductionRoutingHeaderField<String>Use with available fluent helpers to apply the ProductionRouting field to query operations.static final ProductionRoutingHeaderField<String>Use with available fluent helpers to apply the ProductionRoutingGroup field to query operations.static final ProductionRoutingHeaderField<String>Use with available fluent helpers to apply the ProductionRoutingInternalVers field to query operations.static final ProductionRoutingHeaderField<String>Use with available fluent helpers to apply the ResponsiblePlannerGroup field to query operations.static final ProductionRoutingHeaderLink<ProductionRoutingMatlAssgmt>Use with available fluent helpers to apply the to_MatlAssgmt navigation property to query operations.static final ProductionRoutingHeaderLink<ProductionRoutingSequence>Use with available fluent helpers to apply the to_Sequence navigation property to query operations.static final ProductionRoutingHeaderField<LocalDateTime>Use with available fluent helpers to apply the ValidityEndDate field to query operations.static final ProductionRoutingHeaderField<LocalDateTime>Use with available fluent helpers to apply the ValidityStartDate field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionProductionRoutingHeader(String productionRoutingGroup, String productionRouting, String productionRoutingInternalVers, Boolean isMarkedForDeletion, String billOfOperationsDesc, String plant, String billOfOperationsUsage, String billOfOperationsStatus, String responsiblePlannerGroup, BigDecimal minimumLotSizeQuantity, BigDecimal maximumLotSizeQuantity, String billOfOperationsUnit, LocalDateTime creationDate, String createdByUser, LocalDateTime lastChangeDate, String lastChangedByUser, LocalDateTime validityStartDate, LocalDateTime validityEndDate, String changeNumber, ZonedDateTime changedDateTime, String plainLongText, String billOfOperationsLongText, List<ProductionRoutingMatlAssgmt> toMatlAssgmt, List<ProductionRoutingSequence> toSequence) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMatlAssgmt(ProductionRoutingMatlAssgmt... entity) Adds elements to the list of associated ProductionRoutingMatlAssgmt entities.voidaddSequence(ProductionRoutingSequence... entity) Adds elements to the list of associated ProductionRoutingSequence entities.voidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanFetches the ProductionRoutingMatlAssgmt entities (one to many) associated with this entity.Fetches the ProductionRoutingSequence entities (one to many) associated with this entity.static <T,DomainT>
ProductionRoutingHeaderField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProductionRoutingHeaderField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 40Constraints: noneConstraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Precision: 0protected Stringprotected StringConstraints: nonegetKey()Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 12io.vavr.control.Option<List<ProductionRoutingMatlAssgmt>>Retrieval of associated ProductionRoutingMatlAssgmt entities (one to many).Retrieval of associated ProductionRoutingMatlAssgmt entities (one to many).Constraints: Not nullable, Precision: 13, Scale: 3Constraints: Not nullable, Precision: 13, Scale: 3Constraints: nonegetPlant()Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 8Constraints: Not nullable, Maximum length: 3io.vavr.control.Option<List<ProductionRoutingSequence>>Retrieval of associated ProductionRoutingSequence entities (one to many).Retrieval of associated ProductionRoutingSequence entities (one to many).getType()Constraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 0inthashCode()voidsetBillOfOperationsDesc(String billOfOperationsDesc) Constraints: Not nullable, Maximum length: 40voidsetBillOfOperationsLongText(String billOfOperationsLongText) Constraints: nonevoidsetBillOfOperationsStatus(String billOfOperationsStatus) Constraints: Not nullable, Maximum length: 3voidsetBillOfOperationsUnit(String billOfOperationsUnit) Constraints: Not nullable, Maximum length: 3voidsetBillOfOperationsUsage(String billOfOperationsUsage) Constraints: Not nullable, Maximum length: 3voidsetChangedDateTime(ZonedDateTime changedDateTime) Constraints: Not nullable, Precision: 0voidsetChangeNumber(String changeNumber) Constraints: Not nullable, Maximum length: 12voidsetCreatedByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12voidsetCreationDate(LocalDateTime creationDate) Constraints: Not nullable, Precision: 0voidsetIsMarkedForDeletion(Boolean isMarkedForDeletion) Constraints: nonevoidsetLastChangeDate(LocalDateTime lastChangeDate) Constraints: Not nullable, Precision: 0voidsetLastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12voidOverwrites the list of associated ProductionRoutingMatlAssgmt entities for the loaded navigation property to_MatlAssgmt.voidsetMaximumLotSizeQuantity(BigDecimal maximumLotSizeQuantity) Constraints: Not nullable, Precision: 13, Scale: 3voidsetMinimumLotSizeQuantity(BigDecimal minimumLotSizeQuantity) Constraints: Not nullable, Precision: 13, Scale: 3voidsetPlainLongText(String plainLongText) Constraints: nonevoidConstraints: Not nullable, Maximum length: 4voidsetProductionRouting(String productionRouting) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetProductionRoutingGroup(String productionRoutingGroup) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetProductionRoutingInternalVers(String productionRoutingInternalVers) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetResponsiblePlannerGroup(String responsiblePlannerGroup) Constraints: Not nullable, Maximum length: 3voidsetSequence(List<ProductionRoutingSequence> value) Overwrites the list of associated ProductionRoutingSequence entities for the loaded navigation property to_Sequence.protected voidsetServicePathForFetch(String servicePathForFetch) voidsetValidityEndDate(LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0voidsetValidityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0toString()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
-
Field Details
-
ALL_FIELDS
Selector for all available fields of ProductionRoutingHeader. -
PRODUCTION_ROUTING_GROUP
Use with available fluent helpers to apply the ProductionRoutingGroup field to query operations. -
PRODUCTION_ROUTING
Use with available fluent helpers to apply the ProductionRouting field to query operations. -
PRODUCTION_ROUTING_INTERNAL_VERS
Use with available fluent helpers to apply the ProductionRoutingInternalVers field to query operations. -
IS_MARKED_FOR_DELETION
Use with available fluent helpers to apply the IsMarkedForDeletion field to query operations. -
BILL_OF_OPERATIONS_DESC
Use with available fluent helpers to apply the BillOfOperationsDesc field to query operations. -
PLANT
Use with available fluent helpers to apply the Plant field to query operations. -
BILL_OF_OPERATIONS_USAGE
Use with available fluent helpers to apply the BillOfOperationsUsage field to query operations. -
BILL_OF_OPERATIONS_STATUS
Use with available fluent helpers to apply the BillOfOperationsStatus field to query operations. -
RESPONSIBLE_PLANNER_GROUP
Use with available fluent helpers to apply the ResponsiblePlannerGroup field to query operations. -
MINIMUM_LOT_SIZE_QUANTITY
Use with available fluent helpers to apply the MinimumLotSizeQuantity field to query operations. -
MAXIMUM_LOT_SIZE_QUANTITY
Use with available fluent helpers to apply the MaximumLotSizeQuantity field to query operations. -
BILL_OF_OPERATIONS_UNIT
Use with available fluent helpers to apply the BillOfOperationsUnit field to query operations. -
CREATION_DATE
Use with available fluent helpers to apply the CreationDate field to query operations. -
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations. -
LAST_CHANGE_DATE
Use with available fluent helpers to apply the LastChangeDate field to query operations. -
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations. -
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations. -
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations. -
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations. -
CHANGED_DATE_TIME
Use with available fluent helpers to apply the ChangedDateTime field to query operations. -
PLAIN_LONG_TEXT
Use with available fluent helpers to apply the PlainLongText field to query operations. -
BILL_OF_OPERATIONS_LONG_TEXT
Use with available fluent helpers to apply the BillOfOperationsLongText field to query operations. -
TO_MATL_ASSGMT
Use with available fluent helpers to apply the to_MatlAssgmt navigation property to query operations. -
TO_SEQUENCE
Use with available fluent helpers to apply the to_Sequence navigation property to query operations.
-
-
Constructor Details
-
ProductionRoutingHeader
public ProductionRoutingHeader() -
ProductionRoutingHeader
public ProductionRoutingHeader(@Nullable String productionRoutingGroup, @Nullable String productionRouting, @Nullable String productionRoutingInternalVers, @Nullable Boolean isMarkedForDeletion, @Nullable String billOfOperationsDesc, @Nullable String plant, @Nullable String billOfOperationsUsage, @Nullable String billOfOperationsStatus, @Nullable String responsiblePlannerGroup, @Nullable BigDecimal minimumLotSizeQuantity, @Nullable BigDecimal maximumLotSizeQuantity, @Nullable String billOfOperationsUnit, @Nullable LocalDateTime creationDate, @Nullable String createdByUser, @Nullable LocalDateTime lastChangeDate, @Nullable String lastChangedByUser, @Nullable LocalDateTime validityStartDate, @Nullable LocalDateTime validityEndDate, @Nullable String changeNumber, @Nullable ZonedDateTime changedDateTime, @Nullable String plainLongText, @Nullable String billOfOperationsLongText, List<ProductionRoutingMatlAssgmt> toMatlAssgmt, List<ProductionRoutingSequence> toSequence)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ProductionRoutingHeader>
-
setProductionRoutingGroup
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProductionRoutingGroup
- Parameters:
productionRoutingGroup- Key for Task List Group
-
setProductionRouting
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProductionRouting
- Parameters:
productionRouting- Group Counter
-
setProductionRoutingInternalVers
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProductionRoutingInternalVers
- Parameters:
productionRoutingInternalVers- Internal counter
-
setIsMarkedForDeletion
Constraints: noneOriginal property name from the Odata EDM: IsMarkedForDeletion
- Parameters:
isMarkedForDeletion- Indicator: Delete completely in reorganization run
-
setBillOfOperationsDesc
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BillOfOperationsDesc
- Parameters:
billOfOperationsDesc- Routing Description
-
setPlant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Parameters:
plant- Plant
-
setBillOfOperationsUsage
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BillOfOperationsUsage
- Parameters:
billOfOperationsUsage- Task List Usage
-
setBillOfOperationsStatus
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BillOfOperationsStatus
- Parameters:
billOfOperationsStatus- Status
-
setResponsiblePlannerGroup
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ResponsiblePlannerGroup
- Parameters:
responsiblePlannerGroup- Responsible Planner Group or Department
-
setMinimumLotSizeQuantity
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: MinimumLotSizeQuantity
- Parameters:
minimumLotSizeQuantity- Minimum Lot Size
-
setMaximumLotSizeQuantity
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: MaximumLotSizeQuantity
- Parameters:
maximumLotSizeQuantity- Maximum Lot Size
-
setBillOfOperationsUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BillOfOperationsUnit
- Parameters:
billOfOperationsUnit- Task List Unit of Measure
-
setCreationDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Parameters:
creationDate- Date Record Created On
-
setCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Parameters:
createdByUser- Created By User
-
setLastChangeDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDate
- Parameters:
lastChangeDate- Last Changed On
-
setLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Parameters:
lastChangedByUser- Last Changed By User
-
setValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Parameters:
validityStartDate- Valid-From Date
-
setValidityEndDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Parameters:
validityEndDate- Valid-To Date
-
setChangeNumber
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Parameters:
changeNumber- Change Number
-
setChangedDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ChangedDateTime
- Parameters:
changedDateTime- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
-
setPlainLongText
Constraints: noneOriginal property name from the Odata EDM: PlainLongText
- Parameters:
plainLongText- Long Text
-
setBillOfOperationsLongText
Constraints: noneOriginal property name from the Odata EDM: BillOfOperationsLongText
- Parameters:
billOfOperationsLongText- Long Text
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ProductionRoutingHeader>
-
getKey
- Overrides:
getKeyin classVdmObject<ProductionRoutingHeader>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ProductionRoutingHeader>
-
fromMap
- Overrides:
fromMapin classVdmObject<ProductionRoutingHeader>
-
field
@Nonnull public static <T> ProductionRoutingHeaderField<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> ProductionRoutingHeaderField<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<ProductionRoutingHeader>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ProductionRoutingHeader>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ProductionRoutingHeader>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ProductionRoutingHeader>
-
fetchMatlAssgmt
Fetches the ProductionRoutingMatlAssgmt entities (one to many) associated with this entity. This corresponds to the OData navigation property to_MatlAssgmt.Please note: This method will not cache or persist the query results.
- Returns:
- List containing one or more associated ProductionRoutingMatlAssgmt entities. If no entities are associated then an empty list is returned.
- Throws:
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
-
getMatlAssgmtOrFetch
Retrieval of associated ProductionRoutingMatlAssgmt entities (one to many). This corresponds to the OData navigation property to_MatlAssgmt.If the navigation property to_MatlAssgmt of a queried ProductionRoutingHeader is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Returns:
- List of associated ProductionRoutingMatlAssgmt entities.
- Throws:
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
-
getMatlAssgmtIfPresent
Retrieval of associated ProductionRoutingMatlAssgmt entities (one to many). This corresponds to the OData navigation property to_MatlAssgmt.If the navigation property for an entity ProductionRoutingHeader 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 to_MatlAssgmt is already loaded, the result will
contain the ProductionRoutingMatlAssgmt entities. If not, an
Optionwith result stateemptyis returned.
-
setMatlAssgmt
Overwrites the list of associated ProductionRoutingMatlAssgmt entities for the loaded navigation property to_MatlAssgmt.If the navigation property to_MatlAssgmt of a queried ProductionRoutingHeader is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
value- List of ProductionRoutingMatlAssgmt entities.
-
addMatlAssgmt
Adds elements to the list of associated ProductionRoutingMatlAssgmt entities. This corresponds to the OData navigation property to_MatlAssgmt.If the navigation property to_MatlAssgmt of a queried ProductionRoutingHeader is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
entity- Array of ProductionRoutingMatlAssgmt entities.
-
fetchSequence
Fetches the ProductionRoutingSequence entities (one to many) associated with this entity. This corresponds to the OData navigation property to_Sequence.Please note: This method will not cache or persist the query results.
- Returns:
- List containing one or more associated ProductionRoutingSequence entities. If no entities are associated then an empty list is returned.
- Throws:
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
-
getSequenceOrFetch
Retrieval of associated ProductionRoutingSequence entities (one to many). This corresponds to the OData navigation property to_Sequence.If the navigation property to_Sequence of a queried ProductionRoutingHeader is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Returns:
- List of associated ProductionRoutingSequence entities.
- Throws:
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
-
getSequenceIfPresent
Retrieval of associated ProductionRoutingSequence entities (one to many). This corresponds to the OData navigation property to_Sequence.If the navigation property for an entity ProductionRoutingHeader 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 to_Sequence is already loaded, the result will contain
the ProductionRoutingSequence entities. If not, an
Optionwith result stateemptyis returned.
-
setSequence
Overwrites the list of associated ProductionRoutingSequence entities for the loaded navigation property to_Sequence.If the navigation property to_Sequence of a queried ProductionRoutingHeader is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
value- List of ProductionRoutingSequence entities.
-
addSequence
Adds elements to the list of associated ProductionRoutingSequence entities. This corresponds to the OData navigation property to_Sequence.If the navigation property to_Sequence of a queried ProductionRoutingHeader is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
entity- Array of ProductionRoutingSequence entities.
-
builder
-
getProductionRoutingGroup
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProductionRoutingGroup
- Returns:
- Key for Task List Group
-
getProductionRouting
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProductionRouting
- Returns:
- Group Counter
-
getProductionRoutingInternalVers
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: ProductionRoutingInternalVers
- Returns:
- Internal counter
-
getIsMarkedForDeletion
Constraints: noneOriginal property name from the Odata EDM: IsMarkedForDeletion
- Returns:
- Indicator: Delete completely in reorganization run
-
getBillOfOperationsDesc
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BillOfOperationsDesc
- Returns:
- Routing Description
-
getPlant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
- Plant
-
getBillOfOperationsUsage
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BillOfOperationsUsage
- Returns:
- Task List Usage
-
getBillOfOperationsStatus
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BillOfOperationsStatus
- Returns:
- Status
-
getResponsiblePlannerGroup
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ResponsiblePlannerGroup
- Returns:
- Responsible Planner Group or Department
-
getMinimumLotSizeQuantity
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: MinimumLotSizeQuantity
- Returns:
- Minimum Lot Size
-
getMaximumLotSizeQuantity
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: MaximumLotSizeQuantity
- Returns:
- Maximum Lot Size
-
getBillOfOperationsUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BillOfOperationsUnit
- Returns:
- Task List Unit of Measure
-
getCreationDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Returns:
- Date Record Created On
-
getCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
- Created By User
-
getLastChangeDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDate
- Returns:
- Last Changed On
-
getLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
- Last Changed By User
-
getValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
- Valid-From Date
-
getValidityEndDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
- Valid-To Date
-
getChangeNumber
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChangeNumber
- Returns:
- Change Number
-
getChangedDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ChangedDateTime
- Returns:
- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
-
getPlainLongText
Constraints: noneOriginal property name from the Odata EDM: PlainLongText
- Returns:
- Long Text
-
getBillOfOperationsLongText
Constraints: noneOriginal property name from the Odata EDM: BillOfOperationsLongText
- Returns:
- Long Text
-
toString
- Overrides:
toStringin classVdmObject<ProductionRoutingHeader>
-
equals
- Overrides:
equalsin classVdmEntity<ProductionRoutingHeader>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ProductionRoutingHeader>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ProductionRoutingHeader>
-