public class ServiceOrderItem extends VdmEntity<ServiceOrderItem>
Original entity name from the Odata EDM: A_ServiceOrderItemType
Modifier and Type | Class and Description |
---|---|
static class |
ServiceOrderItem.ServiceOrderItemBuilder
Helper class to allow for fluent creation of ServiceOrderItem instances.
|
Modifier and Type | Field and Description |
---|---|
static ServiceOrderItemSelectable |
ALL_FIELDS
Selector for all available fields of ServiceOrderItem.
|
static ServiceOrderItemField<String> |
BILL_TO_PARTY
Use with available fluent helpers to apply the BillToParty field to query operations.
|
static ServiceOrderItemField<String> |
BILLABLE_CONTROL
Use with available fluent helpers to apply the BillableControl field to query operations.
|
static ServiceOrderItemField<String> |
EXECUTING_SERVICE_EMPLOYEE
Use with available fluent helpers to apply the ExecutingServiceEmployee field to query operations.
|
static ServiceOrderItemField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static ServiceOrderItemField<String> |
PARENT_SERVICE_ORDER_ITEM
Use with available fluent helpers to apply the ParentServiceOrderItem field to query operations.
|
static ServiceOrderItemField<String> |
PAYER_PARTY
Use with available fluent helpers to apply the PayerParty field to query operations.
|
static ServiceOrderItemField<String> |
PERSON_RESPONSIBLE
Use with available fluent helpers to apply the PersonResponsible field to query operations.
|
static ServiceOrderItemField<ZonedDateTime> |
PLANNED_SERVICE_END_DATE_TIME
Use with available fluent helpers to apply the PlannedServiceEndDateTime field to query operations.
|
static ServiceOrderItemField<ZonedDateTime> |
PLANNED_SERVICE_START_DATE_TIME
Use with available fluent helpers to apply the PlannedServiceStartDateTime field to query operations.
|
static ServiceOrderItemField<String> |
PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
static ServiceOrderItemField<BigDecimal> |
QUANTITY
Use with available fluent helpers to apply the Quantity field to query operations.
|
static ServiceOrderItemField<String> |
QUANTITY_UNIT
Use with available fluent helpers to apply the QuantityUnit field to query operations.
|
static ServiceOrderItemField<String> |
REFERENCE_SERVICE_CONTRACT
Use with available fluent helpers to apply the ReferenceServiceContract field to query operations.
|
static ServiceOrderItemField<String> |
REFERENCE_SERVICE_CONTRACT_ITEM
Use with available fluent helpers to apply the ReferenceServiceContractItem field to query operations.
|
static ServiceOrderItemField<String> |
REFERENCE_SERVICE_ORDER_ITEM
Use with available fluent helpers to apply the ReferenceServiceOrderItem field to query operations.
|
static ServiceOrderItemField<String> |
REFERENCE_SERVICE_REQUEST
Use with available fluent helpers to apply the ReferenceServiceRequest field to query operations.
|
static ServiceOrderItemField<String> |
REFERENCE_SERVICE_REQUEST_ITEM
Use with available fluent helpers to apply the ReferenceServiceRequestItem field to query operations.
|
static ServiceOrderItemField<BigDecimal> |
SERVICE_DURATION
Use with available fluent helpers to apply the ServiceDuration field to query operations.
|
static ServiceOrderItemField<String> |
SERVICE_DURATION_UNIT
Use with available fluent helpers to apply the ServiceDurationUnit field to query operations.
|
static ServiceOrderItemField<String> |
SERVICE_ORD_ITEM_REJECTION_REASON
Use with available fluent helpers to apply the ServiceOrdItemRejectionReason field to query operations.
|
static ServiceOrderItemField<String> |
SERVICE_ORDER
Use with available fluent helpers to apply the ServiceOrder field to query operations.
|
static ServiceOrderItemField<String> |
SERVICE_ORDER_ITEM
Use with available fluent helpers to apply the ServiceOrderItem field to query operations.
|
static ServiceOrderItemField<String> |
SERVICE_ORDER_ITEM_CATEGORY
Use with available fluent helpers to apply the ServiceOrderItemCategory field to query operations.
|
static ServiceOrderItemField<String> |
SERVICE_ORDER_ITEM_DESCRIPTION
Use with available fluent helpers to apply the ServiceOrderItemDescription field to query operations.
|
static ServiceOrderItemField<String> |
SERVICE_ORDER_ITEM_IS_COMPLETED
Use with available fluent helpers to apply the ServiceOrderItemIsCompleted field to query operations.
|
static ServiceOrderItemField<String> |
SERVICE_ORDER_ITEM_IS_REJECTED
Use with available fluent helpers to apply the ServiceOrderItemIsRejected field to query operations.
|
static ServiceOrderItemField<String> |
SERVICE_ORDER_ITEM_IS_RELEASED
Use with available fluent helpers to apply the ServiceOrderItemIsReleased field to query operations.
|
static ServiceOrderItemField<UUID> |
SERVICE_ORDER_ITEM_UUID
Use with available fluent helpers to apply the ServiceOrderItemUUID field to query operations.
|
static ServiceOrderItemField<String> |
SHIP_TO_PARTY
Use with available fluent helpers to apply the ShipToParty field to query operations.
|
static ServiceOrderItemField<String> |
SOLD_TO_PARTY
Use with available fluent helpers to apply the SoldToParty field to query operations.
|
static ServiceOrderItemField<String> |
SRVC_CONTR_DETN_IS_SPPRSD
Use with available fluent helpers to apply the SrvcContrDetnIsSpprsd field to query operations.
|
static ServiceOrderItemField<String> |
TIME_SHEET_OVERTIME_CATEGORY
Use with available fluent helpers to apply the TimeSheetOvertimeCategory field to query operations.
|
static ServiceOrderItemLink<ServiceOrderItemConfirmation> |
TO_CONFIRMATION
Use with available fluent helpers to apply the to_Confirmation navigation property to query operations.
|
static ServiceOrderItemLink<ServiceOrderItemPriceElement> |
TO_PRICING_ELEMENT
Use with available fluent helpers to apply the to_PricingElement navigation property to query operations.
|
static ServiceOrderItemLink<ServiceOrderItemRefObject> |
TO_REFERENCE_OBJECT
Use with available fluent helpers to apply the to_ReferenceObject navigation property to query operations.
|
static ServiceOrderItemLink<ServiceOrderItemText> |
TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ServiceOrderItem() |
ServiceOrderItem(String serviceOrder,
String serviceOrderItem,
UUID serviceOrderItemUUID,
String serviceOrderItemDescription,
String language,
String product,
BigDecimal quantity,
String quantityUnit,
BigDecimal serviceDuration,
String serviceDurationUnit,
String serviceOrderItemCategory,
String serviceOrdItemRejectionReason,
String billableControl,
String soldToParty,
String shipToParty,
String billToParty,
String payerParty,
String personResponsible,
String executingServiceEmployee,
String serviceOrderItemIsReleased,
String serviceOrderItemIsCompleted,
String serviceOrderItemIsRejected,
String referenceServiceContract,
String referenceServiceContractItem,
String referenceServiceRequest,
String referenceServiceRequestItem,
String timeSheetOvertimeCategory,
String parentServiceOrderItem,
ZonedDateTime plannedServiceStartDateTime,
ZonedDateTime plannedServiceEndDateTime,
String srvcContrDetnIsSpprsd,
String referenceServiceOrderItem,
List<ServiceOrderItemConfirmation> toConfirmation,
List<ServiceOrderItemPriceElement> toPricingElement,
List<ServiceOrderItemRefObject> toReferenceObject,
List<ServiceOrderItemText> toText) |
Modifier and Type | Method and Description |
---|---|
void |
addConfirmation(ServiceOrderItemConfirmation... entity)
Adds elements to the list of associated ServiceOrderItemConfirmation entities.
|
void |
addPricingElement(ServiceOrderItemPriceElement... entity)
Adds elements to the list of associated ServiceOrderItemPriceElement entities.
|
void |
addReferenceObject(ServiceOrderItemRefObject... entity)
Adds elements to the list of associated ServiceOrderItemRefObject entities.
|
void |
addText(ServiceOrderItemText... entity)
Adds elements to the list of associated ServiceOrderItemText entities.
|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
static ServiceOrderItem.ServiceOrderItemBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ServiceOrderItemConfirmation> |
fetchConfirmation()
Fetches the ServiceOrderItemConfirmation entities (one to many) associated with this entity.
|
List<ServiceOrderItemPriceElement> |
fetchPricingElement()
Fetches the ServiceOrderItemPriceElement entities (one to many) associated with this entity.
|
List<ServiceOrderItemRefObject> |
fetchReferenceObject()
Fetches the ServiceOrderItemRefObject entities (one to many) associated with this entity.
|
List<ServiceOrderItemText> |
fetchText()
Fetches the ServiceOrderItemText entities (one to many) associated with this entity.
|
static <T> ServiceOrderItemField<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 |
getBillableControl()
Constraints: Not nullable, Maximum length: 2
|
String |
getBillToParty()
Constraints: Not nullable, Maximum length: 10
|
Optional<List<ServiceOrderItemConfirmation>> |
getConfirmationIfPresent()
Retrieval of associated ServiceOrderItemConfirmation entities (one to many).
|
List<ServiceOrderItemConfirmation> |
getConfirmationOrFetch()
Retrieval of associated ServiceOrderItemConfirmation entities (one to many).
|
protected String |
getDefaultServicePath() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getExecutingServiceEmployee()
Constraints: Not nullable, Maximum length: 10
|
protected Map<String,Object> |
getKey() |
String |
getLanguage()
Constraints: Not nullable, Maximum length: 2
|
String |
getParentServiceOrderItem()
Constraints: Not nullable, Maximum length: 6
|
String |
getPayerParty()
Constraints: Not nullable, Maximum length: 10
|
String |
getPersonResponsible()
Constraints: Not nullable, Maximum length: 10
|
ZonedDateTime |
getPlannedServiceEndDateTime()
Constraints: Not nullable, Precision: 0
|
ZonedDateTime |
getPlannedServiceStartDateTime()
Constraints: Not nullable, Precision: 0
|
Optional<List<ServiceOrderItemPriceElement>> |
getPricingElementIfPresent()
Retrieval of associated ServiceOrderItemPriceElement entities (one to many).
|
List<ServiceOrderItemPriceElement> |
getPricingElementOrFetch()
Retrieval of associated ServiceOrderItemPriceElement entities (one to many).
|
String |
getProduct()
Constraints: Not nullable, Maximum length: 54
|
BigDecimal |
getQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
Optional<List<ServiceOrderItemRefObject>> |
getReferenceObjectIfPresent()
Retrieval of associated ServiceOrderItemRefObject entities (one to many).
|
List<ServiceOrderItemRefObject> |
getReferenceObjectOrFetch()
Retrieval of associated ServiceOrderItemRefObject entities (one to many).
|
String |
getReferenceServiceContract()
Constraints: Not nullable, Maximum length: 10
|
String |
getReferenceServiceContractItem()
Constraints: Not nullable, Maximum length: 6
|
String |
getReferenceServiceOrderItem()
Constraints: Not nullable, Maximum length: 80
|
String |
getReferenceServiceRequest()
Constraints: Not nullable, Maximum length: 10
|
String |
getReferenceServiceRequestItem()
Constraints: Not nullable, Maximum length: 6
|
BigDecimal |
getServiceDuration()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getServiceDurationUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getServiceOrder()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getServiceOrderItem()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
String |
getServiceOrderItemCategory()
Constraints: Not nullable, Maximum length: 4
|
String |
getServiceOrderItemDescription()
Constraints: Not nullable, Maximum length: 40
|
String |
getServiceOrderItemIsCompleted()
Constraints: Not nullable, Maximum length: 1
|
String |
getServiceOrderItemIsRejected()
Constraints: Not nullable, Maximum length: 1
|
String |
getServiceOrderItemIsReleased()
Constraints: Not nullable, Maximum length: 1
|
UUID |
getServiceOrderItemUUID()
Constraints: none
|
String |
getServiceOrdItemRejectionReason()
Constraints: Not nullable, Maximum length: 2
|
String |
getShipToParty()
Constraints: Not nullable, Maximum length: 10
|
String |
getSoldToParty()
Constraints: Not nullable, Maximum length: 10
|
String |
getSrvcContrDetnIsSpprsd()
Constraints: Not nullable, Maximum length: 1
|
Optional<List<ServiceOrderItemText>> |
getTextIfPresent()
Retrieval of associated ServiceOrderItemText entities (one to many).
|
List<ServiceOrderItemText> |
getTextOrFetch()
Retrieval of associated ServiceOrderItemText entities (one to many).
|
String |
getTimeSheetOvertimeCategory()
Constraints: Not nullable, Maximum length: 4
|
Class<ServiceOrderItem> |
getType() |
int |
hashCode() |
void |
setBillableControl(String billableControl)
Constraints: Not nullable, Maximum length: 2
|
void |
setBillToParty(String billToParty)
Constraints: Not nullable, Maximum length: 10
|
void |
setConfirmation(List<ServiceOrderItemConfirmation> value)
Overwrites the list of associated ServiceOrderItemConfirmation entities for the loaded navigation property
to_Confirmation.
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
void |
setExecutingServiceEmployee(String executingServiceEmployee)
Constraints: Not nullable, Maximum length: 10
|
void |
setLanguage(String language)
Constraints: Not nullable, Maximum length: 2
|
void |
setParentServiceOrderItem(String parentServiceOrderItem)
Constraints: Not nullable, Maximum length: 6
|
void |
setPayerParty(String payerParty)
Constraints: Not nullable, Maximum length: 10
|
void |
setPersonResponsible(String personResponsible)
Constraints: Not nullable, Maximum length: 10
|
void |
setPlannedServiceEndDateTime(ZonedDateTime plannedServiceEndDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setPlannedServiceStartDateTime(ZonedDateTime plannedServiceStartDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setPricingElement(List<ServiceOrderItemPriceElement> value)
Overwrites the list of associated ServiceOrderItemPriceElement entities for the loaded navigation property
to_PricingElement.
|
void |
setProduct(String product)
Constraints: Not nullable, Maximum length: 54
|
void |
setQuantity(BigDecimal quantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setQuantityUnit(String quantityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setReferenceObject(List<ServiceOrderItemRefObject> value)
Overwrites the list of associated ServiceOrderItemRefObject entities for the loaded navigation property
to_ReferenceObject.
|
void |
setReferenceServiceContract(String referenceServiceContract)
Constraints: Not nullable, Maximum length: 10
|
void |
setReferenceServiceContractItem(String referenceServiceContractItem)
Constraints: Not nullable, Maximum length: 6
|
void |
setReferenceServiceOrderItem(String referenceServiceOrderItem)
Constraints: Not nullable, Maximum length: 80
|
void |
setReferenceServiceRequest(String referenceServiceRequest)
Constraints: Not nullable, Maximum length: 10
|
void |
setReferenceServiceRequestItem(String referenceServiceRequestItem)
Constraints: Not nullable, Maximum length: 6
|
void |
setServiceDuration(BigDecimal serviceDuration)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setServiceDurationUnit(String serviceDurationUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setServiceOrder(String serviceOrder)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setServiceOrderItem(String serviceOrderItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setServiceOrderItemCategory(String serviceOrderItemCategory)
Constraints: Not nullable, Maximum length: 4
|
void |
setServiceOrderItemDescription(String serviceOrderItemDescription)
Constraints: Not nullable, Maximum length: 40
|
void |
setServiceOrderItemIsCompleted(String serviceOrderItemIsCompleted)
Constraints: Not nullable, Maximum length: 1
|
void |
setServiceOrderItemIsRejected(String serviceOrderItemIsRejected)
Constraints: Not nullable, Maximum length: 1
|
void |
setServiceOrderItemIsReleased(String serviceOrderItemIsReleased)
Constraints: Not nullable, Maximum length: 1
|
void |
setServiceOrderItemUUID(UUID serviceOrderItemUUID)
Constraints: none
|
void |
setServiceOrdItemRejectionReason(String serviceOrdItemRejectionReason)
Constraints: Not nullable, Maximum length: 2
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setShipToParty(String shipToParty)
Constraints: Not nullable, Maximum length: 10
|
void |
setSoldToParty(String soldToParty)
Constraints: Not nullable, Maximum length: 10
|
void |
setSrvcContrDetnIsSpprsd(String srvcContrDetnIsSpprsd)
Constraints: Not nullable, Maximum length: 1
|
void |
setText(List<ServiceOrderItemText> value)
Overwrites the list of associated ServiceOrderItemText entities for the loaded navigation property
to_Text.
|
void |
setTimeSheetOvertimeCategory(String timeSheetOvertimeCategory)
Constraints: Not nullable, Maximum length: 4
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final ServiceOrderItemSelectable ALL_FIELDS
public static final ServiceOrderItemField<String> SERVICE_ORDER
public static final ServiceOrderItemField<String> SERVICE_ORDER_ITEM
public static final ServiceOrderItemField<UUID> SERVICE_ORDER_ITEM_UUID
public static final ServiceOrderItemField<String> SERVICE_ORDER_ITEM_DESCRIPTION
public static final ServiceOrderItemField<String> LANGUAGE
public static final ServiceOrderItemField<String> PRODUCT
public static final ServiceOrderItemField<BigDecimal> QUANTITY
public static final ServiceOrderItemField<String> QUANTITY_UNIT
public static final ServiceOrderItemField<BigDecimal> SERVICE_DURATION
public static final ServiceOrderItemField<String> SERVICE_DURATION_UNIT
public static final ServiceOrderItemField<String> SERVICE_ORDER_ITEM_CATEGORY
public static final ServiceOrderItemField<String> SERVICE_ORD_ITEM_REJECTION_REASON
public static final ServiceOrderItemField<String> BILLABLE_CONTROL
public static final ServiceOrderItemField<String> SOLD_TO_PARTY
public static final ServiceOrderItemField<String> SHIP_TO_PARTY
public static final ServiceOrderItemField<String> BILL_TO_PARTY
public static final ServiceOrderItemField<String> PAYER_PARTY
public static final ServiceOrderItemField<String> PERSON_RESPONSIBLE
public static final ServiceOrderItemField<String> EXECUTING_SERVICE_EMPLOYEE
public static final ServiceOrderItemField<String> SERVICE_ORDER_ITEM_IS_RELEASED
public static final ServiceOrderItemField<String> SERVICE_ORDER_ITEM_IS_COMPLETED
public static final ServiceOrderItemField<String> SERVICE_ORDER_ITEM_IS_REJECTED
public static final ServiceOrderItemField<String> REFERENCE_SERVICE_CONTRACT
public static final ServiceOrderItemField<String> REFERENCE_SERVICE_CONTRACT_ITEM
public static final ServiceOrderItemField<String> REFERENCE_SERVICE_REQUEST
public static final ServiceOrderItemField<String> REFERENCE_SERVICE_REQUEST_ITEM
public static final ServiceOrderItemField<String> TIME_SHEET_OVERTIME_CATEGORY
public static final ServiceOrderItemField<String> PARENT_SERVICE_ORDER_ITEM
public static final ServiceOrderItemField<ZonedDateTime> PLANNED_SERVICE_START_DATE_TIME
public static final ServiceOrderItemField<ZonedDateTime> PLANNED_SERVICE_END_DATE_TIME
public static final ServiceOrderItemField<String> SRVC_CONTR_DETN_IS_SPPRSD
public static final ServiceOrderItemField<String> REFERENCE_SERVICE_ORDER_ITEM
public static final ServiceOrderItemLink<ServiceOrderItemConfirmation> TO_CONFIRMATION
public static final ServiceOrderItemLink<ServiceOrderItemPriceElement> TO_PRICING_ELEMENT
public static final ServiceOrderItemLink<ServiceOrderItemRefObject> TO_REFERENCE_OBJECT
public static final ServiceOrderItemLink<ServiceOrderItemText> TO_TEXT
public ServiceOrderItem()
public ServiceOrderItem(@Nullable String serviceOrder, @Nullable String serviceOrderItem, @Nullable UUID serviceOrderItemUUID, @Nullable String serviceOrderItemDescription, @Nullable String language, @Nullable String product, @Nullable BigDecimal quantity, @Nullable String quantityUnit, @Nullable BigDecimal serviceDuration, @Nullable String serviceDurationUnit, @Nullable String serviceOrderItemCategory, @Nullable String serviceOrdItemRejectionReason, @Nullable String billableControl, @Nullable String soldToParty, @Nullable String shipToParty, @Nullable String billToParty, @Nullable String payerParty, @Nullable String personResponsible, @Nullable String executingServiceEmployee, @Nullable String serviceOrderItemIsReleased, @Nullable String serviceOrderItemIsCompleted, @Nullable String serviceOrderItemIsRejected, @Nullable String referenceServiceContract, @Nullable String referenceServiceContractItem, @Nullable String referenceServiceRequest, @Nullable String referenceServiceRequestItem, @Nullable String timeSheetOvertimeCategory, @Nullable String parentServiceOrderItem, @Nullable ZonedDateTime plannedServiceStartDateTime, @Nullable ZonedDateTime plannedServiceEndDateTime, @Nullable String srvcContrDetnIsSpprsd, @Nullable String referenceServiceOrderItem, List<ServiceOrderItemConfirmation> toConfirmation, List<ServiceOrderItemPriceElement> toPricingElement, List<ServiceOrderItemRefObject> toReferenceObject, List<ServiceOrderItemText> toText)
@Nonnull public Class<ServiceOrderItem> getType()
getType
in class VdmObject<ServiceOrderItem>
public void setServiceOrder(@Nullable String serviceOrder)
Original property name from the Odata EDM: ServiceOrder
serviceOrder
- Number that identifies the transaction document. It is unique for each business transaction category.public void setServiceOrderItem(@Nullable String serviceOrderItem)
Original property name from the Odata EDM: ServiceOrderItem
serviceOrderItem
- Shortened Item Number in Documentpublic void setServiceOrderItemUUID(@Nullable UUID serviceOrderItemUUID)
Original property name from the Odata EDM: ServiceOrderItemUUID
This key is only used internally, and the operation number is always displayed on the interface. However, the operation number is not necessarily unique.
serviceOrderItemUUID
- The unique ID for an operation is a technical key by which the operation can be uniquely identified.public void setServiceOrderItemDescription(@Nullable String serviceOrderItemDescription)
Original property name from the Odata EDM: ServiceOrderItemDescription
serviceOrderItemDescription
- Product Descriptionpublic void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Short Text Language for an Itempublic void setProduct(@Nullable String product)
Original property name from the Odata EDM: Product
If, for whatever reason, you have to deliver a substitute product for the one originally required, you can see which product the customer originally ordered.
product
- Product that the customer originally ordered.public void setQuantity(@Nullable BigDecimal quantity)
Original property name from the Odata EDM: Quantity
This field is only filled for a sales or opportunity item. This field remains empty for other item object types.
quantity
- Total (rounded) order quantity in sales units of measure for this item.public void setQuantityUnit(@Nullable String quantityUnit)
Original property name from the Odata EDM: QuantityUnit
quantityUnit
- Unit of measure in which the product is sold.public void setServiceDuration(@Nullable BigDecimal serviceDuration)
Original property name from the Odata EDM: ServiceDuration
serviceDuration
- Estimated length of time required for the execution of a service.public void setServiceDurationUnit(@Nullable String serviceDurationUnit)
Original property name from the Odata EDM: ServiceDurationUnit
serviceDurationUnit
- Unit of time for the duration of a service.public void setServiceOrderItemCategory(@Nullable String serviceOrderItemCategory)
Original property name from the Odata EDM: ServiceOrderItemCategory
An item category defines the characteristics and attributes of a transaction item and thus controls the processing of an item.
serviceOrderItemCategory
- Key that identifies an item category.public void setServiceOrdItemRejectionReason(@Nullable String serviceOrdItemRejectionReason)
Original property name from the Odata EDM: ServiceOrdItemRejectionReason
The rejection can either come from your company, or from the customer (for example, the customer rejects a quotation because the price is too high).Enter a predefined value for your system.
serviceOrdItemRejectionReason
- Reason for rejecting a sales transaction.public void setBillableControl(@Nullable String billableControl)
Original property name from the Odata EDM: BillableControl
PricingDifferentiation of actual costs in controllingIf you want to post costs in an integrated Controlling system using the accounting indicator as a key, you need to ensure that the accounting indicators that you create in this step are identical to the accounting indicators in the SAP system.For services performed in goodwill, you want to offer a discount of 50%. You also want to track costs for goodwill services in controlling.
billableControl
- Specifies the ID of an accounting indicator that enables you to control the following for products
that you do not want fully bill for:public void setSoldToParty(@Nullable String soldToParty)
Original property name from the Odata EDM: SoldToParty
soldToParty
- The 32-digit GUID used to identify the sold-to party.public void setShipToParty(@Nullable String shipToParty)
Original property name from the Odata EDM: ShipToParty
shipToParty
- Specifies the ship-to party as a 32-digit GUID.public void setBillToParty(@Nullable String billToParty)
Original property name from the Odata EDM: BillToParty
billToParty
- The 32 digit GUID for the bill-to party.public void setPayerParty(@Nullable String payerParty)
Original property name from the Odata EDM: PayerParty
payerParty
- The 32-digit GUID that specifies the payer.public void setPersonResponsible(@Nullable String personResponsible)
Original property name from the Odata EDM: PersonResponsible
personResponsible
- Employee Responsiblepublic void setExecutingServiceEmployee(@Nullable String executingServiceEmployee)
Original property name from the Odata EDM: ExecutingServiceEmployee
executingServiceEmployee
- The 32-digit GUID for identifying a service employee.public void setServiceOrderItemIsReleased(@Nullable String serviceOrderItemIsReleased)
Original property name from the Odata EDM: ServiceOrderItemIsReleased
serviceOrderItemIsReleased
- Release Statuspublic void setServiceOrderItemIsCompleted(@Nullable String serviceOrderItemIsCompleted)
Original property name from the Odata EDM: ServiceOrderItemIsCompleted
serviceOrderItemIsCompleted
- The serviceOrderItemIsCompleted to set.public void setServiceOrderItemIsRejected(@Nullable String serviceOrderItemIsRejected)
Original property name from the Odata EDM: ServiceOrderItemIsRejected
serviceOrderItemIsRejected
- Cancellation Statuspublic void setReferenceServiceContract(@Nullable String referenceServiceContract)
Original property name from the Odata EDM: ReferenceServiceContract
referenceServiceContract
- Number that identifies the transaction document. It is unique for each business transaction category.public void setReferenceServiceContractItem(@Nullable String referenceServiceContractItem)
Original property name from the Odata EDM: ReferenceServiceContractItem
referenceServiceContractItem
- Shortened Item Number in Documentpublic void setReferenceServiceRequest(@Nullable String referenceServiceRequest)
Original property name from the Odata EDM: ReferenceServiceRequest
referenceServiceRequest
- Number that identifies the transaction document. It is unique for each business transaction category.public void setReferenceServiceRequestItem(@Nullable String referenceServiceRequestItem)
Original property name from the Odata EDM: ReferenceServiceRequestItem
referenceServiceRequestItem
- Shortened Item Number in Documentpublic void setTimeSheetOvertimeCategory(@Nullable String timeSheetOvertimeCategory)
Original property name from the Odata EDM: TimeSheetOvertimeCategory
It is used in the Manage My Timesheet app to efficiently create time entries.
timeSheetOvertimeCategory
- Overtime is defined as the time an employee works outside the regular working times. Overtime Category
is the classification of the overtime hours.public void setParentServiceOrderItem(@Nullable String parentServiceOrderItem)
Original property name from the Odata EDM: ParentServiceOrderItem
parentServiceOrderItem
- Shortened Item Number in Documentpublic void setPlannedServiceStartDateTime(@Nullable ZonedDateTime plannedServiceStartDateTime)
Original property name from the Odata EDM: PlannedServiceStartDateTime
plannedServiceStartDateTime
- Service Planned From Datepublic void setPlannedServiceEndDateTime(@Nullable ZonedDateTime plannedServiceEndDateTime)
Original property name from the Odata EDM: PlannedServiceEndDateTime
plannedServiceEndDateTime
- Service Planned To Datepublic void setSrvcContrDetnIsSpprsd(@Nullable String srvcContrDetnIsSpprsd)
Original property name from the Odata EDM: SrvcContrDetnIsSpprsd
srvcContrDetnIsSpprsd
- The srvcContrDetnIsSpprsd to set.public void setReferenceServiceOrderItem(@Nullable String referenceServiceOrderItem)
Original property name from the Odata EDM: ReferenceServiceOrderItem
referenceServiceOrderItem
- External Reference Numberprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<ServiceOrderItem>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ServiceOrderItem>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ServiceOrderItem>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ServiceOrderItem>
@Nonnull public static <T> ServiceOrderItemField<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> ServiceOrderItemField<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 ErpConfigContext getErpConfigContext()
VdmEntity
getErpConfigContext
in class VdmEntity<ServiceOrderItem>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<ServiceOrderItem>
erpConfigContext
- New ERP configuration context to apply to this entityprotected 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<ServiceOrderItem>
public void attachToService(@Nullable String servicePath, @Nullable ErpConfigContext configContext)
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<ServiceOrderItem>
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.configContext
- Optional parameter. New ERP configuration context to apply to this entity and any associated entities
that were previously fetched. If a null value is provided and the ERP configuration context has never
been set, then the ERP configuration context will be set to a new instance of
ErpConfigContext
.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<ServiceOrderItem>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<ServiceOrderItem>
@Nonnull public List<ServiceOrderItemConfirmation> fetchConfirmation() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
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 List<ServiceOrderItemConfirmation> getConfirmationOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Confirmation of a queried ServiceOrderItem 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 Optional<List<ServiceOrderItemConfirmation>> getConfirmationIfPresent()
If the navigation property for an entity ServiceOrderItem has not been resolved yet, this method will
not query further information. Instead its Optional
result state will be empty
.
Optional
with result
state empty
is returned.public void setConfirmation(@Nonnull List<ServiceOrderItemConfirmation> value)
If the navigation property to_Confirmation of a queried ServiceOrderItem 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.
value
- List of ServiceOrderItemConfirmation entities.public void addConfirmation(ServiceOrderItemConfirmation... entity)
If the navigation property to_Confirmation of a queried ServiceOrderItem 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.
entity
- Array of ServiceOrderItemConfirmation entities.@Nonnull public List<ServiceOrderItemPriceElement> fetchPricingElement() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
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 List<ServiceOrderItemPriceElement> getPricingElementOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PricingElement of a queried ServiceOrderItem 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 Optional<List<ServiceOrderItemPriceElement>> getPricingElementIfPresent()
If the navigation property for an entity ServiceOrderItem has not been resolved yet, this method will
not query further information. Instead its Optional
result state will be empty
.
Optional
with result
state empty
is returned.public void setPricingElement(@Nonnull List<ServiceOrderItemPriceElement> value)
If the navigation property to_PricingElement of a queried ServiceOrderItem 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.
value
- List of ServiceOrderItemPriceElement entities.public void addPricingElement(ServiceOrderItemPriceElement... entity)
If the navigation property to_PricingElement of a queried ServiceOrderItem 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.
entity
- Array of ServiceOrderItemPriceElement entities.@Nonnull public List<ServiceOrderItemRefObject> fetchReferenceObject() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
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 List<ServiceOrderItemRefObject> getReferenceObjectOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ReferenceObject of a queried ServiceOrderItem 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 Optional<List<ServiceOrderItemRefObject>> getReferenceObjectIfPresent()
If the navigation property for an entity ServiceOrderItem has not been resolved yet, this method will
not query further information. Instead its Optional
result state will be empty
.
Optional
with result state
empty
is returned.public void setReferenceObject(@Nonnull List<ServiceOrderItemRefObject> value)
If the navigation property to_ReferenceObject of a queried ServiceOrderItem 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.
value
- List of ServiceOrderItemRefObject entities.public void addReferenceObject(ServiceOrderItemRefObject... entity)
If the navigation property to_ReferenceObject of a queried ServiceOrderItem 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.
entity
- Array of ServiceOrderItemRefObject entities.@Nonnull public List<ServiceOrderItemText> fetchText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
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 List<ServiceOrderItemText> getTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Text of a queried ServiceOrderItem 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 Optional<List<ServiceOrderItemText>> getTextIfPresent()
If the navigation property for an entity ServiceOrderItem has not been resolved yet, this method will
not query further information. Instead its Optional
result state will be empty
.
Optional
with result state
empty
is returned.public void setText(@Nonnull List<ServiceOrderItemText> value)
If the navigation property to_Text of a queried ServiceOrderItem 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.
value
- List of ServiceOrderItemText entities.public void addText(ServiceOrderItemText... entity)
If the navigation property to_Text of a queried ServiceOrderItem 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.
entity
- Array of ServiceOrderItemText entities.public static ServiceOrderItem.ServiceOrderItemBuilder builder()
@Nullable public String getServiceOrder()
Original property name from the Odata EDM: ServiceOrder
@Nullable public String getServiceOrderItem()
Original property name from the Odata EDM: ServiceOrderItem
@Nullable public UUID getServiceOrderItemUUID()
Original property name from the Odata EDM: ServiceOrderItemUUID
This key is only used internally, and the operation number is always displayed on the interface. However, the operation number is not necessarily unique.
@Nullable public String getServiceOrderItemDescription()
Original property name from the Odata EDM: ServiceOrderItemDescription
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public String getProduct()
Original property name from the Odata EDM: Product
If, for whatever reason, you have to deliver a substitute product for the one originally required, you can see which product the customer originally ordered.
@Nullable public BigDecimal getQuantity()
Original property name from the Odata EDM: Quantity
This field is only filled for a sales or opportunity item. This field remains empty for other item object types.
@Nullable public String getQuantityUnit()
Original property name from the Odata EDM: QuantityUnit
@Nullable public BigDecimal getServiceDuration()
Original property name from the Odata EDM: ServiceDuration
@Nullable public String getServiceDurationUnit()
Original property name from the Odata EDM: ServiceDurationUnit
@Nullable public String getServiceOrderItemCategory()
Original property name from the Odata EDM: ServiceOrderItemCategory
An item category defines the characteristics and attributes of a transaction item and thus controls the processing of an item.
@Nullable public String getServiceOrdItemRejectionReason()
Original property name from the Odata EDM: ServiceOrdItemRejectionReason
The rejection can either come from your company, or from the customer (for example, the customer rejects a quotation because the price is too high).Enter a predefined value for your system.
@Nullable public String getBillableControl()
Original property name from the Odata EDM: BillableControl
PricingDifferentiation of actual costs in controllingIf you want to post costs in an integrated Controlling system using the accounting indicator as a key, you need to ensure that the accounting indicators that you create in this step are identical to the accounting indicators in the SAP system.For services performed in goodwill, you want to offer a discount of 50%. You also want to track costs for goodwill services in controlling.
@Nullable public String getSoldToParty()
Original property name from the Odata EDM: SoldToParty
@Nullable public String getShipToParty()
Original property name from the Odata EDM: ShipToParty
@Nullable public String getBillToParty()
Original property name from the Odata EDM: BillToParty
@Nullable public String getPayerParty()
Original property name from the Odata EDM: PayerParty
@Nullable public String getPersonResponsible()
Original property name from the Odata EDM: PersonResponsible
@Nullable public String getExecutingServiceEmployee()
Original property name from the Odata EDM: ExecutingServiceEmployee
@Nullable public String getServiceOrderItemIsReleased()
Original property name from the Odata EDM: ServiceOrderItemIsReleased
@Nullable public String getServiceOrderItemIsCompleted()
Original property name from the Odata EDM: ServiceOrderItemIsCompleted
@Nullable public String getServiceOrderItemIsRejected()
Original property name from the Odata EDM: ServiceOrderItemIsRejected
@Nullable public String getReferenceServiceContract()
Original property name from the Odata EDM: ReferenceServiceContract
@Nullable public String getReferenceServiceContractItem()
Original property name from the Odata EDM: ReferenceServiceContractItem
@Nullable public String getReferenceServiceRequest()
Original property name from the Odata EDM: ReferenceServiceRequest
@Nullable public String getReferenceServiceRequestItem()
Original property name from the Odata EDM: ReferenceServiceRequestItem
@Nullable public String getTimeSheetOvertimeCategory()
Original property name from the Odata EDM: TimeSheetOvertimeCategory
It is used in the Manage My Timesheet app to efficiently create time entries.
@Nullable public String getParentServiceOrderItem()
Original property name from the Odata EDM: ParentServiceOrderItem
@Nullable public ZonedDateTime getPlannedServiceStartDateTime()
Original property name from the Odata EDM: PlannedServiceStartDateTime
@Nullable public ZonedDateTime getPlannedServiceEndDateTime()
Original property name from the Odata EDM: PlannedServiceEndDateTime
@Nullable public String getSrvcContrDetnIsSpprsd()
Original property name from the Odata EDM: SrvcContrDetnIsSpprsd
@Nullable public String getReferenceServiceOrderItem()
Original property name from the Odata EDM: ReferenceServiceOrderItem
public String toString()
toString
in class VdmObject<ServiceOrderItem>
public boolean equals(Object o)
equals
in class VdmObject<ServiceOrderItem>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ServiceOrderItem>
public int hashCode()
hashCode
in class VdmObject<ServiceOrderItem>
Copyright © 2019 SAP SE. All rights reserved.