Class SalesOrderScheduleLine
Original entity name from the Odata EDM: A_SalesOrderScheduleLineType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SalesOrderScheduleLineSelectableSelector for all available fields of SalesOrderScheduleLine.static final SalesOrderScheduleLineField<BigDecimal>Use with available fluent helpers to apply the ConfdOrderQtyByMatlAvailCheck field to query operations.static final SalesOrderScheduleLineField<LocalDateTime>Use with available fluent helpers to apply the ConfirmedDeliveryDate field to query operations.static final SalesOrderScheduleLineField<BigDecimal>Use with available fluent helpers to apply the CorrectedQtyInOrderQtyUnit field to query operations.static final SalesOrderScheduleLineField<String>Use with available fluent helpers to apply the DelivBlockReasonForSchedLine field to query operations.static final SalesOrderScheduleLineField<BigDecimal>Use with available fluent helpers to apply the DeliveredQtyInOrderQtyUnit field to query operations.static final SalesOrderScheduleLineField<BigDecimal>Use with available fluent helpers to apply the OpenConfdDelivQtyInOrdQtyUnit field to query operations.static final SalesOrderScheduleLineField<String>Use with available fluent helpers to apply the OrderQuantityISOUnit field to query operations.static final SalesOrderScheduleLineField<String>Use with available fluent helpers to apply the OrderQuantitySAPUnit field to query operations.static final SalesOrderScheduleLineField<String>Use with available fluent helpers to apply the OrderQuantityUnit field to query operations.static final SalesOrderScheduleLineField<LocalDateTime>Use with available fluent helpers to apply the RequestedDeliveryDate field to query operations.static final SalesOrderScheduleLineField<String>Use with available fluent helpers to apply the SalesOrder field to query operations.static final SalesOrderScheduleLineField<String>Use with available fluent helpers to apply the SalesOrderItem field to query operations.static final SalesOrderScheduleLineField<String>Use with available fluent helpers to apply the ScheduleLine field to query operations.static final SalesOrderScheduleLineField<BigDecimal>Use with available fluent helpers to apply the ScheduleLineOrderQuantity field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSalesOrderScheduleLine(String salesOrder, String salesOrderItem, String scheduleLine, LocalDateTime requestedDeliveryDate, LocalDateTime confirmedDeliveryDate, String orderQuantityUnit, String orderQuantitySAPUnit, String orderQuantityISOUnit, BigDecimal scheduleLineOrderQuantity, BigDecimal confdOrderQtyByMatlAvailCheck, BigDecimal deliveredQtyInOrderQtyUnit, BigDecimal openConfdDelivQtyInOrdQtyUnit, BigDecimal correctedQtyInOrderQtyUnit, String delivBlockReasonForSchedLine) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SalesOrderScheduleLineField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SalesOrderScheduleLineField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Precision: 13, Scale: 3Constraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 13, Scale: 3protected StringConstraints: Not nullable, Maximum length: 2Constraints: Not nullable, Precision: 13, Scale: 3protected StringgetKey()Constraints: Not nullable, Precision: 13, Scale: 3Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Precision: 0(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 6(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Precision: 13, Scale: 3getType()inthashCode()voidsetConfdOrderQtyByMatlAvailCheck(BigDecimal confdOrderQtyByMatlAvailCheck) Constraints: Not nullable, Precision: 13, Scale: 3voidsetConfirmedDeliveryDate(LocalDateTime confirmedDeliveryDate) Constraints: Not nullable, Precision: 0voidsetCorrectedQtyInOrderQtyUnit(BigDecimal correctedQtyInOrderQtyUnit) Constraints: Not nullable, Precision: 13, Scale: 3voidsetDelivBlockReasonForSchedLine(String delivBlockReasonForSchedLine) Constraints: Not nullable, Maximum length: 2voidsetDeliveredQtyInOrderQtyUnit(BigDecimal deliveredQtyInOrderQtyUnit) Constraints: Not nullable, Precision: 13, Scale: 3voidsetOpenConfdDelivQtyInOrdQtyUnit(BigDecimal openConfdDelivQtyInOrdQtyUnit) Constraints: Not nullable, Precision: 13, Scale: 3voidsetOrderQuantityISOUnit(String orderQuantityISOUnit) Constraints: Not nullable, Maximum length: 3voidsetOrderQuantitySAPUnit(String orderQuantitySAPUnit) Constraints: Not nullable, Maximum length: 3voidsetOrderQuantityUnit(String orderQuantityUnit) Constraints: Not nullable, Maximum length: 3voidsetRequestedDeliveryDate(LocalDateTime requestedDeliveryDate) Constraints: Not nullable, Precision: 0voidsetSalesOrder(String salesOrder) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetSalesOrderItem(String salesOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6voidsetScheduleLine(String scheduleLine) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetScheduleLineOrderQuantity(BigDecimal scheduleLineOrderQuantity) Constraints: Not nullable, Precision: 13, Scale: 3protected voidsetServicePathForFetch(String servicePathForFetch) toString()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, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of SalesOrderScheduleLine. -
SALES_ORDER
Use with available fluent helpers to apply the SalesOrder field to query operations. -
SALES_ORDER_ITEM
Use with available fluent helpers to apply the SalesOrderItem field to query operations. -
SCHEDULE_LINE
Use with available fluent helpers to apply the ScheduleLine field to query operations. -
REQUESTED_DELIVERY_DATE
Use with available fluent helpers to apply the RequestedDeliveryDate field to query operations. -
CONFIRMED_DELIVERY_DATE
Use with available fluent helpers to apply the ConfirmedDeliveryDate field to query operations. -
ORDER_QUANTITY_UNIT
Use with available fluent helpers to apply the OrderQuantityUnit field to query operations. -
ORDER_QUANTITY_SAP_UNIT
Use with available fluent helpers to apply the OrderQuantitySAPUnit field to query operations. -
ORDER_QUANTITY_ISO_UNIT
Use with available fluent helpers to apply the OrderQuantityISOUnit field to query operations. -
SCHEDULE_LINE_ORDER_QUANTITY
Use with available fluent helpers to apply the ScheduleLineOrderQuantity field to query operations. -
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
Use with available fluent helpers to apply the DeliveredQtyInOrderQtyUnit field to query operations. -
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
Use with available fluent helpers to apply the CorrectedQtyInOrderQtyUnit field to query operations. -
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
- Specified by:
getTypein classVdmObject<SalesOrderScheduleLine>
-
setSalesOrder
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesOrder
- Parameters:
salesOrder- Sales Document
-
setSalesOrderItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SalesOrderItem
- Parameters:
salesOrderItem- Sales Document Item
-
setScheduleLine
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ScheduleLine
- Parameters:
scheduleLine- Schedule Line Number
-
setRequestedDeliveryDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RequestedDeliveryDate
- Parameters:
requestedDeliveryDate- Requested Delivery Date
-
setConfirmedDeliveryDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ConfirmedDeliveryDate
- Parameters:
confirmedDeliveryDate- Confirmed Delivery Date
-
setOrderQuantityUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantityUnit
- Parameters:
orderQuantityUnit- Sales Unit
-
setOrderQuantitySAPUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantitySAPUnit
- Parameters:
orderQuantitySAPUnit- SAP Unit Code for Order Quantity
-
setOrderQuantityISOUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantityISOUnit
- Parameters:
orderQuantityISOUnit- ISO Unit Code for Order Quantity
-
setScheduleLineOrderQuantity
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ScheduleLineOrderQuantity
- Parameters:
scheduleLineOrderQuantity- Order Quantity in Sales Units
-
setConfdOrderQtyByMatlAvailCheck
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck
- Parameters:
confdOrderQtyByMatlAvailCheck- Confirmed Quantity
-
setDeliveredQtyInOrderQtyUnit
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: DeliveredQtyInOrderQtyUnit
- Parameters:
deliveredQtyInOrderQtyUnit- Delivered Quantity
-
setOpenConfdDelivQtyInOrdQtyUnit
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: OpenConfdDelivQtyInOrdQtyUnit
- Parameters:
openConfdDelivQtyInOrdQtyUnit- Open Confirmed Delivery Quantity
-
setCorrectedQtyInOrderQtyUnit
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: CorrectedQtyInOrderQtyUnit
- Parameters:
correctedQtyInOrderQtyUnit- Corrected quantity in sales unit
-
setDelivBlockReasonForSchedLine
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DelivBlockReasonForSchedLine
- Parameters:
delivBlockReasonForSchedLine- Schedule Line Blocked for Delivery
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SalesOrderScheduleLine>
-
getKey
- Overrides:
getKeyin classVdmObject<SalesOrderScheduleLine>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SalesOrderScheduleLine>
-
fromMap
- Overrides:
fromMapin classVdmObject<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 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<SalesOrderScheduleLine>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SalesOrderScheduleLine>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SalesOrderScheduleLine>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SalesOrderScheduleLine>
-
builder
-
getSalesOrder
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SalesOrder
- Returns:
- Sales Document
-
getSalesOrderItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SalesOrderItem
- Returns:
- Sales Document Item
-
getScheduleLine
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ScheduleLine
- Returns:
- Schedule Line Number
-
getRequestedDeliveryDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RequestedDeliveryDate
- Returns:
- Requested Delivery Date
-
getConfirmedDeliveryDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ConfirmedDeliveryDate
- Returns:
- Confirmed Delivery Date
-
getOrderQuantityUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantityUnit
- Returns:
- Sales Unit
-
getOrderQuantitySAPUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantitySAPUnit
- Returns:
- SAP Unit Code for Order Quantity
-
getOrderQuantityISOUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: OrderQuantityISOUnit
- Returns:
- ISO Unit Code for Order Quantity
-
getScheduleLineOrderQuantity
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ScheduleLineOrderQuantity
- Returns:
- Order Quantity in Sales Units
-
getConfdOrderQtyByMatlAvailCheck
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck
- Returns:
- Confirmed Quantity
-
getDeliveredQtyInOrderQtyUnit
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: DeliveredQtyInOrderQtyUnit
- Returns:
- Delivered Quantity
-
getOpenConfdDelivQtyInOrdQtyUnit
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: OpenConfdDelivQtyInOrdQtyUnit
- Returns:
- Open Confirmed Delivery Quantity
-
getCorrectedQtyInOrderQtyUnit
Constraints: Not nullable, Precision: 13, Scale: 3Original property name from the Odata EDM: CorrectedQtyInOrderQtyUnit
- Returns:
- Corrected quantity in sales unit
-
getDelivBlockReasonForSchedLine
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DelivBlockReasonForSchedLine
- Returns:
- Schedule Line Blocked for Delivery
-
toString
- Overrides:
toStringin classVdmObject<SalesOrderScheduleLine>
-
equals
- Overrides:
equalsin classVdmEntity<SalesOrderScheduleLine>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SalesOrderScheduleLine>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SalesOrderScheduleLine>
-