public class SalesOrderWithoutChargeItem extends VdmEntity<SalesOrderWithoutChargeItem>
Original entity name from the Odata EDM: A_SalesOrderWithoutChargeItemType
Modifier and Type | Class and Description |
---|---|
static class |
SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder
Helper class to allow for fluent creation of SalesOrderWithoutChargeItem instances.
|
Modifier and Type | Field and Description |
---|---|
static SalesOrderWithoutChargeItemSelectable |
ALL_FIELDS
Selector for all available fields of SalesOrderWithoutChargeItem.
|
static SalesOrderWithoutChargeItemField<String> |
BATCH
Use with available fluent helpers to apply the Batch field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
DELIVERY_DATE_TYPE_RULE
Use with available fluent helpers to apply the DeliveryDateTypeRule field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
DELIVERY_PRIORITY
Use with available fluent helpers to apply the DeliveryPriority field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
DELIVERY_STATUS
Use with available fluent helpers to apply the DeliveryStatus field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
HIGHER_LEVEL_ITEM
Use with available fluent helpers to apply the HigherLevelItem field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
INCOTERMS_CLASSIFICATION
Use with available fluent helpers to apply the IncotermsClassification field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
INCOTERMS_LOCATION1
Use with available fluent helpers to apply the IncotermsLocation1 field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
INCOTERMS_LOCATION2
Use with available fluent helpers to apply the IncotermsLocation2 field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
INCOTERMS_TRANSFER_LOCATION
Use with available fluent helpers to apply the IncotermsTransferLocation field to query operations.
|
static SalesOrderWithoutChargeItemField<BigDecimal> |
ITEM_GROSS_WEIGHT
Use with available fluent helpers to apply the ItemGrossWeight field to query operations.
|
static SalesOrderWithoutChargeItemField<BigDecimal> |
ITEM_NET_WEIGHT
Use with available fluent helpers to apply the ItemNetWeight field to query operations.
|
static SalesOrderWithoutChargeItemField<BigDecimal> |
ITEM_VOLUME
Use with available fluent helpers to apply the ItemVolume field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
ITEM_VOLUME_UNIT
Use with available fluent helpers to apply the ItemVolumeUnit field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
ITEM_WEIGHT_UNIT
Use with available fluent helpers to apply the ItemWeightUnit field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
MATERIAL_BY_CUSTOMER
Use with available fluent helpers to apply the MaterialByCustomer field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
MATERIAL_GROUP
Use with available fluent helpers to apply the MaterialGroup field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
MATERIAL_PRICING_GROUP
Use with available fluent helpers to apply the MaterialPricingGroup field to query operations.
|
static SalesOrderWithoutChargeItemField<BigDecimal> |
NET_AMOUNT
Use with available fluent helpers to apply the NetAmount field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
PROFIT_CENTER
Use with available fluent helpers to apply the ProfitCenter field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
PURCHASE_ORDER_BY_CUSTOMER
Use with available fluent helpers to apply the PurchaseOrderByCustomer field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
REFERENCE_SD_DOCUMENT
Use with available fluent helpers to apply the ReferenceSDDocument field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
REFERENCE_SD_DOCUMENT_ITEM
Use with available fluent helpers to apply the ReferenceSDDocumentItem field to query operations.
|
static SalesOrderWithoutChargeItemField<BigDecimal> |
REQUESTED_QUANTITY
Use with available fluent helpers to apply the RequestedQuantity field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
REQUESTED_QUANTITY_UNIT
Use with available fluent helpers to apply the RequestedQuantityUnit field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
SALES_DOCUMENT_RJCN_REASON
Use with available fluent helpers to apply the SalesDocumentRjcnReason field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
SALES_ORDER_WITHOUT_CHARGE
Use with available fluent helpers to apply the SalesOrderWithoutCharge field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
SALES_ORDER_WITHOUT_CHARGE_ITEM
Use with available fluent helpers to apply the SalesOrderWithoutChargeItem field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
SALES_ORDER_WTHOUT_CHRG_ITEM_TEXT
Use with available fluent helpers to apply the SalesOrderWthoutChrgItemText field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
SD_PROCESS_STATUS
Use with available fluent helpers to apply the SDProcessStatus field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
SHIPPING_POINT
Use with available fluent helpers to apply the ShippingPoint field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
SHIPPING_TYPE
Use with available fluent helpers to apply the ShippingType field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
SLS_ORD_WTHOUT_CHRG_ITEM_CATEGORY
Use with available fluent helpers to apply the SlsOrdWthoutChrgItemCategory field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
STORAGE_LOCATION
Use with available fluent helpers to apply the StorageLocation field to query operations.
|
static SalesOrderWithoutChargeItemLink<SlsOrdWthoutChrgItmPartner> |
TO_PARTNER
Use with available fluent helpers to apply the to_Partner navigation property to query operations.
|
static SalesOrderWithoutChargeItemOneToOneLink<SalesOrderWithoutCharge> |
TO_SALES_ORDER_WITHOUT_CHARGE
Use with available fluent helpers to apply the to_SalesOrderWithoutCharge navigation property to query
operations.
|
static SalesOrderWithoutChargeItemLink<SlsOrdWthoutChrgSchedLine> |
TO_SCHEDULE_LINE
Use with available fluent helpers to apply the to_ScheduleLine navigation property to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
TRANSACTION_CURRENCY
Use with available fluent helpers to apply the TransactionCurrency field to query operations.
|
static SalesOrderWithoutChargeItemField<String> |
WBS_ELEMENT
Use with available fluent helpers to apply the WBSElement field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SalesOrderWithoutChargeItem() |
SalesOrderWithoutChargeItem(String salesOrderWithoutCharge,
String salesOrderWithoutChargeItem,
String higherLevelItem,
String slsOrdWthoutChrgItemCategory,
String salesOrderWthoutChrgItemText,
String purchaseOrderByCustomer,
String material,
String materialByCustomer,
BigDecimal requestedQuantity,
String requestedQuantityUnit,
BigDecimal itemGrossWeight,
BigDecimal itemNetWeight,
String itemWeightUnit,
BigDecimal itemVolume,
String itemVolumeUnit,
String transactionCurrency,
BigDecimal netAmount,
String materialGroup,
String materialPricingGroup,
String batch,
String plant,
String storageLocation,
String shippingPoint,
String shippingType,
String deliveryPriority,
String deliveryDateTypeRule,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String salesDocumentRjcnReason,
String wBSElement,
String profitCenter,
String referenceSDDocument,
String referenceSDDocumentItem,
String sDProcessStatus,
String deliveryStatus,
List<SlsOrdWthoutChrgItmPartner> toPartner,
SalesOrderWithoutCharge toSalesOrderWithoutCharge,
List<SlsOrdWthoutChrgSchedLine> toScheduleLine) |
Modifier and Type | Method and Description |
---|---|
void |
addPartner(SlsOrdWthoutChrgItmPartner... entity)
Adds elements to the list of associated SlsOrdWthoutChrgItmPartner entities.
|
void |
addScheduleLine(SlsOrdWthoutChrgSchedLine... entity)
Adds elements to the list of associated SlsOrdWthoutChrgSchedLine entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<SlsOrdWthoutChrgItmPartner> |
fetchPartner()
Fetches the SlsOrdWthoutChrgItmPartner entities (one to many) associated with this entity.
|
SalesOrderWithoutCharge |
fetchSalesOrderWithoutCharge()
Fetches the SalesOrderWithoutCharge entity (one to one) associated with this entity.
|
List<SlsOrdWthoutChrgSchedLine> |
fetchScheduleLine()
Fetches the SlsOrdWthoutChrgSchedLine entities (one to many) associated with this entity.
|
static <T> SalesOrderWithoutChargeItemField<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 |
getBatch()
Constraints: Not nullable, Maximum length: 10
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
String |
getDeliveryDateTypeRule()
Constraints: Not nullable, Maximum length: 1
|
String |
getDeliveryPriority()
Constraints: Not nullable, Maximum length: 2
|
String |
getDeliveryStatus()
Constraints: Not nullable, Maximum length: 1
|
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 |
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
|
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
|
String |
getMaterialPricingGroup()
Constraints: Not nullable, Maximum length: 2
|
BigDecimal |
getNetAmount()
Constraints: Not nullable, Precision: 16, Scale: 3
|
io.vavr.control.Option<List<SlsOrdWthoutChrgItmPartner>> |
getPartnerIfPresent()
Retrieval of associated SlsOrdWthoutChrgItmPartner entities (one to many).
|
List<SlsOrdWthoutChrgItmPartner> |
getPartnerOrFetch()
Retrieval of associated SlsOrdWthoutChrgItmPartner entities (one to many).
|
String |
getPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getProfitCenter()
Constraints: Not nullable, Maximum length: 10
|
String |
getPurchaseOrderByCustomer()
Constraints: Not nullable, Maximum length: 35
|
String |
getReferenceSDDocument()
Constraints: Not nullable, Maximum length: 10
|
String |
getReferenceSDDocumentItem()
Constraints: Not nullable, Maximum length: 6
|
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 |
getSalesOrderWithoutCharge()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
io.vavr.control.Option<SalesOrderWithoutCharge> |
getSalesOrderWithoutChargeIfPresent()
Retrieval of associated SalesOrderWithoutCharge entity (one to one).
|
String |
getSalesOrderWithoutChargeItem()
(Key Field) Constraints: Not nullable, Maximum length: 6
|
SalesOrderWithoutCharge |
getSalesOrderWithoutChargeOrFetch()
Retrieval of associated SalesOrderWithoutCharge entity (one to one).
|
String |
getSalesOrderWthoutChrgItemText()
Constraints: Not nullable, Maximum length: 40
|
io.vavr.control.Option<List<SlsOrdWthoutChrgSchedLine>> |
getScheduleLineIfPresent()
Retrieval of associated SlsOrdWthoutChrgSchedLine entities (one to many).
|
List<SlsOrdWthoutChrgSchedLine> |
getScheduleLineOrFetch()
Retrieval of associated SlsOrdWthoutChrgSchedLine entities (one to many).
|
String |
getSDProcessStatus()
Constraints: Not nullable, Maximum length: 1
|
String |
getShippingPoint()
Constraints: Not nullable, Maximum length: 4
|
String |
getShippingType()
Constraints: Not nullable, Maximum length: 2
|
String |
getSlsOrdWthoutChrgItemCategory()
Constraints: Not nullable, Maximum length: 4
|
String |
getStorageLocation()
Constraints: Not nullable, Maximum length: 4
|
String |
getTransactionCurrency()
Constraints: Not nullable, Maximum length: 5
|
Class<SalesOrderWithoutChargeItem> |
getType() |
String |
getWBSElement()
Constraints: Not nullable, Maximum length: 24
|
int |
hashCode() |
void |
setBatch(String batch)
Constraints: Not nullable, Maximum length: 10
|
void |
setDeliveryDateTypeRule(String deliveryDateTypeRule)
Constraints: Not nullable, Maximum length: 1
|
void |
setDeliveryPriority(String deliveryPriority)
Constraints: Not nullable, Maximum length: 2
|
void |
setDeliveryStatus(String deliveryStatus)
Constraints: Not nullable, Maximum length: 1
|
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 |
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 |
setMaterialPricingGroup(String materialPricingGroup)
Constraints: Not nullable, Maximum length: 2
|
void |
setNetAmount(BigDecimal netAmount)
Constraints: Not nullable, Precision: 16, Scale: 3
|
void |
setPartner(List<SlsOrdWthoutChrgItmPartner> value)
Overwrites the list of associated SlsOrdWthoutChrgItmPartner entities for the loaded navigation property
to_Partner.
|
void |
setPlant(String plant)
Constraints: Not nullable, Maximum length: 4
|
void |
setProfitCenter(String profitCenter)
Constraints: Not nullable, Maximum length: 10
|
void |
setPurchaseOrderByCustomer(String purchaseOrderByCustomer)
Constraints: Not nullable, Maximum length: 35
|
void |
setReferenceSDDocument(String referenceSDDocument)
Constraints: Not nullable, Maximum length: 10
|
void |
setReferenceSDDocumentItem(String referenceSDDocumentItem)
Constraints: Not nullable, Maximum length: 6
|
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 |
setSalesOrderWithoutCharge(SalesOrderWithoutCharge value)
Overwrites the associated SalesOrderWithoutCharge entity for the loaded navigation property
to_SalesOrderWithoutCharge.
|
void |
setSalesOrderWithoutCharge(String salesOrderWithoutCharge)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setSalesOrderWithoutChargeItem(String salesOrderWithoutChargeItem)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
void |
setSalesOrderWthoutChrgItemText(String salesOrderWthoutChrgItemText)
Constraints: Not nullable, Maximum length: 40
|
void |
setScheduleLine(List<SlsOrdWthoutChrgSchedLine> value)
Overwrites the list of associated SlsOrdWthoutChrgSchedLine entities for the loaded navigation property
to_ScheduleLine.
|
void |
setSDProcessStatus(String sDProcessStatus)
Constraints: Not nullable, Maximum length: 1
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setShippingPoint(String shippingPoint)
Constraints: Not nullable, Maximum length: 4
|
void |
setShippingType(String shippingType)
Constraints: Not nullable, Maximum length: 2
|
void |
setSlsOrdWthoutChrgItemCategory(String slsOrdWthoutChrgItemCategory)
Constraints: Not nullable, Maximum length: 4
|
void |
setStorageLocation(String storageLocation)
Constraints: Not nullable, Maximum length: 4
|
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() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SalesOrderWithoutChargeItemSelectable ALL_FIELDS
public static final SalesOrderWithoutChargeItemField<String> SALES_ORDER_WITHOUT_CHARGE
public static final SalesOrderWithoutChargeItemField<String> SALES_ORDER_WITHOUT_CHARGE_ITEM
public static final SalesOrderWithoutChargeItemField<String> HIGHER_LEVEL_ITEM
public static final SalesOrderWithoutChargeItemField<String> SLS_ORD_WTHOUT_CHRG_ITEM_CATEGORY
public static final SalesOrderWithoutChargeItemField<String> SALES_ORDER_WTHOUT_CHRG_ITEM_TEXT
public static final SalesOrderWithoutChargeItemField<String> PURCHASE_ORDER_BY_CUSTOMER
public static final SalesOrderWithoutChargeItemField<String> MATERIAL
public static final SalesOrderWithoutChargeItemField<String> MATERIAL_BY_CUSTOMER
public static final SalesOrderWithoutChargeItemField<BigDecimal> REQUESTED_QUANTITY
public static final SalesOrderWithoutChargeItemField<String> REQUESTED_QUANTITY_UNIT
public static final SalesOrderWithoutChargeItemField<BigDecimal> ITEM_GROSS_WEIGHT
public static final SalesOrderWithoutChargeItemField<BigDecimal> ITEM_NET_WEIGHT
public static final SalesOrderWithoutChargeItemField<String> ITEM_WEIGHT_UNIT
public static final SalesOrderWithoutChargeItemField<BigDecimal> ITEM_VOLUME
public static final SalesOrderWithoutChargeItemField<String> ITEM_VOLUME_UNIT
public static final SalesOrderWithoutChargeItemField<String> TRANSACTION_CURRENCY
public static final SalesOrderWithoutChargeItemField<BigDecimal> NET_AMOUNT
public static final SalesOrderWithoutChargeItemField<String> MATERIAL_GROUP
public static final SalesOrderWithoutChargeItemField<String> MATERIAL_PRICING_GROUP
public static final SalesOrderWithoutChargeItemField<String> BATCH
public static final SalesOrderWithoutChargeItemField<String> PLANT
public static final SalesOrderWithoutChargeItemField<String> STORAGE_LOCATION
public static final SalesOrderWithoutChargeItemField<String> SHIPPING_POINT
public static final SalesOrderWithoutChargeItemField<String> SHIPPING_TYPE
public static final SalesOrderWithoutChargeItemField<String> DELIVERY_PRIORITY
public static final SalesOrderWithoutChargeItemField<String> DELIVERY_DATE_TYPE_RULE
public static final SalesOrderWithoutChargeItemField<String> INCOTERMS_CLASSIFICATION
public static final SalesOrderWithoutChargeItemField<String> INCOTERMS_TRANSFER_LOCATION
public static final SalesOrderWithoutChargeItemField<String> INCOTERMS_LOCATION1
public static final SalesOrderWithoutChargeItemField<String> INCOTERMS_LOCATION2
public static final SalesOrderWithoutChargeItemField<String> SALES_DOCUMENT_RJCN_REASON
public static final SalesOrderWithoutChargeItemField<String> WBS_ELEMENT
public static final SalesOrderWithoutChargeItemField<String> PROFIT_CENTER
public static final SalesOrderWithoutChargeItemField<String> REFERENCE_SD_DOCUMENT
public static final SalesOrderWithoutChargeItemField<String> REFERENCE_SD_DOCUMENT_ITEM
public static final SalesOrderWithoutChargeItemField<String> SD_PROCESS_STATUS
public static final SalesOrderWithoutChargeItemField<String> DELIVERY_STATUS
public static final SalesOrderWithoutChargeItemLink<SlsOrdWthoutChrgItmPartner> TO_PARTNER
public static final SalesOrderWithoutChargeItemOneToOneLink<SalesOrderWithoutCharge> TO_SALES_ORDER_WITHOUT_CHARGE
public static final SalesOrderWithoutChargeItemLink<SlsOrdWthoutChrgSchedLine> TO_SCHEDULE_LINE
public SalesOrderWithoutChargeItem()
public SalesOrderWithoutChargeItem(@Nullable String salesOrderWithoutCharge, @Nullable String salesOrderWithoutChargeItem, @Nullable String higherLevelItem, @Nullable String slsOrdWthoutChrgItemCategory, @Nullable String salesOrderWthoutChrgItemText, @Nullable String purchaseOrderByCustomer, @Nullable String material, @Nullable String materialByCustomer, @Nullable BigDecimal requestedQuantity, @Nullable String requestedQuantityUnit, @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 materialPricingGroup, @Nullable String batch, @Nullable String plant, @Nullable String storageLocation, @Nullable String shippingPoint, @Nullable String shippingType, @Nullable String deliveryPriority, @Nullable String deliveryDateTypeRule, @Nullable String incotermsClassification, @Nullable String incotermsTransferLocation, @Nullable String incotermsLocation1, @Nullable String incotermsLocation2, @Nullable String salesDocumentRjcnReason, @Nullable String wBSElement, @Nullable String profitCenter, @Nullable String referenceSDDocument, @Nullable String referenceSDDocumentItem, @Nullable String sDProcessStatus, @Nullable String deliveryStatus, List<SlsOrdWthoutChrgItmPartner> toPartner, @Nullable SalesOrderWithoutCharge toSalesOrderWithoutCharge, List<SlsOrdWthoutChrgSchedLine> toScheduleLine)
@Nonnull public Class<SalesOrderWithoutChargeItem> getType()
getType
in class VdmObject<SalesOrderWithoutChargeItem>
public void setSalesOrderWithoutCharge(@Nullable String salesOrderWithoutCharge)
Original property name from the Odata EDM: SalesOrderWithoutCharge
salesOrderWithoutCharge
- Sales Documentpublic void setSalesOrderWithoutChargeItem(@Nullable String salesOrderWithoutChargeItem)
Original property name from the Odata EDM: SalesOrderWithoutChargeItem
salesOrderWithoutChargeItem
- Sales Document Itempublic void setHigherLevelItem(@Nullable String higherLevelItem)
Original property name from the Odata EDM: HigherLevelItem
higherLevelItem
- Higher-Level item in bill of material structurespublic void setSlsOrdWthoutChrgItemCategory(@Nullable String slsOrdWthoutChrgItemCategory)
Original property name from the Odata EDM: SlsOrdWthoutChrgItemCategory
slsOrdWthoutChrgItemCategory
- Sales document item categorypublic void setSalesOrderWthoutChrgItemText(@Nullable String salesOrderWthoutChrgItemText)
Original property name from the Odata EDM: SalesOrderWthoutChrgItemText
salesOrderWthoutChrgItemText
- 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
- Requested Quantity Unitpublic 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
- Weight Unitpublic 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 setMaterialPricingGroup(@Nullable String materialPricingGroup)
Original property name from the Odata EDM: MaterialPricingGroup
materialPricingGroup
- Material Price Grouppublic void setBatch(@Nullable String batch)
Original property name from the Odata EDM: Batch
batch
- Batch Numberpublic void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Plant (Own or External)public void setStorageLocation(@Nullable String storageLocation)
Original property name from the Odata EDM: StorageLocation
storageLocation
- Storage locationpublic void setShippingPoint(@Nullable String shippingPoint)
Original property name from the Odata EDM: ShippingPoint
shippingPoint
- Shipping Point / Receiving Pointpublic void setShippingType(@Nullable String shippingType)
Original property name from the Odata EDM: ShippingType
shippingType
- Shipping Typepublic void setDeliveryPriority(@Nullable String deliveryPriority)
Original property name from the Odata EDM: DeliveryPriority
deliveryPriority
- Delivery Prioritypublic void setDeliveryDateTypeRule(@Nullable String deliveryDateTypeRule)
Original property name from the Odata EDM: DeliveryDateTypeRule
deliveryDateTypeRule
- Delivery Date Rulepublic 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 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 setProfitCenter(@Nullable String profitCenter)
Original property name from the Odata EDM: ProfitCenter
profitCenter
- Profit Centerpublic void setReferenceSDDocument(@Nullable String referenceSDDocument)
Original property name from the Odata EDM: ReferenceSDDocument
referenceSDDocument
- Document number of the reference documentpublic void setReferenceSDDocumentItem(@Nullable String referenceSDDocumentItem)
Original property name from the Odata EDM: ReferenceSDDocumentItem
referenceSDDocumentItem
- Item number of the reference itempublic void setSDProcessStatus(@Nullable String sDProcessStatus)
Original property name from the Odata EDM: SDProcessStatus
sDProcessStatus
- Overall Processing Status (Item)public void setDeliveryStatus(@Nullable String deliveryStatus)
Original property name from the Odata EDM: DeliveryStatus
deliveryStatus
- Delivery Status (Item)protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<SalesOrderWithoutChargeItem>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SalesOrderWithoutChargeItem>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SalesOrderWithoutChargeItem>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SalesOrderWithoutChargeItem>
@Nonnull public static <T> SalesOrderWithoutChargeItemField<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> SalesOrderWithoutChargeItemField<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<SalesOrderWithoutChargeItem>
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<SalesOrderWithoutChargeItem>
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<SalesOrderWithoutChargeItem>
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<SalesOrderWithoutChargeItem>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<SalesOrderWithoutChargeItem>
@Nonnull public List<SlsOrdWthoutChrgItmPartner> fetchPartner() 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<SlsOrdWthoutChrgItmPartner> getPartnerOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Partner of a queried SalesOrderWithoutChargeItem 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<SlsOrdWthoutChrgItmPartner>> getPartnerIfPresent()
If the navigation property for an entity SalesOrderWithoutChargeItem 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<SlsOrdWthoutChrgItmPartner> value)
If the navigation property to_Partner of a queried SalesOrderWithoutChargeItem 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 SlsOrdWthoutChrgItmPartner entities.public void addPartner(SlsOrdWthoutChrgItmPartner... entity)
If the navigation property to_Partner of a queried SalesOrderWithoutChargeItem 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 SlsOrdWthoutChrgItmPartner entities.@Nullable public SalesOrderWithoutCharge fetchSalesOrderWithoutCharge() 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 SalesOrderWithoutCharge getSalesOrderWithoutChargeOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SalesOrderWithoutCharge of a queried SalesOrderWithoutChargeItem 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<SalesOrderWithoutCharge> getSalesOrderWithoutChargeIfPresent()
If the navigation property for an entity SalesOrderWithoutChargeItem 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 setSalesOrderWithoutCharge(SalesOrderWithoutCharge value)
value
- New SalesOrderWithoutCharge entity.@Nonnull public List<SlsOrdWthoutChrgSchedLine> fetchScheduleLine() 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<SlsOrdWthoutChrgSchedLine> getScheduleLineOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ScheduleLine of a queried SalesOrderWithoutChargeItem 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<SlsOrdWthoutChrgSchedLine>> getScheduleLineIfPresent()
If the navigation property for an entity SalesOrderWithoutChargeItem 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 setScheduleLine(@Nonnull List<SlsOrdWthoutChrgSchedLine> value)
If the navigation property to_ScheduleLine of a queried SalesOrderWithoutChargeItem 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 SlsOrdWthoutChrgSchedLine entities.public void addScheduleLine(SlsOrdWthoutChrgSchedLine... entity)
If the navigation property to_ScheduleLine of a queried SalesOrderWithoutChargeItem 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 SlsOrdWthoutChrgSchedLine entities.@Nonnull public static SalesOrderWithoutChargeItem.SalesOrderWithoutChargeItemBuilder builder()
@Nullable public String getSalesOrderWithoutCharge()
Original property name from the Odata EDM: SalesOrderWithoutCharge
@Nullable public String getSalesOrderWithoutChargeItem()
Original property name from the Odata EDM: SalesOrderWithoutChargeItem
@Nullable public String getHigherLevelItem()
Original property name from the Odata EDM: HigherLevelItem
@Nullable public String getSlsOrdWthoutChrgItemCategory()
Original property name from the Odata EDM: SlsOrdWthoutChrgItemCategory
@Nullable public String getSalesOrderWthoutChrgItemText()
Original property name from the Odata EDM: SalesOrderWthoutChrgItemText
@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 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 getMaterialPricingGroup()
Original property name from the Odata EDM: MaterialPricingGroup
@Nullable public String getBatch()
Original property name from the Odata EDM: Batch
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public String getStorageLocation()
Original property name from the Odata EDM: StorageLocation
@Nullable public String getShippingPoint()
Original property name from the Odata EDM: ShippingPoint
@Nullable public String getShippingType()
Original property name from the Odata EDM: ShippingType
@Nullable public String getDeliveryPriority()
Original property name from the Odata EDM: DeliveryPriority
@Nullable public String getDeliveryDateTypeRule()
Original property name from the Odata EDM: DeliveryDateTypeRule
@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 getSalesDocumentRjcnReason()
Original property name from the Odata EDM: SalesDocumentRjcnReason
@Nullable public String getWBSElement()
Original property name from the Odata EDM: WBSElement
@Nullable public String getProfitCenter()
Original property name from the Odata EDM: ProfitCenter
@Nullable public String getReferenceSDDocument()
Original property name from the Odata EDM: ReferenceSDDocument
@Nullable public String getReferenceSDDocumentItem()
Original property name from the Odata EDM: ReferenceSDDocumentItem
@Nullable public String getSDProcessStatus()
Original property name from the Odata EDM: SDProcessStatus
@Nullable public String getDeliveryStatus()
Original property name from the Odata EDM: DeliveryStatus
@Nonnull public String toString()
toString
in class VdmObject<SalesOrderWithoutChargeItem>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<SalesOrderWithoutChargeItem>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<SalesOrderWithoutChargeItem>
public int hashCode()
hashCode
in class VdmObject<SalesOrderWithoutChargeItem>
Copyright © 2021 SAP SE. All rights reserved.