public class SalesInquiryItem extends VdmEntity<SalesInquiryItem>
Original entity name from the Odata EDM: A_SalesInquiryItemType
Modifier and Type | Class and Description |
---|---|
static class |
SalesInquiryItem.SalesInquiryItemBuilder
Helper class to allow for fluent creation of SalesInquiryItem instances.
|
Modifier and Type | Field and Description |
---|---|
static SalesInquiryItemSelectable |
ALL_FIELDS
Selector for all available fields of SalesInquiryItem.
|
static SalesInquiryItemField<String> |
ALTERNATIVE_TO_ITEM
Use with available fluent helpers to apply the AlternativeToItem field to query operations.
|
static SalesInquiryItemField<String> |
BATCH
Use with available fluent helpers to apply the Batch field to query operations.
|
static SalesInquiryItemField<String> |
CUSTOMER_PAYMENT_TERMS
Use with available fluent helpers to apply the CustomerPaymentTerms field to query operations.
|
static SalesInquiryItemField<String> |
HIGHER_LEVEL_ITEM
Use with available fluent helpers to apply the HigherLevelItem field to query operations.
|
static SalesInquiryItemField<String> |
INCOTERMS_CLASSIFICATION
Use with available fluent helpers to apply the IncotermsClassification field to query operations.
|
static SalesInquiryItemField<String> |
INCOTERMS_LOCATION1
Use with available fluent helpers to apply the IncotermsLocation1 field to query operations.
|
static SalesInquiryItemField<String> |
INCOTERMS_LOCATION2
Use with available fluent helpers to apply the IncotermsLocation2 field to query operations.
|
static SalesInquiryItemField<String> |
INCOTERMS_TRANSFER_LOCATION
Use with available fluent helpers to apply the IncotermsTransferLocation field to query operations.
|
static SalesInquiryItemField<BigDecimal> |
ITEM_GROSS_WEIGHT
Use with available fluent helpers to apply the ItemGrossWeight field to query operations.
|
static SalesInquiryItemField<BigDecimal> |
ITEM_NET_WEIGHT
Use with available fluent helpers to apply the ItemNetWeight field to query operations.
|
static SalesInquiryItemField<String> |
ITEM_ORDER_PROBABILITY_IN_PERCENT
Use with available fluent helpers to apply the ItemOrderProbabilityInPercent field to query operations.
|
static SalesInquiryItemField<BigDecimal> |
ITEM_VOLUME
Use with available fluent helpers to apply the ItemVolume field to query operations.
|
static SalesInquiryItemField<String> |
ITEM_VOLUME_UNIT
Use with available fluent helpers to apply the ItemVolumeUnit field to query operations.
|
static SalesInquiryItemField<String> |
ITEM_WEIGHT_UNIT
Use with available fluent helpers to apply the ItemWeightUnit field to query operations.
|
static SalesInquiryItemField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static SalesInquiryItemField<String> |
MATERIAL_BY_CUSTOMER
Use with available fluent helpers to apply the MaterialByCustomer field to query operations.
|
static SalesInquiryItemField<String> |
MATERIAL_GROUP
Use with available fluent helpers to apply the MaterialGroup field to query operations.
|
static SalesInquiryItemField<BigDecimal> |
NET_AMOUNT
Use with available fluent helpers to apply the NetAmount field to query operations.
|
static SalesInquiryItemField<String> |
PURCHASE_ORDER_BY_CUSTOMER
Use with available fluent helpers to apply the PurchaseOrderByCustomer field to query operations.
|
static SalesInquiryItemField<BigDecimal> |
REQUESTED_QUANTITY
Use with available fluent helpers to apply the RequestedQuantity field to query operations.
|
static SalesInquiryItemField<String> |
REQUESTED_QUANTITY_UNIT
Use with available fluent helpers to apply the RequestedQuantityUnit field to query operations.
|
static SalesInquiryItemField<String> |
SALES_DOCUMENT_RJCN_REASON
Use with available fluent helpers to apply the SalesDocumentRjcnReason field to query operations.
|
static SalesInquiryItemField<String> |
SALES_INQUIRY
Use with available fluent helpers to apply the SalesInquiry field to query operations.
|
static SalesInquiryItemField<String> |
SALES_INQUIRY_ITEM
Use with available fluent helpers to apply the SalesInquiryItem field to query operations.
|
static SalesInquiryItemField<String> |
SALES_INQUIRY_ITEM_CATEGORY
Use with available fluent helpers to apply the SalesInquiryItemCategory field to query operations.
|
static SalesInquiryItemField<String> |
SALES_INQUIRY_ITEM_TEXT
Use with available fluent helpers to apply the SalesInquiryItemText field to query operations.
|
static SalesInquiryItemField<String> |
SD_PROCESS_STATUS
Use with available fluent helpers to apply the SDProcessStatus field to query operations.
|
static SalesInquiryItemLink<SalesInquiryItemPartner> |
TO_PARTNER
Use with available fluent helpers to apply the to_Partner navigation property to query operations.
|
static SalesInquiryItemLink<SalesInquiryItemPrcgElmnt> |
TO_PRICING_ELEMENT
Use with available fluent helpers to apply the to_PricingElement navigation property to query operations.
|
static SalesInquiryItemOneToOneLink<SalesInquiry> |
TO_SALES_INQUIRY
Use with available fluent helpers to apply the to_SalesInquiry navigation property to query operations.
|
static SalesInquiryItemField<String> |
TRANSACTION_CURRENCY
Use with available fluent helpers to apply the TransactionCurrency field to query operations.
|
static SalesInquiryItemField<String> |
WBS_ELEMENT
Use with available fluent helpers to apply the WBSElement field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SalesInquiryItem() |
SalesInquiryItem(String salesInquiry,
String salesInquiryItem,
String higherLevelItem,
String salesInquiryItemCategory,
String salesInquiryItemText,
String purchaseOrderByCustomer,
String material,
String materialByCustomer,
BigDecimal requestedQuantity,
String requestedQuantityUnit,
String itemOrderProbabilityInPercent,
String alternativeToItem,
BigDecimal itemGrossWeight,
BigDecimal itemNetWeight,
String itemWeightUnit,
BigDecimal itemVolume,
String itemVolumeUnit,
String transactionCurrency,
BigDecimal netAmount,
String materialGroup,
String batch,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String customerPaymentTerms,
String salesDocumentRjcnReason,
String wBSElement,
String sDProcessStatus,
List<SalesInquiryItemPartner> toPartner,
List<SalesInquiryItemPrcgElmnt> toPricingElement,
SalesInquiry toSalesInquiry) |
Modifier and Type | Method and Description |
---|---|
void |
addPartner(SalesInquiryItemPartner... entity)
Adds elements to the list of associated SalesInquiryItemPartner entities.
|
void |
addPricingElement(SalesInquiryItemPrcgElmnt... entity)
Adds elements to the list of associated SalesInquiryItemPrcgElmnt entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination) |
static SalesInquiryItem.SalesInquiryItemBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<SalesInquiryItemPartner> |
fetchPartner()
Fetches the SalesInquiryItemPartner entities (one to many) associated with this entity.
|
List<SalesInquiryItemPrcgElmnt> |
fetchPricingElement()
Fetches the SalesInquiryItemPrcgElmnt entities (one to many) associated with this entity.
|
SalesInquiry |
fetchSalesInquiry()
Fetches the SalesInquiry entity (one to one) associated with this entity.
|
static <T> SalesInquiryItemField<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 |
getAlternativeToItem()
Constraints: Not nullable, Maximum length: 6
|
String |
getBatch()
Constraints: Not nullable, Maximum length: 10
|
String |
getCustomerPaymentTerms()
Constraints: Not nullable, Maximum length: 4
|
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch() |
protected String |
getEntityCollection() |
String |
getHigherLevelItem()
Constraints: Not nullable, Maximum length: 6
|
String |
getIncotermsClassification()
Constraints: Not nullable, Maximum length: 3
|
String |
getIncotermsLocation1()
Constraints: Not nullable, Maximum length: 70
|
String |
getIncotermsLocation2()
Constraints: Not nullable, Maximum length: 70
|
String |
getIncotermsTransferLocation()
Constraints: Not nullable, Maximum length: 28
|
BigDecimal |
getItemGrossWeight()
Constraints: Not nullable, Precision: 15, Scale: 3
|
BigDecimal |
getItemNetWeight()
Constraints: Not nullable, Precision: 15, Scale: 3
|
String |
getItemOrderProbabilityInPercent()
Constraints: Not nullable, Maximum length: 3
|
BigDecimal |
getItemVolume()
Constraints: Not nullable, Precision: 15, Scale: 3
|
String |
getItemVolumeUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getItemWeightUnit()
Constraints: Not nullable, Maximum length: 3
|
protected Map<String,Object> |
getKey() |
String |
getMaterial()
Constraints: Not nullable, Maximum length: 40
|
String |
getMaterialByCustomer()
Constraints: Not nullable, Maximum length: 35
|
String |
getMaterialGroup()
Constraints: Not nullable, Maximum length: 9
|
BigDecimal |
getNetAmount()
Constraints: Not nullable, Precision: 16, Scale: 3
|
io.vavr.control.Option<List<SalesInquiryItemPartner>> |
getPartnerIfPresent()
Retrieval of associated SalesInquiryItemPartner entities (one to many).
|
List<SalesInquiryItemPartner> |
getPartnerOrFetch()
Retrieval of associated SalesInquiryItemPartner entities (one to many).
|
io.vavr.control.Option<List<SalesInquiryItemPrcgElmnt>> |
getPricingElementIfPresent()
Retrieval of associated SalesInquiryItemPrcgElmnt entities (one to many).
|
List<SalesInquiryItemPrcgElmnt> |
getPricingElementOrFetch()
Retrieval of associated SalesInquiryItemPrcgElmnt entities (one to many).
|
String |
getPurchaseOrderByCustomer()
Constraints: Not nullable, Maximum length: 35
|
BigDecimal |
getRequestedQuantity()
Constraints: Not nullable, Precision: 15, Scale: 3
|
String |
getRequestedQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getSalesDocumentRjcnReason()
Constraints: Not nullable, Maximum length: 2
|
String |
getSalesInquiry()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
io.vavr.control.Option<SalesInquiry> |
getSalesInquiryIfPresent()
Retrieval of associated SalesInquiry entity (one to one).
|
String |
getSalesInquiryItem()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
String |
getSalesInquiryItemCategory()
Constraints: Not nullable, Maximum length: 4
|
String |
getSalesInquiryItemText()
Constraints: Not nullable, Maximum length: 40
|
SalesInquiry |
getSalesInquiryOrFetch()
Retrieval of associated SalesInquiry entity (one to one).
|
String |
getSDProcessStatus()
Constraints: Not nullable, Maximum length: 1
|
String |
getTransactionCurrency()
Constraints: Not nullable, Maximum length: 5
|
Class<SalesInquiryItem> |
getType() |
String |
getWBSElement()
Constraints: Not nullable, Maximum length: 24
|
int |
hashCode() |
void |
setAlternativeToItem(String alternativeToItem)
Constraints: Not nullable, Maximum length: 6
|
void |
setBatch(String batch)
Constraints: Not nullable, Maximum length: 10
|
void |
setCustomerPaymentTerms(String customerPaymentTerms)
Constraints: Not nullable, Maximum length: 4
|
void |
setHigherLevelItem(String higherLevelItem)
Constraints: Not nullable, Maximum length: 6
|
void |
setIncotermsClassification(String incotermsClassification)
Constraints: Not nullable, Maximum length: 3
|
void |
setIncotermsLocation1(String incotermsLocation1)
Constraints: Not nullable, Maximum length: 70
|
void |
setIncotermsLocation2(String incotermsLocation2)
Constraints: Not nullable, Maximum length: 70
|
void |
setIncotermsTransferLocation(String incotermsTransferLocation)
Constraints: Not nullable, Maximum length: 28
|
void |
setItemGrossWeight(BigDecimal itemGrossWeight)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setItemNetWeight(BigDecimal itemNetWeight)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setItemOrderProbabilityInPercent(String itemOrderProbabilityInPercent)
Constraints: Not nullable, Maximum length: 3
|
void |
setItemVolume(BigDecimal itemVolume)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setItemVolumeUnit(String itemVolumeUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setItemWeightUnit(String itemWeightUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setMaterial(String material)
Constraints: Not nullable, Maximum length: 40
|
void |
setMaterialByCustomer(String materialByCustomer)
Constraints: Not nullable, Maximum length: 35
|
void |
setMaterialGroup(String materialGroup)
Constraints: Not nullable, Maximum length: 9
|
void |
setNetAmount(BigDecimal netAmount)
Constraints: Not nullable, Precision: 16, Scale: 3
|
void |
setPartner(List<SalesInquiryItemPartner> value)
Overwrites the list of associated SalesInquiryItemPartner entities for the loaded navigation property
to_Partner.
|
void |
setPricingElement(List<SalesInquiryItemPrcgElmnt> value)
Overwrites the list of associated SalesInquiryItemPrcgElmnt entities for the loaded navigation property
to_PricingElement.
|
void |
setPurchaseOrderByCustomer(String purchaseOrderByCustomer)
Constraints: Not nullable, Maximum length: 35
|
void |
setRequestedQuantity(BigDecimal requestedQuantity)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setRequestedQuantityUnit(String requestedQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setSalesDocumentRjcnReason(String salesDocumentRjcnReason)
Constraints: Not nullable, Maximum length: 2
|
void |
setSalesInquiry(SalesInquiry value)
Overwrites the associated SalesInquiry entity for the loaded navigation property to_SalesInquiry.
|
void |
setSalesInquiry(String salesInquiry)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setSalesInquiryItem(String salesInquiryItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setSalesInquiryItemCategory(String salesInquiryItemCategory)
Constraints: Not nullable, Maximum length: 4
|
void |
setSalesInquiryItemText(String salesInquiryItemText)
Constraints: Not nullable, Maximum length: 40
|
void |
setSDProcessStatus(String sDProcessStatus)
Constraints: Not nullable, Maximum length: 1
|
protected void |
setServicePathForFetch(String servicePathForFetch) |
void |
setTransactionCurrency(String transactionCurrency)
Constraints: Not nullable, Maximum length: 5
|
void |
setWBSElement(String wBSElement)
Constraints: Not nullable, Maximum length: 24
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SalesInquiryItemSelectable ALL_FIELDS
public static final SalesInquiryItemField<String> SALES_INQUIRY
public static final SalesInquiryItemField<String> SALES_INQUIRY_ITEM
public static final SalesInquiryItemField<String> HIGHER_LEVEL_ITEM
public static final SalesInquiryItemField<String> SALES_INQUIRY_ITEM_CATEGORY
public static final SalesInquiryItemField<String> SALES_INQUIRY_ITEM_TEXT
public static final SalesInquiryItemField<String> PURCHASE_ORDER_BY_CUSTOMER
public static final SalesInquiryItemField<String> MATERIAL
public static final SalesInquiryItemField<String> MATERIAL_BY_CUSTOMER
public static final SalesInquiryItemField<BigDecimal> REQUESTED_QUANTITY
public static final SalesInquiryItemField<String> REQUESTED_QUANTITY_UNIT
public static final SalesInquiryItemField<String> ITEM_ORDER_PROBABILITY_IN_PERCENT
public static final SalesInquiryItemField<String> ALTERNATIVE_TO_ITEM
public static final SalesInquiryItemField<BigDecimal> ITEM_GROSS_WEIGHT
public static final SalesInquiryItemField<BigDecimal> ITEM_NET_WEIGHT
public static final SalesInquiryItemField<String> ITEM_WEIGHT_UNIT
public static final SalesInquiryItemField<BigDecimal> ITEM_VOLUME
public static final SalesInquiryItemField<String> ITEM_VOLUME_UNIT
public static final SalesInquiryItemField<String> TRANSACTION_CURRENCY
public static final SalesInquiryItemField<BigDecimal> NET_AMOUNT
public static final SalesInquiryItemField<String> MATERIAL_GROUP
public static final SalesInquiryItemField<String> BATCH
public static final SalesInquiryItemField<String> INCOTERMS_CLASSIFICATION
public static final SalesInquiryItemField<String> INCOTERMS_TRANSFER_LOCATION
public static final SalesInquiryItemField<String> INCOTERMS_LOCATION1
public static final SalesInquiryItemField<String> INCOTERMS_LOCATION2
public static final SalesInquiryItemField<String> CUSTOMER_PAYMENT_TERMS
public static final SalesInquiryItemField<String> SALES_DOCUMENT_RJCN_REASON
public static final SalesInquiryItemField<String> WBS_ELEMENT
public static final SalesInquiryItemField<String> SD_PROCESS_STATUS
public static final SalesInquiryItemLink<SalesInquiryItemPartner> TO_PARTNER
public static final SalesInquiryItemLink<SalesInquiryItemPrcgElmnt> TO_PRICING_ELEMENT
public static final SalesInquiryItemOneToOneLink<SalesInquiry> TO_SALES_INQUIRY
public SalesInquiryItem()
public SalesInquiryItem(@Nullable String salesInquiry, @Nullable String salesInquiryItem, @Nullable String higherLevelItem, @Nullable String salesInquiryItemCategory, @Nullable String salesInquiryItemText, @Nullable String purchaseOrderByCustomer, @Nullable String material, @Nullable String materialByCustomer, @Nullable BigDecimal requestedQuantity, @Nullable String requestedQuantityUnit, @Nullable String itemOrderProbabilityInPercent, @Nullable String alternativeToItem, @Nullable BigDecimal itemGrossWeight, @Nullable BigDecimal itemNetWeight, @Nullable String itemWeightUnit, @Nullable BigDecimal itemVolume, @Nullable String itemVolumeUnit, @Nullable String transactionCurrency, @Nullable BigDecimal netAmount, @Nullable String materialGroup, @Nullable String batch, @Nullable String incotermsClassification, @Nullable String incotermsTransferLocation, @Nullable String incotermsLocation1, @Nullable String incotermsLocation2, @Nullable String customerPaymentTerms, @Nullable String salesDocumentRjcnReason, @Nullable String wBSElement, @Nullable String sDProcessStatus, List<SalesInquiryItemPartner> toPartner, List<SalesInquiryItemPrcgElmnt> toPricingElement, @Nullable SalesInquiry toSalesInquiry)
@Nonnull public Class<SalesInquiryItem> getType()
getType
in class VdmObject<SalesInquiryItem>
public void setSalesInquiry(@Nullable String salesInquiry)
Original property name from the Odata EDM: SalesInquiry
salesInquiry
- Sales Inquirypublic void setSalesInquiryItem(@Nullable String salesInquiryItem)
Original property name from the Odata EDM: SalesInquiryItem
salesInquiryItem
- Sales Inquiry Itempublic void setHigherLevelItem(@Nullable String higherLevelItem)
Original property name from the Odata EDM: HigherLevelItem
higherLevelItem
- Higher-Level Item in Bill of Material Structurespublic void setSalesInquiryItemCategory(@Nullable String salesInquiryItemCategory)
Original property name from the Odata EDM: SalesInquiryItemCategory
salesInquiryItemCategory
- Sales Document Item Categorypublic void setSalesInquiryItemText(@Nullable String salesInquiryItemText)
Original property name from the Odata EDM: SalesInquiryItemText
salesInquiryItemText
- Short Text for Sales Order Itempublic void setPurchaseOrderByCustomer(@Nullable String purchaseOrderByCustomer)
Original property name from the Odata EDM: PurchaseOrderByCustomer
purchaseOrderByCustomer
- Customer Referencepublic void setMaterial(@Nullable String material)
Original property name from the Odata EDM: Material
material
- Material Numberpublic void setMaterialByCustomer(@Nullable String materialByCustomer)
Original property name from the Odata EDM: MaterialByCustomer
materialByCustomer
- Material Number Used by Customerpublic void setRequestedQuantity(@Nullable BigDecimal requestedQuantity)
Original property name from the Odata EDM: RequestedQuantity
requestedQuantity
- Requested Quantitypublic void setRequestedQuantityUnit(@Nullable String requestedQuantityUnit)
Original property name from the Odata EDM: RequestedQuantityUnit
requestedQuantityUnit
- Unit of the Requested Quantitypublic void setItemOrderProbabilityInPercent(@Nullable String itemOrderProbabilityInPercent)
Original property name from the Odata EDM: ItemOrderProbabilityInPercent
itemOrderProbabilityInPercent
- Order Probability of the Itempublic void setAlternativeToItem(@Nullable String alternativeToItem)
Original property name from the Odata EDM: AlternativeToItem
alternativeToItem
- Item for Which this Item is an Alternativepublic void setItemGrossWeight(@Nullable BigDecimal itemGrossWeight)
Original property name from the Odata EDM: ItemGrossWeight
itemGrossWeight
- Gross Weight of the Itempublic void setItemNetWeight(@Nullable BigDecimal itemNetWeight)
Original property name from the Odata EDM: ItemNetWeight
itemNetWeight
- Net Weight of the Itempublic void setItemWeightUnit(@Nullable String itemWeightUnit)
Original property name from the Odata EDM: ItemWeightUnit
itemWeightUnit
- Unit of Weightpublic void setItemVolume(@Nullable BigDecimal itemVolume)
Original property name from the Odata EDM: ItemVolume
itemVolume
- Volume of the itempublic void setItemVolumeUnit(@Nullable String itemVolumeUnit)
Original property name from the Odata EDM: ItemVolumeUnit
itemVolumeUnit
- Volume Unitpublic void setTransactionCurrency(@Nullable String transactionCurrency)
Original property name from the Odata EDM: TransactionCurrency
transactionCurrency
- SD Document Currencypublic void setNetAmount(@Nullable BigDecimal netAmount)
Original property name from the Odata EDM: NetAmount
netAmount
- Net Value of the Order Item in Document Currencypublic void setMaterialGroup(@Nullable String materialGroup)
Original property name from the Odata EDM: MaterialGroup
materialGroup
- Material Grouppublic void setBatch(@Nullable String batch)
Original property name from the Odata EDM: Batch
batch
- Batch Numberpublic void setIncotermsClassification(@Nullable String incotermsClassification)
Original property name from the Odata EDM: IncotermsClassification
incotermsClassification
- Incoterms (Part 1)public void setIncotermsTransferLocation(@Nullable String incotermsTransferLocation)
Original property name from the Odata EDM: IncotermsTransferLocation
incotermsTransferLocation
- Incoterms (Part 2)public void setIncotermsLocation1(@Nullable String incotermsLocation1)
Original property name from the Odata EDM: IncotermsLocation1
incotermsLocation1
- Incoterms Location 1public void setIncotermsLocation2(@Nullable String incotermsLocation2)
Original property name from the Odata EDM: IncotermsLocation2
incotermsLocation2
- Incoterms Location 2public void setCustomerPaymentTerms(@Nullable String customerPaymentTerms)
Original property name from the Odata EDM: CustomerPaymentTerms
customerPaymentTerms
- Terms of Payment Keypublic void setSalesDocumentRjcnReason(@Nullable String salesDocumentRjcnReason)
Original property name from the Odata EDM: SalesDocumentRjcnReason
salesDocumentRjcnReason
- Reason for Rejection of Sales Documentspublic void setWBSElement(@Nullable String wBSElement)
Original property name from the Odata EDM: WBSElement
wBSElement
- Work Breakdown Structure Element (WBS Element)public void setSDProcessStatus(@Nullable String sDProcessStatus)
Original property name from the Odata EDM: SDProcessStatus
sDProcessStatus
- Overall Processing Status (Item)protected String getEntityCollection()
getEntityCollection
in class VdmEntity<SalesInquiryItem>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SalesInquiryItem>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SalesInquiryItem>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SalesInquiryItem>
@Nonnull public static <T> SalesInquiryItemField<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> SalesInquiryItemField<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()
getDestinationForFetch
in class VdmEntity<SalesInquiryItem>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
setServicePathForFetch
in class VdmEntity<SalesInquiryItem>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
attachToService
in class VdmEntity<SalesInquiryItem>
protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<SalesInquiryItem>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<SalesInquiryItem>
@Nonnull public List<SalesInquiryItemPartner> fetchPartner()
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.datamodel.odata.client.exception.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<SalesInquiryItemPartner> getPartnerOrFetch()
If the navigation property to_Partner of a queried SalesInquiryItem 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.datamodel.odata.client.exception.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<SalesInquiryItemPartner>> getPartnerIfPresent()
If the navigation property for an entity SalesInquiryItem 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 setPartner(@Nonnull List<SalesInquiryItemPartner> value)
If the navigation property to_Partner of a queried SalesInquiryItem 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 SalesInquiryItemPartner entities.public void addPartner(SalesInquiryItemPartner... entity)
If the navigation property to_Partner of a queried SalesInquiryItem 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 SalesInquiryItemPartner entities.@Nonnull public List<SalesInquiryItemPrcgElmnt> fetchPricingElement()
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.datamodel.odata.client.exception.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<SalesInquiryItemPrcgElmnt> getPricingElementOrFetch()
If the navigation property to_PricingElement of a queried SalesInquiryItem 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.datamodel.odata.client.exception.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<SalesInquiryItemPrcgElmnt>> getPricingElementIfPresent()
If the navigation property for an entity SalesInquiryItem 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<SalesInquiryItemPrcgElmnt> value)
If the navigation property to_PricingElement of a queried SalesInquiryItem 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 SalesInquiryItemPrcgElmnt entities.public void addPricingElement(SalesInquiryItemPrcgElmnt... entity)
If the navigation property to_PricingElement of a queried SalesInquiryItem 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 SalesInquiryItemPrcgElmnt entities.@Nullable public SalesInquiry fetchSalesInquiry()
Please note: This method will not cache or persist the query results.
null
if an entity is not associated.com.sap.cloud.sdk.datamodel.odata.client.exception.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 SalesInquiry getSalesInquiryOrFetch()
If the navigation property to_SalesInquiry of a queried SalesInquiryItem 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.datamodel.odata.client.exception.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<SalesInquiry> getSalesInquiryIfPresent()
If the navigation property for an entity SalesInquiryItem 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 setSalesInquiry(SalesInquiry value)
value
- New SalesInquiry entity.@Nonnull public static SalesInquiryItem.SalesInquiryItemBuilder builder()
@Nullable public String getSalesInquiry()
Original property name from the Odata EDM: SalesInquiry
@Nullable public String getSalesInquiryItem()
Original property name from the Odata EDM: SalesInquiryItem
@Nullable public String getHigherLevelItem()
Original property name from the Odata EDM: HigherLevelItem
@Nullable public String getSalesInquiryItemCategory()
Original property name from the Odata EDM: SalesInquiryItemCategory
@Nullable public String getSalesInquiryItemText()
Original property name from the Odata EDM: SalesInquiryItemText
@Nullable public String getPurchaseOrderByCustomer()
Original property name from the Odata EDM: PurchaseOrderByCustomer
@Nullable public String getMaterial()
Original property name from the Odata EDM: Material
@Nullable public String getMaterialByCustomer()
Original property name from the Odata EDM: MaterialByCustomer
@Nullable public BigDecimal getRequestedQuantity()
Original property name from the Odata EDM: RequestedQuantity
@Nullable public String getRequestedQuantityUnit()
Original property name from the Odata EDM: RequestedQuantityUnit
@Nullable public String getItemOrderProbabilityInPercent()
Original property name from the Odata EDM: ItemOrderProbabilityInPercent
@Nullable public String getAlternativeToItem()
Original property name from the Odata EDM: AlternativeToItem
@Nullable public BigDecimal getItemGrossWeight()
Original property name from the Odata EDM: ItemGrossWeight
@Nullable public BigDecimal getItemNetWeight()
Original property name from the Odata EDM: ItemNetWeight
@Nullable public String getItemWeightUnit()
Original property name from the Odata EDM: ItemWeightUnit
@Nullable public BigDecimal getItemVolume()
Original property name from the Odata EDM: ItemVolume
@Nullable public String getItemVolumeUnit()
Original property name from the Odata EDM: ItemVolumeUnit
@Nullable public String getTransactionCurrency()
Original property name from the Odata EDM: TransactionCurrency
@Nullable public BigDecimal getNetAmount()
Original property name from the Odata EDM: NetAmount
@Nullable public String getMaterialGroup()
Original property name from the Odata EDM: MaterialGroup
@Nullable public String getBatch()
Original property name from the Odata EDM: Batch
@Nullable public String getIncotermsClassification()
Original property name from the Odata EDM: IncotermsClassification
@Nullable public String getIncotermsTransferLocation()
Original property name from the Odata EDM: IncotermsTransferLocation
@Nullable public String getIncotermsLocation1()
Original property name from the Odata EDM: IncotermsLocation1
@Nullable public String getIncotermsLocation2()
Original property name from the Odata EDM: IncotermsLocation2
@Nullable public String getCustomerPaymentTerms()
Original property name from the Odata EDM: CustomerPaymentTerms
@Nullable public String getSalesDocumentRjcnReason()
Original property name from the Odata EDM: SalesDocumentRjcnReason
@Nullable public String getWBSElement()
Original property name from the Odata EDM: WBSElement
@Nullable public String getSDProcessStatus()
Original property name from the Odata EDM: SDProcessStatus
@Nonnull public String toString()
toString
in class VdmObject<SalesInquiryItem>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<SalesInquiryItem>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<SalesInquiryItem>
public int hashCode()
hashCode
in class VdmEntity<SalesInquiryItem>
Copyright © 2022 SAP SE. All rights reserved.