java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<WorkCenterDayOperation>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata.WorkCenterDayOperation

public class WorkCenterDayOperation extends VdmEntity<WorkCenterDayOperation>
Daily Operations

Original entity name from the Odata EDM: A_WorkCenterDayOperationType

  • Field Details

    • ALL_FIELDS

      public static final WorkCenterDayOperationSelectable ALL_FIELDS
      Selector for all available fields of WorkCenterDayOperation.
    • WORK_CENTER_INTERNAL_ID

      public static final WorkCenterDayOperationField<String> WORK_CENTER_INTERNAL_ID
      Use with available fluent helpers to apply the WorkCenterInternalID field to query operations.
    • MANUFACTURING_ORDER

      public static final WorkCenterDayOperationField<String> MANUFACTURING_ORDER
      Use with available fluent helpers to apply the ManufacturingOrder field to query operations.
    • MANUFACTURING_ORDER_OPERATION

      public static final WorkCenterDayOperationField<String> MANUFACTURING_ORDER_OPERATION
      Use with available fluent helpers to apply the ManufacturingOrderOperation field to query operations.
    • MANUFACTURING_ORDER_CATEGORY

      public static final WorkCenterDayOperationField<String> MANUFACTURING_ORDER_CATEGORY
      Use with available fluent helpers to apply the ManufacturingOrderCategory field to query operations.
    • MFG_ORDER_OPERATION_TEXT

      public static final WorkCenterDayOperationField<String> MFG_ORDER_OPERATION_TEXT
      Use with available fluent helpers to apply the MfgOrderOperationText field to query operations.
    • MATERIAL

      public static final WorkCenterDayOperationField<String> MATERIAL
      Use with available fluent helpers to apply the Material field to query operations.
    • OPERATION_IS_RELEASED

      public static final WorkCenterDayOperationField<Boolean> OPERATION_IS_RELEASED
      Use with available fluent helpers to apply the OperationIsReleased field to query operations.
    • OP_ERLST_SCHEDLD_EXEC_STRT_DTE

      public static final WorkCenterDayOperationField<LocalDateTime> OP_ERLST_SCHEDLD_EXEC_STRT_DTE
      Use with available fluent helpers to apply the OpErlstSchedldExecStrtDte field to query operations.
    • OP_ERLST_SCHEDLD_EXEC_STRT_TME

      public static final WorkCenterDayOperationField<LocalTime> OP_ERLST_SCHEDLD_EXEC_STRT_TME
      Use with available fluent helpers to apply the OpErlstSchedldExecStrtTme field to query operations.
    • OP_ERLST_SCHEDLD_EXEC_END_DTE

      public static final WorkCenterDayOperationField<LocalDateTime> OP_ERLST_SCHEDLD_EXEC_END_DTE
      Use with available fluent helpers to apply the OpErlstSchedldExecEndDte field to query operations.
    • OP_ERLST_SCHEDLD_EXEC_END_TME

      public static final WorkCenterDayOperationField<LocalTime> OP_ERLST_SCHEDLD_EXEC_END_TME
      Use with available fluent helpers to apply the OpErlstSchedldExecEndTme field to query operations.
    • OP_PLANNED_TOTAL_QUANTITY

      public static final WorkCenterDayOperationField<BigDecimal> OP_PLANNED_TOTAL_QUANTITY
      Use with available fluent helpers to apply the OpPlannedTotalQuantity field to query operations.
    • OPERATION_UNIT

      public static final WorkCenterDayOperationField<String> OPERATION_UNIT
      Use with available fluent helpers to apply the OperationUnit field to query operations.
    • CONFIRMED_QUANTITY

      public static final WorkCenterDayOperationField<BigDecimal> CONFIRMED_QUANTITY
      Use with available fluent helpers to apply the ConfirmedQuantity field to query operations.
    • CONFIRMED_QUANTITY_IN_BASE_UNIT

      public static final WorkCenterDayOperationField<String> CONFIRMED_QUANTITY_IN_BASE_UNIT
      Use with available fluent helpers to apply the ConfirmedQuantityInBaseUnit field to query operations.
    • CONFIRMED_QUANTITY_UNIT

      public static final WorkCenterDayOperationField<String> CONFIRMED_QUANTITY_UNIT
      Use with available fluent helpers to apply the ConfirmedQuantityUnit field to query operations.
    • ERLST_SCHEDLD_EXEC_DURN_IN_WORKDAYS

      public static final WorkCenterDayOperationField<Integer> ERLST_SCHEDLD_EXEC_DURN_IN_WORKDAYS
      Use with available fluent helpers to apply the ErlstSchedldExecDurnInWorkdays field to query operations.
    • OP_ACTUAL_EXECUTION_DAYS

      public static final WorkCenterDayOperationField<Integer> OP_ACTUAL_EXECUTION_DAYS
      Use with available fluent helpers to apply the OpActualExecutionDays field to query operations.
    • MANUFACTURING_ORDER_SEQUENCE

      public static final WorkCenterDayOperationField<String> MANUFACTURING_ORDER_SEQUENCE
      Use with available fluent helpers to apply the ManufacturingOrderSequence field to query operations.
  • Constructor Details

    • WorkCenterDayOperation

      public WorkCenterDayOperation()
    • WorkCenterDayOperation

      public WorkCenterDayOperation(@Nullable String workCenterInternalID, @Nullable String manufacturingOrder, @Nullable String manufacturingOrderOperation, @Nullable String manufacturingOrderCategory, @Nullable String mfgOrderOperationText, @Nullable String material, @Nullable Boolean operationIsReleased, @Nullable LocalDateTime opErlstSchedldExecStrtDte, @Nullable LocalTime opErlstSchedldExecStrtTme, @Nullable LocalDateTime opErlstSchedldExecEndDte, @Nullable LocalTime opErlstSchedldExecEndTme, @Nullable BigDecimal opPlannedTotalQuantity, @Nullable String operationUnit, @Nullable BigDecimal confirmedQuantity, @Nullable String confirmedQuantityInBaseUnit, @Nullable String confirmedQuantityUnit, @Nullable Integer erlstSchedldExecDurnInWorkdays, @Nullable Integer opActualExecutionDays, @Nullable String manufacturingOrderSequence)
  • Method Details

    • getType

      @Nonnull public Class<WorkCenterDayOperation> getType()
      Specified by:
      getType in class VdmObject<WorkCenterDayOperation>
    • setWorkCenterInternalID

      public void setWorkCenterInternalID(@Nullable String workCenterInternalID)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: WorkCenterInternalID

      Parameters:
      workCenterInternalID - Work Center Internal ID
    • setManufacturingOrder

      public void setManufacturingOrder(@Nullable String manufacturingOrder)
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ManufacturingOrder

      Parameters:
      manufacturingOrder - Manufacturing Order ID
    • setManufacturingOrderOperation

      public void setManufacturingOrderOperation(@Nullable String manufacturingOrderOperation)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ManufacturingOrderOperation

      Parameters:
      manufacturingOrderOperation - Manufacturing Order Operation
    • setManufacturingOrderCategory

      public void setManufacturingOrderCategory(@Nullable String manufacturingOrderCategory)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ManufacturingOrderCategory

      Parameters:
      manufacturingOrderCategory - Manufacturing Order Category
    • setMfgOrderOperationText

      public void setMfgOrderOperationText(@Nullable String mfgOrderOperationText)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: MfgOrderOperationText

      Parameters:
      mfgOrderOperationText - Manufacturing Order Operation Text
    • setMaterial

      public void setMaterial(@Nullable String material)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Material

      Parameters:
      material - Material Number for Order
    • setOperationIsReleased

      public void setOperationIsReleased(@Nullable Boolean operationIsReleased)
      Constraints: none

      Original property name from the Odata EDM: OperationIsReleased

      Parameters:
      operationIsReleased - Boolean Variable (X = True, - = False, Space = Unknown)
    • setOpErlstSchedldExecStrtDte

      public void setOpErlstSchedldExecStrtDte(@Nullable LocalDateTime opErlstSchedldExecStrtDte)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: OpErlstSchedldExecStrtDte

      Parameters:
      opErlstSchedldExecStrtDte - Earliest Scheduled Execution Start Date
    • setOpErlstSchedldExecStrtTme

      public void setOpErlstSchedldExecStrtTme(@Nullable LocalTime opErlstSchedldExecStrtTme)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: OpErlstSchedldExecStrtTme

      Parameters:
      opErlstSchedldExecStrtTme - Earliest Scheduled Execution Start Time
    • setOpErlstSchedldExecEndDte

      public void setOpErlstSchedldExecEndDte(@Nullable LocalDateTime opErlstSchedldExecEndDte)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: OpErlstSchedldExecEndDte

      Parameters:
      opErlstSchedldExecEndDte - Earliest Scheduled Execution End Date
    • setOpErlstSchedldExecEndTme

      public void setOpErlstSchedldExecEndTme(@Nullable LocalTime opErlstSchedldExecEndTme)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: OpErlstSchedldExecEndTme

      Parameters:
      opErlstSchedldExecEndTme - Earliest Scheduled Execution End Time
    • setOpPlannedTotalQuantity

      public void setOpPlannedTotalQuantity(@Nullable BigDecimal opPlannedTotalQuantity)
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: OpPlannedTotalQuantity

      Parameters:
      opPlannedTotalQuantity - Operation Total Quantity
    • setOperationUnit

      public void setOperationUnit(@Nullable String operationUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: OperationUnit

      Parameters:
      operationUnit - Operation Unit of Measure
    • setConfirmedQuantity

      public void setConfirmedQuantity(@Nullable BigDecimal confirmedQuantity)
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: ConfirmedQuantity

      Parameters:
      confirmedQuantity - The confirmedQuantity to set.
    • setConfirmedQuantityInBaseUnit

      public void setConfirmedQuantityInBaseUnit(@Nullable String confirmedQuantityInBaseUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ConfirmedQuantityInBaseUnit

      Parameters:
      confirmedQuantityInBaseUnit - Production Unit of Measure
    • setConfirmedQuantityUnit

      public void setConfirmedQuantityUnit(@Nullable String confirmedQuantityUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ConfirmedQuantityUnit

      Parameters:
      confirmedQuantityUnit - Production Unit of Measure
    • setErlstSchedldExecDurnInWorkdays

      public void setErlstSchedldExecDurnInWorkdays(@Nullable Integer erlstSchedldExecDurnInWorkdays)
      Constraints: none

      Original property name from the Odata EDM: ErlstSchedldExecDurnInWorkdays

      Parameters:
      erlstSchedldExecDurnInWorkdays - Earliest Scheduled Execution Duration in Workdays
    • setOpActualExecutionDays

      public void setOpActualExecutionDays(@Nullable Integer opActualExecutionDays)
      Constraints: none

      Original property name from the Odata EDM: OpActualExecutionDays

      Parameters:
      opActualExecutionDays - Actual Execution Duration in Workdays
    • setManufacturingOrderSequence

      public void setManufacturingOrderSequence(@Nullable String manufacturingOrderSequence)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: ManufacturingOrderSequence

      Parameters:
      manufacturingOrderSequence - Manufacturing Order Sequence
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<WorkCenterDayOperation>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<WorkCenterDayOperation>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<WorkCenterDayOperation>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<WorkCenterDayOperation>
    • field

      @Nonnull public static <T> WorkCenterDayOperationField<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> WorkCenterDayOperationField<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 field
      fieldName - 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

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<WorkCenterDayOperation>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<WorkCenterDayOperation>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<WorkCenterDayOperation>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<WorkCenterDayOperation>
    • builder

      @Nonnull public static WorkCenterDayOperation.WorkCenterDayOperationBuilder builder()
    • getWorkCenterInternalID

      @Nullable public String getWorkCenterInternalID()
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: WorkCenterInternalID

      Returns:
      Work Center Internal ID
    • getManufacturingOrder

      @Nullable public String getManufacturingOrder()
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ManufacturingOrder

      Returns:
      Manufacturing Order ID
    • getManufacturingOrderOperation

      @Nullable public String getManufacturingOrderOperation()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ManufacturingOrderOperation

      Returns:
      Manufacturing Order Operation
    • getManufacturingOrderCategory

      @Nullable public String getManufacturingOrderCategory()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ManufacturingOrderCategory

      Returns:
      Manufacturing Order Category
    • getMfgOrderOperationText

      @Nullable public String getMfgOrderOperationText()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: MfgOrderOperationText

      Returns:
      Manufacturing Order Operation Text
    • getMaterial

      @Nullable public String getMaterial()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Material

      Returns:
      Material Number for Order
    • getOperationIsReleased

      @Nullable public Boolean getOperationIsReleased()
      Constraints: none

      Original property name from the Odata EDM: OperationIsReleased

      Returns:
      Boolean Variable (X = True, - = False, Space = Unknown)
    • getOpErlstSchedldExecStrtDte

      @Nullable public LocalDateTime getOpErlstSchedldExecStrtDte()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: OpErlstSchedldExecStrtDte

      Returns:
      Earliest Scheduled Execution Start Date
    • getOpErlstSchedldExecStrtTme

      @Nullable public LocalTime getOpErlstSchedldExecStrtTme()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: OpErlstSchedldExecStrtTme

      Returns:
      Earliest Scheduled Execution Start Time
    • getOpErlstSchedldExecEndDte

      @Nullable public LocalDateTime getOpErlstSchedldExecEndDte()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: OpErlstSchedldExecEndDte

      Returns:
      Earliest Scheduled Execution End Date
    • getOpErlstSchedldExecEndTme

      @Nullable public LocalTime getOpErlstSchedldExecEndTme()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: OpErlstSchedldExecEndTme

      Returns:
      Earliest Scheduled Execution End Time
    • getOpPlannedTotalQuantity

      @Nullable public BigDecimal getOpPlannedTotalQuantity()
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: OpPlannedTotalQuantity

      Returns:
      Operation Total Quantity
    • getOperationUnit

      @Nullable public String getOperationUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: OperationUnit

      Returns:
      Operation Unit of Measure
    • getConfirmedQuantity

      @Nullable public BigDecimal getConfirmedQuantity()
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: ConfirmedQuantity

      Returns:
      The confirmedQuantity contained in this entity.
    • getConfirmedQuantityInBaseUnit

      @Nullable public String getConfirmedQuantityInBaseUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ConfirmedQuantityInBaseUnit

      Returns:
      Production Unit of Measure
    • getConfirmedQuantityUnit

      @Nullable public String getConfirmedQuantityUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ConfirmedQuantityUnit

      Returns:
      Production Unit of Measure
    • getErlstSchedldExecDurnInWorkdays

      @Nullable public Integer getErlstSchedldExecDurnInWorkdays()
      Constraints: none

      Original property name from the Odata EDM: ErlstSchedldExecDurnInWorkdays

      Returns:
      Earliest Scheduled Execution Duration in Workdays
    • getOpActualExecutionDays

      @Nullable public Integer getOpActualExecutionDays()
      Constraints: none

      Original property name from the Odata EDM: OpActualExecutionDays

      Returns:
      Actual Execution Duration in Workdays
    • getManufacturingOrderSequence

      @Nullable public String getManufacturingOrderSequence()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: ManufacturingOrderSequence

      Returns:
      Manufacturing Order Sequence
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<WorkCenterDayOperation>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<WorkCenterDayOperation>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<WorkCenterDayOperation>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<WorkCenterDayOperation>