public class SalesOrderScheduleLineSimln extends VdmEntity<SalesOrderScheduleLineSimln>
Original entity name from the Odata EDM: A_SalesOrderScheduleLineSimlnType
Modifier and Type | Class and Description |
---|---|
static class |
SalesOrderScheduleLineSimln.SalesOrderScheduleLineSimlnBuilder
Helper class to allow for fluent creation of SalesOrderScheduleLineSimln instances.
|
Modifier and Type | Field and Description |
---|---|
static SalesOrderScheduleLineSimlnSelectable |
ALL_FIELDS
Selector for all available fields of SalesOrderScheduleLineSimln.
|
static SalesOrderScheduleLineSimlnField<BigDecimal> |
CONFD_ORDER_QTY_BY_MATL_AVAIL_CHECK
Use with available fluent helpers to apply the ConfdOrderQtyByMatlAvailCheck field to query operations.
|
static SalesOrderScheduleLineSimlnField<LocalDateTime> |
CONFIRMED_DELIVERY_DATE
Use with available fluent helpers to apply the ConfirmedDeliveryDate field to query operations.
|
static SalesOrderScheduleLineSimlnField<BigDecimal> |
CORRECTED_QTY_IN_ORDER_QTY_UNIT
Use with available fluent helpers to apply the CorrectedQtyInOrderQtyUnit field to query operations.
|
static SalesOrderScheduleLineSimlnField<BigDecimal> |
OPEN_CONFD_DELIV_QTY_IN_ORD_QTY_UNIT
Use with available fluent helpers to apply the OpenConfdDelivQtyInOrdQtyUnit field to query operations.
|
static SalesOrderScheduleLineSimlnField<String> |
ORDER_QUANTITY_ISO_UNIT
Use with available fluent helpers to apply the OrderQuantityISOUnit field to query operations.
|
static SalesOrderScheduleLineSimlnField<String> |
ORDER_QUANTITY_SAP_UNIT
Use with available fluent helpers to apply the OrderQuantitySAPUnit field to query operations.
|
static SalesOrderScheduleLineSimlnField<String> |
ORDER_QUANTITY_UNIT
Use with available fluent helpers to apply the OrderQuantityUnit field to query operations.
|
static SalesOrderScheduleLineSimlnField<LocalDateTime> |
REQUESTED_DELIVERY_DATE
Use with available fluent helpers to apply the RequestedDeliveryDate field to query operations.
|
static SalesOrderScheduleLineSimlnField<String> |
SALES_ORDER
Use with available fluent helpers to apply the SalesOrder field to query operations.
|
static SalesOrderScheduleLineSimlnField<String> |
SALES_ORDER_ITEM
Use with available fluent helpers to apply the SalesOrderItem field to query operations.
|
static SalesOrderScheduleLineSimlnField<String> |
SCHEDULE_LINE
Use with available fluent helpers to apply the ScheduleLine field to query operations.
|
static SalesOrderScheduleLineSimlnField<BigDecimal> |
SCHEDULE_LINE_ORDER_QUANTITY
Use with available fluent helpers to apply the ScheduleLineOrderQuantity field to query operations.
|
static SalesOrderScheduleLineSimlnOneToOneLink<SalesOrderSimulation> |
TO_SALES_ORDER
Use with available fluent helpers to apply the to_SalesOrder navigation property to query operations.
|
static SalesOrderScheduleLineSimlnOneToOneLink<SalesOrderItemSimulation> |
TO_SALES_ORDER_ITEM
Use with available fluent helpers to apply the to_SalesOrderItem navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SalesOrderScheduleLineSimln() |
SalesOrderScheduleLineSimln(String salesOrder,
String salesOrderItem,
String scheduleLine,
LocalDateTime requestedDeliveryDate,
LocalDateTime confirmedDeliveryDate,
String orderQuantityUnit,
String orderQuantitySAPUnit,
String orderQuantityISOUnit,
BigDecimal scheduleLineOrderQuantity,
BigDecimal confdOrderQtyByMatlAvailCheck,
BigDecimal openConfdDelivQtyInOrdQtyUnit,
BigDecimal correctedQtyInOrderQtyUnit,
SalesOrderSimulation toSalesOrder,
SalesOrderItemSimulation toSalesOrderItem) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static SalesOrderScheduleLineSimln.SalesOrderScheduleLineSimlnBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
SalesOrderSimulation |
fetchSalesOrder()
Fetches the SalesOrderSimulation entity (one to one) associated with this entity.
|
SalesOrderItemSimulation |
fetchSalesOrderItem()
Fetches the SalesOrderItemSimulation entity (one to one) associated with this entity.
|
static <T> SalesOrderScheduleLineSimlnField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
BigDecimal |
getConfdOrderQtyByMatlAvailCheck()
Constraints: Not nullable, Precision: 13, Scale: 3
|
LocalDateTime |
getConfirmedDeliveryDate()
Constraints: Not nullable, Precision: 0
|
BigDecimal |
getCorrectedQtyInOrderQtyUnit()
Constraints: Not nullable, Precision: 13, Scale: 3
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
protected Map<String,Object> |
getKey() |
BigDecimal |
getOpenConfdDelivQtyInOrdQtyUnit()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getOrderQuantityISOUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getOrderQuantitySAPUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getOrderQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
LocalDateTime |
getRequestedDeliveryDate()
Constraints: Not nullable, Precision: 0
|
String |
getSalesOrder()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
io.vavr.control.Option<SalesOrderSimulation> |
getSalesOrderIfPresent()
Retrieval of associated SalesOrderSimulation entity (one to one).
|
String |
getSalesOrderItem()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
io.vavr.control.Option<SalesOrderItemSimulation> |
getSalesOrderItemIfPresent()
Retrieval of associated SalesOrderItemSimulation entity (one to one).
|
SalesOrderItemSimulation |
getSalesOrderItemOrFetch()
Retrieval of associated SalesOrderItemSimulation entity (one to one).
|
SalesOrderSimulation |
getSalesOrderOrFetch()
Retrieval of associated SalesOrderSimulation entity (one to one).
|
String |
getScheduleLine()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
BigDecimal |
getScheduleLineOrderQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
Class<SalesOrderScheduleLineSimln> |
getType() |
int |
hashCode() |
void |
setConfdOrderQtyByMatlAvailCheck(BigDecimal confdOrderQtyByMatlAvailCheck)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setConfirmedDeliveryDate(LocalDateTime confirmedDeliveryDate)
Constraints: Not nullable, Precision: 0
|
void |
setCorrectedQtyInOrderQtyUnit(BigDecimal correctedQtyInOrderQtyUnit)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setOpenConfdDelivQtyInOrdQtyUnit(BigDecimal openConfdDelivQtyInOrdQtyUnit)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setOrderQuantityISOUnit(String orderQuantityISOUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setOrderQuantitySAPUnit(String orderQuantitySAPUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setOrderQuantityUnit(String orderQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setRequestedDeliveryDate(LocalDateTime requestedDeliveryDate)
Constraints: Not nullable, Precision: 0
|
void |
setSalesOrder(SalesOrderSimulation value)
Overwrites the associated SalesOrderSimulation entity for the loaded navigation property
to_SalesOrder.
|
void |
setSalesOrder(String salesOrder)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setSalesOrderItem(SalesOrderItemSimulation value)
Overwrites the associated SalesOrderItemSimulation entity for the loaded navigation property
to_SalesOrderItem.
|
void |
setSalesOrderItem(String salesOrderItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setScheduleLine(String scheduleLine)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setScheduleLineOrderQuantity(BigDecimal scheduleLineOrderQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SalesOrderScheduleLineSimlnSelectable ALL_FIELDS
public static final SalesOrderScheduleLineSimlnField<String> SALES_ORDER
public static final SalesOrderScheduleLineSimlnField<String> SALES_ORDER_ITEM
public static final SalesOrderScheduleLineSimlnField<String> SCHEDULE_LINE
public static final SalesOrderScheduleLineSimlnField<LocalDateTime> REQUESTED_DELIVERY_DATE
public static final SalesOrderScheduleLineSimlnField<LocalDateTime> CONFIRMED_DELIVERY_DATE
public static final SalesOrderScheduleLineSimlnField<String> ORDER_QUANTITY_UNIT
public static final SalesOrderScheduleLineSimlnField<String> ORDER_QUANTITY_SAP_UNIT
public static final SalesOrderScheduleLineSimlnField<String> ORDER_QUANTITY_ISO_UNIT
public static final SalesOrderScheduleLineSimlnField<BigDecimal> SCHEDULE_LINE_ORDER_QUANTITY
public static final SalesOrderScheduleLineSimlnField<BigDecimal> CONFD_ORDER_QTY_BY_MATL_AVAIL_CHECK
public static final SalesOrderScheduleLineSimlnField<BigDecimal> OPEN_CONFD_DELIV_QTY_IN_ORD_QTY_UNIT
public static final SalesOrderScheduleLineSimlnField<BigDecimal> CORRECTED_QTY_IN_ORDER_QTY_UNIT
public static final SalesOrderScheduleLineSimlnOneToOneLink<SalesOrderSimulation> TO_SALES_ORDER
public static final SalesOrderScheduleLineSimlnOneToOneLink<SalesOrderItemSimulation> TO_SALES_ORDER_ITEM
public SalesOrderScheduleLineSimln()
public SalesOrderScheduleLineSimln(@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 openConfdDelivQtyInOrdQtyUnit, @Nullable BigDecimal correctedQtyInOrderQtyUnit, @Nullable SalesOrderSimulation toSalesOrder, @Nullable SalesOrderItemSimulation toSalesOrderItem)
@Nonnull public Class<SalesOrderScheduleLineSimln> getType()
getType
in class VdmObject<SalesOrderScheduleLineSimln>
public void setSalesOrder(@Nullable String salesOrder)
Original property name from the Odata EDM: SalesOrder
salesOrder
- Sales Documentpublic void setSalesOrderItem(@Nullable String salesOrderItem)
Original property name from the Odata EDM: SalesOrderItem
salesOrderItem
- Sales Document Itempublic void setScheduleLine(@Nullable String scheduleLine)
Original property name from the Odata EDM: ScheduleLine
scheduleLine
- Schedule Line Numberpublic void setRequestedDeliveryDate(@Nullable LocalDateTime requestedDeliveryDate)
Original property name from the Odata EDM: RequestedDeliveryDate
requestedDeliveryDate
- Requested Delivery Datepublic void setConfirmedDeliveryDate(@Nullable LocalDateTime confirmedDeliveryDate)
Original property name from the Odata EDM: ConfirmedDeliveryDate
confirmedDeliveryDate
- Confirmed Delivery Datepublic void setOrderQuantityUnit(@Nullable String orderQuantityUnit)
Original property name from the Odata EDM: OrderQuantityUnit
orderQuantityUnit
- Sales unitpublic void setOrderQuantitySAPUnit(@Nullable String orderQuantitySAPUnit)
Original property name from the Odata EDM: OrderQuantitySAPUnit
orderQuantitySAPUnit
- Order quantity SAP unit codepublic void setOrderQuantityISOUnit(@Nullable String orderQuantityISOUnit)
Original property name from the Odata EDM: OrderQuantityISOUnit
orderQuantityISOUnit
- Order quantity ISO unit codepublic void setScheduleLineOrderQuantity(@Nullable BigDecimal scheduleLineOrderQuantity)
Original property name from the Odata EDM: ScheduleLineOrderQuantity
scheduleLineOrderQuantity
- Order Quantity in Sales Unitspublic void setConfdOrderQtyByMatlAvailCheck(@Nullable BigDecimal confdOrderQtyByMatlAvailCheck)
Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck
confdOrderQtyByMatlAvailCheck
- Confirmed Quantitypublic void setOpenConfdDelivQtyInOrdQtyUnit(@Nullable BigDecimal openConfdDelivQtyInOrdQtyUnit)
Original property name from the Odata EDM: OpenConfdDelivQtyInOrdQtyUnit
openConfdDelivQtyInOrdQtyUnit
- Open Confirmed Delivery Quantitypublic void setCorrectedQtyInOrderQtyUnit(@Nullable BigDecimal correctedQtyInOrderQtyUnit)
Original property name from the Odata EDM: CorrectedQtyInOrderQtyUnit
correctedQtyInOrderQtyUnit
- Corrected quantity in sales unitprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<SalesOrderScheduleLineSimln>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SalesOrderScheduleLineSimln>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SalesOrderScheduleLineSimln>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SalesOrderScheduleLineSimln>
@Nonnull public static <T> SalesOrderScheduleLineSimlnField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> SalesOrderScheduleLineSimlnField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<SalesOrderScheduleLineSimln>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<SalesOrderScheduleLineSimln>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<SalesOrderScheduleLineSimln>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<SalesOrderScheduleLineSimln>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<SalesOrderScheduleLineSimln>
@Nullable public SalesOrderSimulation fetchSalesOrder() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not associated.com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nullable public SalesOrderSimulation getSalesOrderOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SalesOrder of a queried SalesOrderScheduleLineSimln is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<SalesOrderSimulation> getSalesOrderIfPresent()
If the navigation property for an entity SalesOrderScheduleLineSimln has not been resolved yet, this
method will not query further information. Instead its Option
result state will be
empty
.
Option
with result state
empty
is returned.public void setSalesOrder(SalesOrderSimulation value)
value
- New SalesOrderSimulation entity.@Nullable public SalesOrderItemSimulation fetchSalesOrderItem() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not
associated.com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nullable public SalesOrderItemSimulation getSalesOrderItemOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SalesOrderItem of a queried SalesOrderScheduleLineSimln is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<SalesOrderItemSimulation> getSalesOrderItemIfPresent()
If the navigation property for an entity SalesOrderScheduleLineSimln has not been resolved yet, this
method will not query further information. Instead its Option
result state will be
empty
.
Option
with result state
empty
is returned.public void setSalesOrderItem(SalesOrderItemSimulation value)
value
- New SalesOrderItemSimulation entity.@Nonnull public static SalesOrderScheduleLineSimln.SalesOrderScheduleLineSimlnBuilder builder()
@Nullable public String getSalesOrder()
Original property name from the Odata EDM: SalesOrder
@Nullable public String getSalesOrderItem()
Original property name from the Odata EDM: SalesOrderItem
@Nullable public String getScheduleLine()
Original property name from the Odata EDM: ScheduleLine
@Nullable public LocalDateTime getRequestedDeliveryDate()
Original property name from the Odata EDM: RequestedDeliveryDate
@Nullable public LocalDateTime getConfirmedDeliveryDate()
Original property name from the Odata EDM: ConfirmedDeliveryDate
@Nullable public String getOrderQuantityUnit()
Original property name from the Odata EDM: OrderQuantityUnit
@Nullable public String getOrderQuantitySAPUnit()
Original property name from the Odata EDM: OrderQuantitySAPUnit
@Nullable public String getOrderQuantityISOUnit()
Original property name from the Odata EDM: OrderQuantityISOUnit
@Nullable public BigDecimal getScheduleLineOrderQuantity()
Original property name from the Odata EDM: ScheduleLineOrderQuantity
@Nullable public BigDecimal getConfdOrderQtyByMatlAvailCheck()
Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck
@Nullable public BigDecimal getOpenConfdDelivQtyInOrdQtyUnit()
Original property name from the Odata EDM: OpenConfdDelivQtyInOrdQtyUnit
@Nullable public BigDecimal getCorrectedQtyInOrderQtyUnit()
Original property name from the Odata EDM: CorrectedQtyInOrderQtyUnit
@Nonnull public String toString()
toString
in class VdmObject<SalesOrderScheduleLineSimln>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<SalesOrderScheduleLineSimln>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<SalesOrderScheduleLineSimln>
public int hashCode()
hashCode
in class VdmObject<SalesOrderScheduleLineSimln>
Copyright © 2021 SAP SE. All rights reserved.