public class BusSolnOrderItemScheduleLine extends VdmEntity<BusSolnOrderItemScheduleLine>
Original entity name from the Odata EDM: A_BusSolnOrderItemScheduleLineType
Modifier and Type | Class and Description |
---|---|
static class |
BusSolnOrderItemScheduleLine.BusSolnOrderItemScheduleLineBuilder |
Modifier and Type | Field and Description |
---|---|
static BusSolnOrderItemScheduleLineSelectable |
ALL_FIELDS
Selector for all available fields of BusSolnOrderItemScheduleLine.
|
static BusSolnOrderItemScheduleLineField<String> |
BUSINESS_SOLUTION_ORDER
Use with available fluent helpers to apply the BusinessSolutionOrder field to query operations.
|
static BusSolnOrderItemScheduleLineField<String> |
BUSINESS_SOLUTION_ORDER_ITEM
Use with available fluent helpers to apply the BusinessSolutionOrderItem field to query operations.
|
static BusSolnOrderItemScheduleLineField<BigDecimal> |
CONFD_ORDER_QTY_BY_MATL_AVAIL_CHECK
Use with available fluent helpers to apply the ConfdOrderQtyByMatlAvailCheck field to query operations.
|
static BusSolnOrderItemScheduleLineField<ZonedDateTime> |
CONFIRMED_DELIVERY_DATE_TIME
Use with available fluent helpers to apply the ConfirmedDeliveryDateTime field to query operations.
|
static BusSolnOrderItemScheduleLineField<String> |
ORDER_QUANTITY_UNIT
Use with available fluent helpers to apply the OrderQuantityUnit field to query operations.
|
static BusSolnOrderItemScheduleLineField<ZonedDateTime> |
REQUESTED_DELIVERY_DATE_TIME
Use with available fluent helpers to apply the RequestedDeliveryDateTime field to query operations.
|
static BusSolnOrderItemScheduleLineField<BigDecimal> |
REQUESTED_QUANTITY
Use with available fluent helpers to apply the RequestedQuantity field to query operations.
|
static BusSolnOrderItemScheduleLineField<String> |
SCHEDULE_LINE
Use with available fluent helpers to apply the ScheduleLine field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
BusSolnOrderItemScheduleLine() |
BusSolnOrderItemScheduleLine(String businessSolutionOrder,
String businessSolutionOrderItem,
String scheduleLine,
BigDecimal requestedQuantity,
ZonedDateTime requestedDeliveryDateTime,
BigDecimal confdOrderQtyByMatlAvailCheck,
ZonedDateTime confirmedDeliveryDateTime,
String orderQuantityUnit) |
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 BusSolnOrderItemScheduleLine.BusSolnOrderItemScheduleLineBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> BusSolnOrderItemScheduleLineField<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) |
String |
getBusinessSolutionOrder()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getBusinessSolutionOrderItem()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
BigDecimal |
getConfdOrderQtyByMatlAvailCheck()
Constraints: Not nullable, Precision: 13, Scale: 3
|
ZonedDateTime |
getConfirmedDeliveryDateTime()
Constraints: Not nullable, Precision: 0
|
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() |
String |
getOrderQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
ZonedDateTime |
getRequestedDeliveryDateTime()
Constraints: Not nullable, Precision: 0
|
BigDecimal |
getRequestedQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getScheduleLine()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
Class<BusSolnOrderItemScheduleLine> |
getType() |
int |
hashCode() |
void |
setBusinessSolutionOrder(String businessSolutionOrder)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setBusinessSolutionOrderItem(String businessSolutionOrderItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setConfdOrderQtyByMatlAvailCheck(BigDecimal confdOrderQtyByMatlAvailCheck)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setConfirmedDeliveryDateTime(ZonedDateTime confirmedDeliveryDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setOrderQuantityUnit(String orderQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setRequestedDeliveryDateTime(ZonedDateTime requestedDeliveryDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setRequestedQuantity(BigDecimal requestedQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setScheduleLine(String scheduleLine)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final BusSolnOrderItemScheduleLineSelectable ALL_FIELDS
public static final BusSolnOrderItemScheduleLineField<String> BUSINESS_SOLUTION_ORDER
public static final BusSolnOrderItemScheduleLineField<String> BUSINESS_SOLUTION_ORDER_ITEM
public static final BusSolnOrderItemScheduleLineField<String> SCHEDULE_LINE
public static final BusSolnOrderItemScheduleLineField<BigDecimal> REQUESTED_QUANTITY
public static final BusSolnOrderItemScheduleLineField<ZonedDateTime> REQUESTED_DELIVERY_DATE_TIME
public static final BusSolnOrderItemScheduleLineField<BigDecimal> CONFD_ORDER_QTY_BY_MATL_AVAIL_CHECK
public static final BusSolnOrderItemScheduleLineField<ZonedDateTime> CONFIRMED_DELIVERY_DATE_TIME
public static final BusSolnOrderItemScheduleLineField<String> ORDER_QUANTITY_UNIT
public 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)
@Nonnull public Class<BusSolnOrderItemScheduleLine> getType()
getType
in class VdmObject<BusSolnOrderItemScheduleLine>
public void setBusinessSolutionOrder(@Nullable String businessSolutionOrder)
Original property name from the Odata EDM: BusinessSolutionOrder
businessSolutionOrder
- Number that identifies the transaction document. It is unique for each business transaction category.public void setBusinessSolutionOrderItem(@Nullable String businessSolutionOrderItem)
Original property name from the Odata EDM: BusinessSolutionOrderItem
businessSolutionOrderItem
- Shortened Item Number in Documentpublic void setScheduleLine(@Nullable String scheduleLine)
Original property name from the Odata EDM: ScheduleLine
scheduleLine
- Schedule Line Numberpublic void setRequestedQuantity(@Nullable BigDecimal requestedQuantity)
Original property name from the Odata EDM: RequestedQuantity
requestedQuantity
- CRM Schedule Line Quantitypublic void setRequestedDeliveryDateTime(@Nullable ZonedDateTime requestedDeliveryDateTime)
Original property name from the Odata EDM: RequestedDeliveryDateTime
requestedDeliveryDateTime
- The UTC time stamp is the date and time relative to UTC (Universal Coordinated Time).public void setConfdOrderQtyByMatlAvailCheck(@Nullable BigDecimal confdOrderQtyByMatlAvailCheck)
Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck
confdOrderQtyByMatlAvailCheck
- CRM Schedule Line Quantitypublic void setConfirmedDeliveryDateTime(@Nullable ZonedDateTime confirmedDeliveryDateTime)
Original property name from the Odata EDM: ConfirmedDeliveryDateTime
confirmedDeliveryDateTime
- The UTC time stamp is the date and time relative to UTC (Universal Coordinated Time).public void setOrderQuantityUnit(@Nullable String orderQuantityUnit)
Original property name from the Odata EDM: OrderQuantityUnit
orderQuantityUnit
- Unit of measure in which the product is sold.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<BusSolnOrderItemScheduleLine>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<BusSolnOrderItemScheduleLine>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<BusSolnOrderItemScheduleLine>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<BusSolnOrderItemScheduleLine>
@Nonnull public static <T> BusSolnOrderItemScheduleLineField<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> BusSolnOrderItemScheduleLineField<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<BusSolnOrderItemScheduleLine>
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<BusSolnOrderItemScheduleLine>
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<BusSolnOrderItemScheduleLine>
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<BusSolnOrderItemScheduleLine>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static BusSolnOrderItemScheduleLine.BusSolnOrderItemScheduleLineBuilder builder()
@Nullable public String getBusinessSolutionOrder()
Original property name from the Odata EDM: BusinessSolutionOrder
@Nullable public String getBusinessSolutionOrderItem()
Original property name from the Odata EDM: BusinessSolutionOrderItem
@Nullable public String getScheduleLine()
Original property name from the Odata EDM: ScheduleLine
@Nullable public BigDecimal getRequestedQuantity()
Original property name from the Odata EDM: RequestedQuantity
@Nullable public ZonedDateTime getRequestedDeliveryDateTime()
Original property name from the Odata EDM: RequestedDeliveryDateTime
@Nullable public BigDecimal getConfdOrderQtyByMatlAvailCheck()
Original property name from the Odata EDM: ConfdOrderQtyByMatlAvailCheck
@Nullable public ZonedDateTime getConfirmedDeliveryDateTime()
Original property name from the Odata EDM: ConfirmedDeliveryDateTime
@Nullable public String getOrderQuantityUnit()
Original property name from the Odata EDM: OrderQuantityUnit
@Nonnull public String toString()
toString
in class VdmObject<BusSolnOrderItemScheduleLine>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<BusSolnOrderItemScheduleLine>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<BusSolnOrderItemScheduleLine>
public int hashCode()
hashCode
in class VdmObject<BusSolnOrderItemScheduleLine>
Copyright © 2020 SAP SE. All rights reserved.