java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<PlannedOrderCapacity>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.plannedorder.PlannedOrderCapacity
All Implemented Interfaces:
VdmEntitySet

public class PlannedOrderCapacity extends VdmEntity<PlannedOrderCapacity> implements VdmEntitySet
Planned Order Capacity

Original entity name from the Odata EDM: PlannedOrderCapacityType

  • Field Details

  • Constructor Details

    • PlannedOrderCapacity

      public PlannedOrderCapacity()
    • PlannedOrderCapacity

      public PlannedOrderCapacity(@Nullable String plannedOrder, @Nullable String capacityRequirement, @Nullable String capacityRequirementItem, @Nullable String capacityRqmtItemCapacity, @Nullable String plannedOrderType, @Nullable String sequence, @Nullable String operation, @Nullable String subOperation, @Nullable String workCenter, @Nullable String capacityCategoryCode, @Nullable String capacity, @Nullable String mRPController, @Nullable String mRPPlant, @Nullable LocalDate operationLatestStartDate, @Nullable LocalTime operationLatestStartTime, @Nullable LocalDate operationLatestEndDate, @Nullable LocalTime operationLatestEndTime, @Nullable LocalDate operationEarliestStartDate, @Nullable LocalTime operationEarliestStartTime, @Nullable LocalDate operationEarliestEndDate, @Nullable LocalTime operationEarliestEndTime, @Nullable LocalDate opLtstSchedldProcgStrtDte, @Nullable LocalTime opLtstSchedldProcgStrtTme, @Nullable LocalDate opLtstSchedldTrdwnStrtDte, @Nullable LocalTime opLtstSchedldTrdwnStrtTme, @Nullable LocalTime scheduledBasicEndTime, @Nullable LocalTime scheduledBasicStartTime, @Nullable String capacityRequirementUnit, @Nullable String unitOfMeasureISOCode, @Nullable Double scheduledCapReqOpSegSetupDurn, @Nullable Double remainingCapReqOpSegSetupDurn, @Nullable Double scheduledCapReqOpSegProcgDurn, @Nullable Double remainingCapReqOpSegProcgDurn, @Nullable Double scheduledCapReqOpSegTrdwnDurn, @Nullable Double remainingCapReqOpSegTrdwnDurn, @Nullable Boolean wrkCtrHasLeadingCapacity, @Nullable String operationText, @Nullable OffsetDateTime plannedOrderLastChangeDateTime, @Nullable Collection<SAP__Message> _Messages, @Nullable PlannedOrderHeader to_PlannedOrder)
  • Method Details

    • getType

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

      public void setPlannedOrder(@Nullable String plannedOrder)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: PlannedOrder

      Parameters:
      plannedOrder - Planned Order
    • setCapacityRequirement

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

      Original property name from the Odata EDM: CapacityRequirement

      Parameters:
      capacityRequirement - ID of the Capacity Requirements Record
    • setCapacityRequirementItem

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

      Original property name from the Odata EDM: CapacityRequirementItem

      Parameters:
      capacityRequirementItem - Capacity Requirement Item
    • setCapacityRqmtItemCapacity

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

      Original property name from the Odata EDM: CapacityRqmtItemCapacity

      Parameters:
      capacityRqmtItemCapacity - Individual Capacity of a Capacity Requirement Item
    • setPlannedOrderType

      public void setPlannedOrderType(@Nullable String plannedOrderType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: PlannedOrderType

      Parameters:
      plannedOrderType - Planned Order Type
    • setSequence

      public void setSequence(@Nullable String sequence)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: Sequence

      Parameters:
      sequence - Sequence
    • setOperation

      public void setOperation(@Nullable String operation)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: Operation

      Parameters:
      operation - Operation / Phase Number
    • setSubOperation

      public void setSubOperation(@Nullable String subOperation)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SubOperation

      Parameters:
      subOperation - Operation / Phase Number
    • setWorkCenter

      public void setWorkCenter(@Nullable String workCenter)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: WorkCenter

      Parameters:
      workCenter - Work Center
    • setCapacityCategoryCode

      public void setCapacityCategoryCode(@Nullable String capacityCategoryCode)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: CapacityCategoryCode

      Parameters:
      capacityCategoryCode - Capacity Category
    • setCapacity

      public void setCapacity(@Nullable String capacity)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: Capacity

      Parameters:
      capacity - Capacity name
    • setMRPController

      public void setMRPController(@Nullable String mRPController)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: MRPController

      Parameters:
      mRPController - MRP Controller
    • setMRPPlant

      public void setMRPPlant(@Nullable String mRPPlant)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: MRPPlant

      Parameters:
      mRPPlant - Planning Plant
    • setOperationLatestStartDate

      public void setOperationLatestStartDate(@Nullable LocalDate operationLatestStartDate)
      Constraints: Nullable

      Original property name from the Odata EDM: OperationLatestStartDate

      Parameters:
      operationLatestStartDate - Latest Start Date
    • setOperationLatestStartTime

      public void setOperationLatestStartTime(@Nullable LocalTime operationLatestStartTime)
      Constraints: Not nullable

      Original property name from the Odata EDM: OperationLatestStartTime

      Parameters:
      operationLatestStartTime - Latest Start Time
    • setOperationLatestEndDate

      public void setOperationLatestEndDate(@Nullable LocalDate operationLatestEndDate)
      Constraints: Nullable

      Original property name from the Odata EDM: OperationLatestEndDate

      Parameters:
      operationLatestEndDate - Latest End Date
    • setOperationLatestEndTime

      public void setOperationLatestEndTime(@Nullable LocalTime operationLatestEndTime)
      Constraints: Not nullable

      Original property name from the Odata EDM: OperationLatestEndTime

      Parameters:
      operationLatestEndTime - Latest End Time
    • setOperationEarliestStartDate

      public void setOperationEarliestStartDate(@Nullable LocalDate operationEarliestStartDate)
      Constraints: Nullable

      Original property name from the Odata EDM: OperationEarliestStartDate

      Parameters:
      operationEarliestStartDate - Earliest Start Date
    • setOperationEarliestStartTime

      public void setOperationEarliestStartTime(@Nullable LocalTime operationEarliestStartTime)
      Constraints: Not nullable

      Original property name from the Odata EDM: OperationEarliestStartTime

      Parameters:
      operationEarliestStartTime - Earliest Start Time
    • setOperationEarliestEndDate

      public void setOperationEarliestEndDate(@Nullable LocalDate operationEarliestEndDate)
      Constraints: Nullable

      Original property name from the Odata EDM: OperationEarliestEndDate

      Parameters:
      operationEarliestEndDate - Earliest End Date
    • setOperationEarliestEndTime

      public void setOperationEarliestEndTime(@Nullable LocalTime operationEarliestEndTime)
      Constraints: Not nullable

      Original property name from the Odata EDM: OperationEarliestEndTime

      Parameters:
      operationEarliestEndTime - Earliest End Time
    • setOpLtstSchedldProcgStrtDte

      public void setOpLtstSchedldProcgStrtDte(@Nullable LocalDate opLtstSchedldProcgStrtDte)
      Constraints: Nullable

      Original property name from the Odata EDM: OpLtstSchedldProcgStrtDte

      Parameters:
      opLtstSchedldProcgStrtDte - Latest Scheduled Processing Start Date
    • setOpLtstSchedldProcgStrtTme

      public void setOpLtstSchedldProcgStrtTme(@Nullable LocalTime opLtstSchedldProcgStrtTme)
      Constraints: Not nullable

      Original property name from the Odata EDM: OpLtstSchedldProcgStrtTme

      Parameters:
      opLtstSchedldProcgStrtTme - Latest Scheduled Processing Start Time
    • setOpLtstSchedldTrdwnStrtDte

      public void setOpLtstSchedldTrdwnStrtDte(@Nullable LocalDate opLtstSchedldTrdwnStrtDte)
      Constraints: Nullable

      Original property name from the Odata EDM: OpLtstSchedldTrdwnStrtDte

      Parameters:
      opLtstSchedldTrdwnStrtDte - Latest Scheduled Teardown Start Date
    • setOpLtstSchedldTrdwnStrtTme

      public void setOpLtstSchedldTrdwnStrtTme(@Nullable LocalTime opLtstSchedldTrdwnStrtTme)
      Constraints: Not nullable

      Original property name from the Odata EDM: OpLtstSchedldTrdwnStrtTme

      Parameters:
      opLtstSchedldTrdwnStrtTme - Latest Scheduled Teardown Start Time
    • setScheduledBasicEndTime

      public void setScheduledBasicEndTime(@Nullable LocalTime scheduledBasicEndTime)
      Constraints: Not nullable

      Original property name from the Odata EDM: ScheduledBasicEndTime

      Parameters:
      scheduledBasicEndTime - Earliest finish of operation (time)
    • setScheduledBasicStartTime

      public void setScheduledBasicStartTime(@Nullable LocalTime scheduledBasicStartTime)
      Constraints: Not nullable

      Original property name from the Odata EDM: ScheduledBasicStartTime

      Parameters:
      scheduledBasicStartTime - Earliest scheduled start: Execution (time)
    • setCapacityRequirementUnit

      public void setCapacityRequirementUnit(@Nullable String capacityRequirementUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: CapacityRequirementUnit

      Parameters:
      capacityRequirementUnit - Unit of Measure for Capacity Requirements
    • setUnitOfMeasureISOCode

      public void setUnitOfMeasureISOCode(@Nullable String unitOfMeasureISOCode)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: UnitOfMeasureISOCode

      Parameters:
      unitOfMeasureISOCode - ISO Code for Unit of Measurement
    • setScheduledCapReqOpSegSetupDurn

      public void setScheduledCapReqOpSegSetupDurn(@Nullable Double scheduledCapReqOpSegSetupDurn)
      Constraints: Not nullable

      Original property name from the Odata EDM: ScheduledCapReqOpSegSetupDurn

      Parameters:
      scheduledCapReqOpSegSetupDurn - Scheduled Capacity Requirements for Setup
    • setRemainingCapReqOpSegSetupDurn

      public void setRemainingCapReqOpSegSetupDurn(@Nullable Double remainingCapReqOpSegSetupDurn)
      Constraints: Not nullable

      Original property name from the Odata EDM: RemainingCapReqOpSegSetupDurn

      Parameters:
      remainingCapReqOpSegSetupDurn - Remaining Capacity Requirements for Setup
    • setScheduledCapReqOpSegProcgDurn

      public void setScheduledCapReqOpSegProcgDurn(@Nullable Double scheduledCapReqOpSegProcgDurn)
      Constraints: Not nullable

      Original property name from the Odata EDM: ScheduledCapReqOpSegProcgDurn

      Parameters:
      scheduledCapReqOpSegProcgDurn - Scheduled Capacity Requirements for Processing
    • setRemainingCapReqOpSegProcgDurn

      public void setRemainingCapReqOpSegProcgDurn(@Nullable Double remainingCapReqOpSegProcgDurn)
      Constraints: Not nullable

      Original property name from the Odata EDM: RemainingCapReqOpSegProcgDurn

      Parameters:
      remainingCapReqOpSegProcgDurn - Remaining Capacity Requirements for Processing
    • setScheduledCapReqOpSegTrdwnDurn

      public void setScheduledCapReqOpSegTrdwnDurn(@Nullable Double scheduledCapReqOpSegTrdwnDurn)
      Constraints: Not nullable

      Original property name from the Odata EDM: ScheduledCapReqOpSegTrdwnDurn

      Parameters:
      scheduledCapReqOpSegTrdwnDurn - Scheduled Capacity Requirements for the Teardown
    • setRemainingCapReqOpSegTrdwnDurn

      public void setRemainingCapReqOpSegTrdwnDurn(@Nullable Double remainingCapReqOpSegTrdwnDurn)
      Constraints: Not nullable

      Original property name from the Odata EDM: RemainingCapReqOpSegTrdwnDurn

      Parameters:
      remainingCapReqOpSegTrdwnDurn - Remaining Capacity Requirements for Teardown
    • setWrkCtrHasLeadingCapacity

      public void setWrkCtrHasLeadingCapacity(@Nullable Boolean wrkCtrHasLeadingCapacity)
      Constraints: Not nullable

      Original property name from the Odata EDM: WrkCtrHasLeadingCapacity

      Parameters:
      wrkCtrHasLeadingCapacity - Work center has leading capacity
    • setOperationText

      public void setOperationText(@Nullable String operationText)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: OperationText

      Parameters:
      operationText - Operation Short Text
    • setPlannedOrderLastChangeDateTime

      public void setPlannedOrderLastChangeDateTime(@Nullable OffsetDateTime plannedOrderLastChangeDateTime)
      Constraints: Nullable

      Original property name from the Odata EDM: PlannedOrderLastChangeDateTime

      Parameters:
      plannedOrderLastChangeDateTime - Last Change to Planned Order: Time Stamp
    • set_Messages

      public void set_Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Parameters:
      _Messages - The _Messages to set.
    • getEntityCollection

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

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<PlannedOrderCapacity>
    • toMapOfFields

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

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

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<PlannedOrderCapacity>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<PlannedOrderCapacity>
    • getPlannedOrderIfPresent

      @Nonnull public io.vavr.control.Option<PlannedOrderHeader> getPlannedOrderIfPresent()
      Retrieval of associated PlannedOrderHeader entity (one to one). This corresponds to the OData navigation property _PlannedOrder.

      If the navigation property for an entity PlannedOrderCapacity has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property _PlannedOrder is already loaded, the result will contain the PlannedOrderHeader entity. If not, an Option with result state empty is returned.
    • setPlannedOrder

      public void setPlannedOrder(PlannedOrderHeader value)
      Overwrites the associated PlannedOrderHeader entity for the loaded navigation property _PlannedOrder.
      Parameters:
      value - New PlannedOrderHeader entity.
    • schedulePlannedOrderOperation

      @Nonnull public static BoundAction.SingleToSingle<PlannedOrderCapacity,PlannedOrderCapacity> schedulePlannedOrderOperation(@Nonnull String plannedOrder, @Nullable LocalDate operationLatestStartDate, @Nonnull LocalTime operationLatestStartTime, @Nullable LocalDate operationLatestEndDate, @Nonnull LocalTime operationLatestEndTime, @Nonnull String plndOrdOpSchedulingDirection, @Nonnull String plndOrdOpSchedulingStatus, @Nonnull String plndOrdOpSchedulingStrategy)
      Action that can be applied to any entity object of this class.

      Parameters:
      plannedOrder - Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: PlannedOrder

      operationLatestStartDate - Constraints: Nullable

      Original parameter name from the Odata EDM: OperationLatestStartDate

      operationLatestEndDate - Constraints: Nullable

      Original parameter name from the Odata EDM: OperationLatestEndDate

      plndOrdOpSchedulingStrategy - Constraints: Not nullable, Maximum length: 2

      Original parameter name from the Odata EDM: PlndOrdOpSchedulingStrategy

      plndOrdOpSchedulingStatus - Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: PlndOrdOpSchedulingStatus

      plndOrdOpSchedulingDirection - Constraints: Not nullable, Maximum length: 1

      Original parameter name from the Odata EDM: PlndOrdOpSchedulingDirection

      operationLatestStartTime - Constraints: Not nullable

      Original parameter name from the Odata EDM: OperationLatestStartTime

      operationLatestEndTime - Constraints: Not nullable

      Original parameter name from the Odata EDM: OperationLatestEndTime

      Returns:
      Action object prepared with the given parameters to be applied to any entity object of this class.

      To execute it use the service.forEntity(entity).applyAction(thisAction) API.
    • builder

      @Nonnull public static PlannedOrderCapacity.PlannedOrderCapacityBuilder builder()
    • getPlannedOrder

      @Nullable public String getPlannedOrder()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: PlannedOrder

      Returns:
      Planned Order
    • getCapacityRequirement

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

      Original property name from the Odata EDM: CapacityRequirement

      Returns:
      ID of the Capacity Requirements Record
    • getCapacityRequirementItem

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

      Original property name from the Odata EDM: CapacityRequirementItem

      Returns:
      Capacity Requirement Item
    • getCapacityRqmtItemCapacity

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

      Original property name from the Odata EDM: CapacityRqmtItemCapacity

      Returns:
      Individual Capacity of a Capacity Requirement Item
    • getPlannedOrderType

      @Nullable public String getPlannedOrderType()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: PlannedOrderType

      Returns:
      Planned Order Type
    • getSequence

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

      Original property name from the Odata EDM: Sequence

      Returns:
      Sequence
    • getOperation

      @Nullable public String getOperation()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: Operation

      Returns:
      Operation / Phase Number
    • getSubOperation

      @Nullable public String getSubOperation()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SubOperation

      Returns:
      Operation / Phase Number
    • getWorkCenter

      @Nullable public String getWorkCenter()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: WorkCenter

      Returns:
      Work Center
    • getCapacityCategoryCode

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

      Original property name from the Odata EDM: CapacityCategoryCode

      Returns:
      Capacity Category
    • getCapacity

      @Nullable public String getCapacity()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: Capacity

      Returns:
      Capacity name
    • getMRPController

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

      Original property name from the Odata EDM: MRPController

      Returns:
      MRP Controller
    • getMRPPlant

      @Nullable public String getMRPPlant()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: MRPPlant

      Returns:
      Planning Plant
    • getOperationLatestStartDate

      @Nullable public LocalDate getOperationLatestStartDate()
      Constraints: Nullable

      Original property name from the Odata EDM: OperationLatestStartDate

      Returns:
      Latest Start Date
    • getOperationLatestStartTime

      @Nullable public LocalTime getOperationLatestStartTime()
      Constraints: Not nullable

      Original property name from the Odata EDM: OperationLatestStartTime

      Returns:
      Latest Start Time
    • getOperationLatestEndDate

      @Nullable public LocalDate getOperationLatestEndDate()
      Constraints: Nullable

      Original property name from the Odata EDM: OperationLatestEndDate

      Returns:
      Latest End Date
    • getOperationLatestEndTime

      @Nullable public LocalTime getOperationLatestEndTime()
      Constraints: Not nullable

      Original property name from the Odata EDM: OperationLatestEndTime

      Returns:
      Latest End Time
    • getOperationEarliestStartDate

      @Nullable public LocalDate getOperationEarliestStartDate()
      Constraints: Nullable

      Original property name from the Odata EDM: OperationEarliestStartDate

      Returns:
      Earliest Start Date
    • getOperationEarliestStartTime

      @Nullable public LocalTime getOperationEarliestStartTime()
      Constraints: Not nullable

      Original property name from the Odata EDM: OperationEarliestStartTime

      Returns:
      Earliest Start Time
    • getOperationEarliestEndDate

      @Nullable public LocalDate getOperationEarliestEndDate()
      Constraints: Nullable

      Original property name from the Odata EDM: OperationEarliestEndDate

      Returns:
      Earliest End Date
    • getOperationEarliestEndTime

      @Nullable public LocalTime getOperationEarliestEndTime()
      Constraints: Not nullable

      Original property name from the Odata EDM: OperationEarliestEndTime

      Returns:
      Earliest End Time
    • getOpLtstSchedldProcgStrtDte

      @Nullable public LocalDate getOpLtstSchedldProcgStrtDte()
      Constraints: Nullable

      Original property name from the Odata EDM: OpLtstSchedldProcgStrtDte

      Returns:
      Latest Scheduled Processing Start Date
    • getOpLtstSchedldProcgStrtTme

      @Nullable public LocalTime getOpLtstSchedldProcgStrtTme()
      Constraints: Not nullable

      Original property name from the Odata EDM: OpLtstSchedldProcgStrtTme

      Returns:
      Latest Scheduled Processing Start Time
    • getOpLtstSchedldTrdwnStrtDte

      @Nullable public LocalDate getOpLtstSchedldTrdwnStrtDte()
      Constraints: Nullable

      Original property name from the Odata EDM: OpLtstSchedldTrdwnStrtDte

      Returns:
      Latest Scheduled Teardown Start Date
    • getOpLtstSchedldTrdwnStrtTme

      @Nullable public LocalTime getOpLtstSchedldTrdwnStrtTme()
      Constraints: Not nullable

      Original property name from the Odata EDM: OpLtstSchedldTrdwnStrtTme

      Returns:
      Latest Scheduled Teardown Start Time
    • getScheduledBasicEndTime

      @Nullable public LocalTime getScheduledBasicEndTime()
      Constraints: Not nullable

      Original property name from the Odata EDM: ScheduledBasicEndTime

      Returns:
      Earliest finish of operation (time)
    • getScheduledBasicStartTime

      @Nullable public LocalTime getScheduledBasicStartTime()
      Constraints: Not nullable

      Original property name from the Odata EDM: ScheduledBasicStartTime

      Returns:
      Earliest scheduled start: Execution (time)
    • getCapacityRequirementUnit

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

      Original property name from the Odata EDM: CapacityRequirementUnit

      Returns:
      Unit of Measure for Capacity Requirements
    • getUnitOfMeasureISOCode

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

      Original property name from the Odata EDM: UnitOfMeasureISOCode

      Returns:
      ISO Code for Unit of Measurement
    • getScheduledCapReqOpSegSetupDurn

      @Nullable public Double getScheduledCapReqOpSegSetupDurn()
      Constraints: Not nullable

      Original property name from the Odata EDM: ScheduledCapReqOpSegSetupDurn

      Returns:
      Scheduled Capacity Requirements for Setup
    • getRemainingCapReqOpSegSetupDurn

      @Nullable public Double getRemainingCapReqOpSegSetupDurn()
      Constraints: Not nullable

      Original property name from the Odata EDM: RemainingCapReqOpSegSetupDurn

      Returns:
      Remaining Capacity Requirements for Setup
    • getScheduledCapReqOpSegProcgDurn

      @Nullable public Double getScheduledCapReqOpSegProcgDurn()
      Constraints: Not nullable

      Original property name from the Odata EDM: ScheduledCapReqOpSegProcgDurn

      Returns:
      Scheduled Capacity Requirements for Processing
    • getRemainingCapReqOpSegProcgDurn

      @Nullable public Double getRemainingCapReqOpSegProcgDurn()
      Constraints: Not nullable

      Original property name from the Odata EDM: RemainingCapReqOpSegProcgDurn

      Returns:
      Remaining Capacity Requirements for Processing
    • getScheduledCapReqOpSegTrdwnDurn

      @Nullable public Double getScheduledCapReqOpSegTrdwnDurn()
      Constraints: Not nullable

      Original property name from the Odata EDM: ScheduledCapReqOpSegTrdwnDurn

      Returns:
      Scheduled Capacity Requirements for the Teardown
    • getRemainingCapReqOpSegTrdwnDurn

      @Nullable public Double getRemainingCapReqOpSegTrdwnDurn()
      Constraints: Not nullable

      Original property name from the Odata EDM: RemainingCapReqOpSegTrdwnDurn

      Returns:
      Remaining Capacity Requirements for Teardown
    • getWrkCtrHasLeadingCapacity

      @Nullable public Boolean getWrkCtrHasLeadingCapacity()
      Constraints: Not nullable

      Original property name from the Odata EDM: WrkCtrHasLeadingCapacity

      Returns:
      Work center has leading capacity
    • getOperationText

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

      Original property name from the Odata EDM: OperationText

      Returns:
      Operation Short Text
    • getPlannedOrderLastChangeDateTime

      @Nullable public OffsetDateTime getPlannedOrderLastChangeDateTime()
      Constraints: Nullable

      Original property name from the Odata EDM: PlannedOrderLastChangeDateTime

      Returns:
      Last Change to Planned Order: Time Stamp
    • get_Messages

      @Nullable public Collection<SAP__Message> get_Messages()
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      The _Messages contained in this VdmEntity.
    • toString

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<PlannedOrderCapacity>
    • getOdataType

      public String getOdataType()
      Specified by:
      getOdataType in class VdmObject<PlannedOrderCapacity>