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

public class BusSolnOrderItemScheduleLine extends VdmEntity<BusSolnOrderItemScheduleLine>
Sales Item Schedule Line

Original entity name from the Odata EDM: A_BusSolnOrderItemScheduleLineType

  • Field Details

  • Constructor Details

    • BusSolnOrderItemScheduleLine

      public BusSolnOrderItemScheduleLine()
    • BusSolnOrderItemScheduleLine

      public BusSolnOrderItemScheduleLine(@Nullable String businessSolutionOrder, @Nullable String businessSolutionOrderItem, @Nullable String scheduleLine, @Nullable BigDecimal requestedQuantity, @Nullable ZonedDateTime requestedDeliveryDateTime, @Nullable BigDecimal confdOrderQtyByMatlAvailCheck, @Nullable ZonedDateTime confirmedDeliveryDateTime, @Nullable String orderQuantityUnit)
  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: BusinessSolutionOrder

      Parameters:
      businessSolutionOrder - Transaction ID
    • setBusinessSolutionOrderItem

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

      Original property name from the Odata EDM: BusinessSolutionOrderItem

      Parameters:
      businessSolutionOrderItem - Shortened Item Number in Document
    • 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
    • setRequestedQuantity

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

      Original property name from the Odata EDM: RequestedQuantity

      Parameters:
      requestedQuantity - CRM Schedule Line Quantity
    • setRequestedDeliveryDateTime

      public void setRequestedDeliveryDateTime(@Nullable ZonedDateTime requestedDeliveryDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: RequestedDeliveryDateTime

      Parameters:
      requestedDeliveryDateTime - UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • setConfdOrderQtyByMatlAvailCheck

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

      Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck

      Parameters:
      confdOrderQtyByMatlAvailCheck - CRM Schedule Line Quantity
    • setConfirmedDeliveryDateTime

      public void setConfirmedDeliveryDateTime(@Nullable ZonedDateTime confirmedDeliveryDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ConfirmedDeliveryDateTime

      Parameters:
      confirmedDeliveryDateTime - UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • setOrderQuantityUnit

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

      Original property name from the Odata EDM: OrderQuantityUnit

      Parameters:
      orderQuantityUnit - Unit of Measure in Which the Product Is Sold
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> BusSolnOrderItemScheduleLineField<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> BusSolnOrderItemScheduleLineField<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<BusSolnOrderItemScheduleLine>
    • setServicePathForFetch

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

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

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

    • getBusinessSolutionOrder

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

      Original property name from the Odata EDM: BusinessSolutionOrder

      Returns:
      Transaction ID
    • getBusinessSolutionOrderItem

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

      Original property name from the Odata EDM: BusinessSolutionOrderItem

      Returns:
      Shortened Item Number in Document
    • 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
    • getRequestedQuantity

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

      Original property name from the Odata EDM: RequestedQuantity

      Returns:
      CRM Schedule Line Quantity
    • getRequestedDeliveryDateTime

      @Nullable public ZonedDateTime getRequestedDeliveryDateTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: RequestedDeliveryDateTime

      Returns:
      UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • getConfdOrderQtyByMatlAvailCheck

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

      Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck

      Returns:
      CRM Schedule Line Quantity
    • getConfirmedDeliveryDateTime

      @Nullable public ZonedDateTime getConfirmedDeliveryDateTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ConfirmedDeliveryDateTime

      Returns:
      UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • getOrderQuantityUnit

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

      Original property name from the Odata EDM: OrderQuantityUnit

      Returns:
      Unit of Measure in Which the Product Is Sold
    • toString

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

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

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

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