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

public class SalesOrderScheduleLine extends VdmEntity<SalesOrderScheduleLine>
Item Schedule Line

Original entity name from the Odata EDM: A_SalesOrderScheduleLineType

  • Field Details

    • ALL_FIELDS

      public static final SalesOrderScheduleLineSelectable ALL_FIELDS
      Selector for all available fields of SalesOrderScheduleLine.
    • SALES_ORDER

      public static final SalesOrderScheduleLineField<String> SALES_ORDER
      Use with available fluent helpers to apply the SalesOrder field to query operations.
    • SALES_ORDER_ITEM

      public static final SalesOrderScheduleLineField<String> SALES_ORDER_ITEM
      Use with available fluent helpers to apply the SalesOrderItem field to query operations.
    • SCHEDULE_LINE

      public static final SalesOrderScheduleLineField<String> SCHEDULE_LINE
      Use with available fluent helpers to apply the ScheduleLine field to query operations.
    • REQUESTED_DELIVERY_DATE

      public static final SalesOrderScheduleLineField<LocalDateTime> REQUESTED_DELIVERY_DATE
      Use with available fluent helpers to apply the RequestedDeliveryDate field to query operations.
    • CONFIRMED_DELIVERY_DATE

      public static final SalesOrderScheduleLineField<LocalDateTime> CONFIRMED_DELIVERY_DATE
      Use with available fluent helpers to apply the ConfirmedDeliveryDate field to query operations.
    • ORDER_QUANTITY_UNIT

      public static final SalesOrderScheduleLineField<String> ORDER_QUANTITY_UNIT
      Use with available fluent helpers to apply the OrderQuantityUnit field to query operations.
    • ORDER_QUANTITY_SAP_UNIT

      public static final SalesOrderScheduleLineField<String> ORDER_QUANTITY_SAP_UNIT
      Use with available fluent helpers to apply the OrderQuantitySAPUnit field to query operations.
    • ORDER_QUANTITY_ISO_UNIT

      public static final SalesOrderScheduleLineField<String> ORDER_QUANTITY_ISO_UNIT
      Use with available fluent helpers to apply the OrderQuantityISOUnit field to query operations.
    • SCHEDULE_LINE_ORDER_QUANTITY

      public static final SalesOrderScheduleLineField<BigDecimal> SCHEDULE_LINE_ORDER_QUANTITY
      Use with available fluent helpers to apply the ScheduleLineOrderQuantity field to query operations.
    • CONFD_ORDER_QTY_BY_MATL_AVAIL_CHECK

      public static final SalesOrderScheduleLineField<BigDecimal> CONFD_ORDER_QTY_BY_MATL_AVAIL_CHECK
      Use with available fluent helpers to apply the ConfdOrderQtyByMatlAvailCheck field to query operations.
    • DELIVERED_QTY_IN_ORDER_QTY_UNIT

      public static final SalesOrderScheduleLineField<BigDecimal> DELIVERED_QTY_IN_ORDER_QTY_UNIT
      Use with available fluent helpers to apply the DeliveredQtyInOrderQtyUnit field to query operations.
    • OPEN_CONFD_DELIV_QTY_IN_ORD_QTY_UNIT

      public static final SalesOrderScheduleLineField<BigDecimal> OPEN_CONFD_DELIV_QTY_IN_ORD_QTY_UNIT
      Use with available fluent helpers to apply the OpenConfdDelivQtyInOrdQtyUnit field to query operations.
    • CORRECTED_QTY_IN_ORDER_QTY_UNIT

      public static final SalesOrderScheduleLineField<BigDecimal> CORRECTED_QTY_IN_ORDER_QTY_UNIT
      Use with available fluent helpers to apply the CorrectedQtyInOrderQtyUnit field to query operations.
    • DELIV_BLOCK_REASON_FOR_SCHED_LINE

      public static final SalesOrderScheduleLineField<String> DELIV_BLOCK_REASON_FOR_SCHED_LINE
      Use with available fluent helpers to apply the DelivBlockReasonForSchedLine field to query operations.
  • Constructor Details

    • SalesOrderScheduleLine

      public SalesOrderScheduleLine()
    • SalesOrderScheduleLine

      public SalesOrderScheduleLine(@Nullable String salesOrder, @Nullable String salesOrderItem, @Nullable String scheduleLine, @Nullable LocalDateTime requestedDeliveryDate, @Nullable LocalDateTime confirmedDeliveryDate, @Nullable String orderQuantityUnit, @Nullable String orderQuantitySAPUnit, @Nullable String orderQuantityISOUnit, @Nullable BigDecimal scheduleLineOrderQuantity, @Nullable BigDecimal confdOrderQtyByMatlAvailCheck, @Nullable BigDecimal deliveredQtyInOrderQtyUnit, @Nullable BigDecimal openConfdDelivQtyInOrdQtyUnit, @Nullable BigDecimal correctedQtyInOrderQtyUnit, @Nullable String delivBlockReasonForSchedLine)
  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: SalesOrder

      Parameters:
      salesOrder - Sales Document
    • setSalesOrderItem

      public void setSalesOrderItem(@Nullable String salesOrderItem)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: SalesOrderItem

      Parameters:
      salesOrderItem - Sales Document Item
    • setScheduleLine

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

      Original property name from the Odata EDM: ScheduleLine

      Parameters:
      scheduleLine - Schedule Line Number
    • setRequestedDeliveryDate

      public void setRequestedDeliveryDate(@Nullable LocalDateTime requestedDeliveryDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: RequestedDeliveryDate

      Parameters:
      requestedDeliveryDate - Requested Delivery Date
    • setConfirmedDeliveryDate

      public void setConfirmedDeliveryDate(@Nullable LocalDateTime confirmedDeliveryDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ConfirmedDeliveryDate

      Parameters:
      confirmedDeliveryDate - Confirmed Delivery Date
    • setOrderQuantityUnit

      public void setOrderQuantityUnit(@Nullable String orderQuantityUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: OrderQuantityUnit

      Parameters:
      orderQuantityUnit - Sales Unit
    • setOrderQuantitySAPUnit

      public void setOrderQuantitySAPUnit(@Nullable String orderQuantitySAPUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: OrderQuantitySAPUnit

      Parameters:
      orderQuantitySAPUnit - SAP Unit Code for Order Quantity
    • setOrderQuantityISOUnit

      public void setOrderQuantityISOUnit(@Nullable String orderQuantityISOUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: OrderQuantityISOUnit

      Parameters:
      orderQuantityISOUnit - ISO Unit Code for Order Quantity
    • setScheduleLineOrderQuantity

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

      Original property name from the Odata EDM: ScheduleLineOrderQuantity

      Parameters:
      scheduleLineOrderQuantity - Order Quantity in Sales Units
    • setConfdOrderQtyByMatlAvailCheck

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

      Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck

      Parameters:
      confdOrderQtyByMatlAvailCheck - Confirmed Quantity
    • setDeliveredQtyInOrderQtyUnit

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

      Original property name from the Odata EDM: DeliveredQtyInOrderQtyUnit

      Parameters:
      deliveredQtyInOrderQtyUnit - Delivered Quantity
    • setOpenConfdDelivQtyInOrdQtyUnit

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

      Original property name from the Odata EDM: OpenConfdDelivQtyInOrdQtyUnit

      Parameters:
      openConfdDelivQtyInOrdQtyUnit - Open Confirmed Delivery Quantity
    • setCorrectedQtyInOrderQtyUnit

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

      Original property name from the Odata EDM: CorrectedQtyInOrderQtyUnit

      Parameters:
      correctedQtyInOrderQtyUnit - Corrected quantity in sales unit
    • setDelivBlockReasonForSchedLine

      public void setDelivBlockReasonForSchedLine(@Nullable String delivBlockReasonForSchedLine)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: DelivBlockReasonForSchedLine

      Parameters:
      delivBlockReasonForSchedLine - Schedule Line Blocked for Delivery
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> SalesOrderScheduleLineField<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> SalesOrderScheduleLineField<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<SalesOrderScheduleLine>
    • setServicePathForFetch

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

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

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

      @Nonnull public static SalesOrderScheduleLine.SalesOrderScheduleLineBuilder builder()
    • getSalesOrder

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

      Original property name from the Odata EDM: SalesOrder

      Returns:
      Sales Document
    • getSalesOrderItem

      @Nullable public String getSalesOrderItem()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: SalesOrderItem

      Returns:
      Sales Document Item
    • getScheduleLine

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

      Original property name from the Odata EDM: ScheduleLine

      Returns:
      Schedule Line Number
    • getRequestedDeliveryDate

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

      Original property name from the Odata EDM: RequestedDeliveryDate

      Returns:
      Requested Delivery Date
    • getConfirmedDeliveryDate

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

      Original property name from the Odata EDM: ConfirmedDeliveryDate

      Returns:
      Confirmed Delivery Date
    • getOrderQuantityUnit

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

      Original property name from the Odata EDM: OrderQuantityUnit

      Returns:
      Sales Unit
    • getOrderQuantitySAPUnit

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

      Original property name from the Odata EDM: OrderQuantitySAPUnit

      Returns:
      SAP Unit Code for Order Quantity
    • getOrderQuantityISOUnit

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

      Original property name from the Odata EDM: OrderQuantityISOUnit

      Returns:
      ISO Unit Code for Order Quantity
    • getScheduleLineOrderQuantity

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

      Original property name from the Odata EDM: ScheduleLineOrderQuantity

      Returns:
      Order Quantity in Sales Units
    • getConfdOrderQtyByMatlAvailCheck

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

      Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck

      Returns:
      Confirmed Quantity
    • getDeliveredQtyInOrderQtyUnit

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

      Original property name from the Odata EDM: DeliveredQtyInOrderQtyUnit

      Returns:
      Delivered Quantity
    • getOpenConfdDelivQtyInOrdQtyUnit

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

      Original property name from the Odata EDM: OpenConfdDelivQtyInOrdQtyUnit

      Returns:
      Open Confirmed Delivery Quantity
    • getCorrectedQtyInOrderQtyUnit

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

      Original property name from the Odata EDM: CorrectedQtyInOrderQtyUnit

      Returns:
      Corrected quantity in sales unit
    • getDelivBlockReasonForSchedLine

      @Nullable public String getDelivBlockReasonForSchedLine()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: DelivBlockReasonForSchedLine

      Returns:
      Schedule Line Blocked for Delivery
    • toString

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

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

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

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