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<String> |
SERVICE_DOCUMENT_ITEM_OBJECT_TYPE
Use with available fluent helpers to apply the ServiceDocumentItemObjectType 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_OBJECT_TYPE
Use with available fluent helpers to apply the ServiceObjectType 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> |
SERVICE_PERFORMER
Use with available fluent helpers to apply the ServicePerformer 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<Boolean> |
SRVC_CONTR_DETN_IS_SPPRSD
Use with available fluent helpers to apply the SrvcContrDetnIsSpprsd 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 ServiceOrderItemOneToOneLink<ServiceOrder> |
TO_SERVICE_ORDER
Use with available fluent helpers to apply the to_ServiceOrder 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 serviceObjectType,
String serviceDocumentItemObjectType,
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 servicePerformer,
String serviceOrderItemIsReleased,
String serviceOrderItemIsCompleted,
String serviceOrderItemIsRejected,
String referenceServiceContract,
String referenceServiceContractItem,
String referenceServiceRequest,
String referenceServiceRequestItem,
String parentServiceOrderItem,
ZonedDateTime plannedServiceStartDateTime,
ZonedDateTime plannedServiceEndDateTime,
Boolean srvcContrDetnIsSpprsd,
String referenceServiceOrderItem,
List<ServiceOrderItemConfirmation> toConfirmation,
List<ServiceOrderItemPriceElement> toPricingElement,
List<ServiceOrderItemRefObject> toReferenceObject,
ServiceOrder toServiceOrder,
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,
HttpDestinationProperties destination)
Sets the service path and destination 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.
|
ServiceOrder |
fetchServiceOrder()
Fetches the ServiceOrder entity (one to one) 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
|
io.vavr.control.Option<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()
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.
|
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
|
io.vavr.control.Option<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
|
io.vavr.control.Option<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
|
String |
getServiceDocumentItemObjectType()
Constraints: Not nullable, Maximum length: 10
|
BigDecimal |
getServiceDuration()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getServiceDurationUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getServiceObjectType()
Constraints: Not nullable, Maximum length: 10
|
String |
getServiceOrder()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
io.vavr.control.Option<ServiceOrder> |
getServiceOrderIfPresent()
Retrieval of associated ServiceOrder entity (one to one).
|
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
|
ServiceOrder |
getServiceOrderOrFetch()
Retrieval of associated ServiceOrder entity (one to one).
|
String |
getServiceOrdItemRejectionReason()
Constraints: Not nullable, Maximum length: 2
|
String |
getServicePerformer()
Constraints: Not nullable, Maximum length: 10
|
String |
getShipToParty()
Constraints: Not nullable, Maximum length: 10
|
String |
getSoldToParty()
Constraints: Not nullable, Maximum length: 10
|
Boolean |
getSrvcContrDetnIsSpprsd()
Constraints: none
|
io.vavr.control.Option<List<ServiceOrderItemText>> |
getTextIfPresent()
Retrieval of associated ServiceOrderItemText entities (one to many).
|
List<ServiceOrderItemText> |
getTextOrFetch()
Retrieval of associated ServiceOrderItemText entities (one to many).
|
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 |
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 |
setServiceDocumentItemObjectType(String serviceDocumentItemObjectType)
Constraints: Not nullable, Maximum length: 10
|
void |
setServiceDuration(BigDecimal serviceDuration)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setServiceDurationUnit(String serviceDurationUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setServiceObjectType(String serviceObjectType)
Constraints: Not nullable, Maximum length: 10
|
void |
setServiceOrder(ServiceOrder value)
Overwrites the associated ServiceOrder entity for the loaded navigation property to_ServiceOrder.
|
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 |
setServicePerformer(String servicePerformer)
Constraints: Not nullable, Maximum length: 10
|
void |
setShipToParty(String shipToParty)
Constraints: Not nullable, Maximum length: 10
|
void |
setSoldToParty(String soldToParty)
Constraints: Not nullable, Maximum length: 10
|
void |
setSrvcContrDetnIsSpprsd(Boolean srvcContrDetnIsSpprsd)
Constraints: none
|
void |
setText(List<ServiceOrderItemText> value)
Overwrites the list of associated ServiceOrderItemText entities for the loaded navigation property
to_Text.
|
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 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> SERVICE_OBJECT_TYPE
public static final ServiceOrderItemField<String> SERVICE_DOCUMENT_ITEM_OBJECT_TYPE
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_PERFORMER
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> 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<Boolean> 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 ServiceOrderItemOneToOneLink<ServiceOrder> TO_SERVICE_ORDER
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 serviceObjectType, @Nullable String serviceDocumentItemObjectType, @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 servicePerformer, @Nullable String serviceOrderItemIsReleased, @Nullable String serviceOrderItemIsCompleted, @Nullable String serviceOrderItemIsRejected, @Nullable String referenceServiceContract, @Nullable String referenceServiceContractItem, @Nullable String referenceServiceRequest, @Nullable String referenceServiceRequestItem, @Nullable String parentServiceOrderItem, @Nullable ZonedDateTime plannedServiceStartDateTime, @Nullable ZonedDateTime plannedServiceEndDateTime, @Nullable Boolean srvcContrDetnIsSpprsd, @Nullable String referenceServiceOrderItem, List<ServiceOrderItemConfirmation> toConfirmation, List<ServiceOrderItemPriceElement> toPricingElement, List<ServiceOrderItemRefObject> toReferenceObject, @Nullable ServiceOrder toServiceOrder, 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
- Transaction IDpublic 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
serviceOrderItemUUID
- GUID of a CRM Order Objectpublic void setServiceOrderItemDescription(@Nullable String serviceOrderItemDescription)
Original property name from the Odata EDM: ServiceOrderItemDescription
serviceOrderItemDescription
- Product Descriptionpublic void setServiceObjectType(@Nullable String serviceObjectType)
Original property name from the Odata EDM: ServiceObjectType
serviceObjectType
- Business Trans. Cat.public void setServiceDocumentItemObjectType(@Nullable String serviceDocumentItemObjectType)
Original property name from the Odata EDM: ServiceDocumentItemObjectType
serviceDocumentItemObjectType
- CRM Item Object Typepublic 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
product
- Product Name Enteredpublic void setQuantity(@Nullable BigDecimal quantity)
Original property name from the Odata EDM: Quantity
quantity
- CRM: Order Quantitypublic void setQuantityUnit(@Nullable String quantityUnit)
Original property name from the Odata EDM: QuantityUnit
quantityUnit
- Unit of Measure in Which the Product Is Soldpublic void setServiceDuration(@Nullable BigDecimal serviceDuration)
Original property name from the Odata EDM: ServiceDuration
serviceDuration
- Durationpublic void setServiceDurationUnit(@Nullable String serviceDurationUnit)
Original property name from the Odata EDM: ServiceDurationUnit
serviceDurationUnit
- Unit for Duration of Workpublic void setServiceOrderItemCategory(@Nullable String serviceOrderItemCategory)
Original property name from the Odata EDM: ServiceOrderItemCategory
serviceOrderItemCategory
- Item Categorypublic void setServiceOrdItemRejectionReason(@Nullable String serviceOrdItemRejectionReason)
Original property name from the Odata EDM: ServiceOrdItemRejectionReason
serviceOrdItemRejectionReason
- Cancellation Reason Codepublic void setBillableControl(@Nullable String billableControl)
Original property name from the Odata EDM: BillableControl
billableControl
- Accounting Indicatorpublic void setSoldToParty(@Nullable String soldToParty)
Original property name from the Odata EDM: SoldToParty
soldToParty
- Sold-To Partypublic void setShipToParty(@Nullable String shipToParty)
Original property name from the Odata EDM: ShipToParty
shipToParty
- Ship-To Partypublic void setBillToParty(@Nullable String billToParty)
Original property name from the Odata EDM: BillToParty
billToParty
- Bill-To Partypublic void setPayerParty(@Nullable String payerParty)
Original property name from the Odata EDM: PayerParty
payerParty
- Payerpublic 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
- Executing Service Employeepublic void setServicePerformer(@Nullable String servicePerformer)
Original property name from the Odata EDM: ServicePerformer
servicePerformer
- Business Partner Numberpublic 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
- Transaction IDpublic 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
- Transaction IDpublic void setReferenceServiceRequestItem(@Nullable String referenceServiceRequestItem)
Original property name from the Odata EDM: ReferenceServiceRequestItem
referenceServiceRequestItem
- Shortened Item Number in Documentpublic 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 Boolean srvcContrDetnIsSpprsd)
Original property name from the Odata EDM: SrvcContrDetnIsSpprsd
srvcContrDetnIsSpprsd
- Status Is Activepublic void setReferenceServiceOrderItem(@Nullable String referenceServiceOrderItem)
Original property name from the Odata EDM: ReferenceServiceOrderItem
referenceServiceOrderItem
- External Reference Numberprotected String getEntityCollection()
VdmEntity
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 HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<ServiceOrderItem>
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<ServiceOrderItem>
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<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.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<ServiceOrderItem>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@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 io.vavr.control.Option<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 Option
result state will be empty
.
Option
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 io.vavr.control.Option<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 Option
result state will be empty
.
Option
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 io.vavr.control.Option<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 Option
result state will be empty
.
Option
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.@Nullable public ServiceOrder fetchServiceOrder() 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 ServiceOrder getServiceOrderOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ServiceOrder 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 io.vavr.control.Option<ServiceOrder> getServiceOrderIfPresent()
If the navigation property for an entity ServiceOrderItem 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 setServiceOrder(ServiceOrder value)
value
- New ServiceOrder entity.@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 io.vavr.control.Option<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 Option
result state will be empty
.
Option
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.@Nonnull 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
@Nullable public String getServiceOrderItemDescription()
Original property name from the Odata EDM: ServiceOrderItemDescription
@Nullable public String getServiceObjectType()
Original property name from the Odata EDM: ServiceObjectType
@Nullable public String getServiceDocumentItemObjectType()
Original property name from the Odata EDM: ServiceDocumentItemObjectType
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public String getProduct()
Original property name from the Odata EDM: Product
@Nullable public BigDecimal getQuantity()
Original property name from the Odata EDM: Quantity
@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
@Nullable public String getServiceOrdItemRejectionReason()
Original property name from the Odata EDM: ServiceOrdItemRejectionReason
@Nullable public String getBillableControl()
Original property name from the Odata EDM: BillableControl
@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 getServicePerformer()
Original property name from the Odata EDM: ServicePerformer
@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 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 Boolean getSrvcContrDetnIsSpprsd()
Original property name from the Odata EDM: SrvcContrDetnIsSpprsd
@Nullable public String getReferenceServiceOrderItem()
Original property name from the Odata EDM: ReferenceServiceOrderItem
@Nonnull public String toString()
toString
in class VdmObject<ServiceOrderItem>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<ServiceOrderItem>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<ServiceOrderItem>
public int hashCode()
hashCode
in class VdmObject<ServiceOrderItem>
Copyright © 2021 SAP SE. All rights reserved.