public class PickingReport extends VdmComplex<PickingReport>
Original complex type name from the Odata EDM: PickingReport
Modifier and Type | Class and Description |
---|---|
static class |
PickingReport.PickingReportBuilder |
changedOriginalFields
Constructor and Description |
---|
PickingReport() |
PickingReport(String systemMessageIdentification,
String systemMessageNumber,
String systemMessageType,
String systemMessageVariable1,
String systemMessageVariable2,
String systemMessageVariable3,
String systemMessageVariable4,
String batch,
String deliveryQuantityUnit,
BigDecimal actualDeliveryQuantity,
String deliveryDocumentItemText,
String material,
String deliveryDocumentItem,
String deliveryDocument) |
Modifier and Type | Method and Description |
---|---|
static PickingReport.PickingReportBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues) |
BigDecimal |
getActualDeliveryQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getBatch()
Constraints: Not nullable, Maximum length: 10
|
String |
getDeliveryDocument()
Constraints: Not nullable, Maximum length: 6
|
String |
getDeliveryDocumentItem()
Constraints: Not nullable, Maximum length: 6
|
String |
getDeliveryDocumentItemText()
Constraints: Not nullable, Maximum length: 40
|
String |
getDeliveryQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
protected Map<String,Object> |
getKey() |
String |
getMaterial()
Constraints: Not nullable, Maximum length: 40
|
String |
getSystemMessageIdentification()
Constraints: Not nullable, Maximum length: 20
|
String |
getSystemMessageNumber()
Constraints: Not nullable, Maximum length: 3
|
String |
getSystemMessageType()
Constraints: Not nullable, Maximum length: 1
|
String |
getSystemMessageVariable1()
Constraints: Not nullable, Maximum length: 50
|
String |
getSystemMessageVariable2()
Constraints: Not nullable, Maximum length: 50
|
String |
getSystemMessageVariable3()
Constraints: Not nullable, Maximum length: 50
|
String |
getSystemMessageVariable4()
Constraints: Not nullable, Maximum length: 50
|
Class<PickingReport> |
getType() |
int |
hashCode() |
void |
setActualDeliveryQuantity(BigDecimal actualDeliveryQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setBatch(String batch)
Constraints: Not nullable, Maximum length: 10
|
void |
setDeliveryDocument(String deliveryDocument)
Constraints: Not nullable, Maximum length: 6
|
void |
setDeliveryDocumentItem(String deliveryDocumentItem)
Constraints: Not nullable, Maximum length: 6
|
void |
setDeliveryDocumentItemText(String deliveryDocumentItemText)
Constraints: Not nullable, Maximum length: 40
|
void |
setDeliveryQuantityUnit(String deliveryQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setMaterial(String material)
Constraints: Not nullable, Maximum length: 40
|
void |
setSystemMessageIdentification(String systemMessageIdentification)
Constraints: Not nullable, Maximum length: 20
|
void |
setSystemMessageNumber(String systemMessageNumber)
Constraints: Not nullable, Maximum length: 3
|
void |
setSystemMessageType(String systemMessageType)
Constraints: Not nullable, Maximum length: 1
|
void |
setSystemMessageVariable1(String systemMessageVariable1)
Constraints: Not nullable, Maximum length: 50
|
void |
setSystemMessageVariable2(String systemMessageVariable2)
Constraints: Not nullable, Maximum length: 50
|
void |
setSystemMessageVariable3(String systemMessageVariable3)
Constraints: Not nullable, Maximum length: 50
|
void |
setSystemMessageVariable4(String systemMessageVariable4)
Constraints: Not nullable, Maximum length: 50
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public PickingReport()
public PickingReport(@Nullable String systemMessageIdentification, @Nullable String systemMessageNumber, @Nullable String systemMessageType, @Nullable String systemMessageVariable1, @Nullable String systemMessageVariable2, @Nullable String systemMessageVariable3, @Nullable String systemMessageVariable4, @Nullable String batch, @Nullable String deliveryQuantityUnit, @Nullable BigDecimal actualDeliveryQuantity, @Nullable String deliveryDocumentItemText, @Nullable String material, @Nullable String deliveryDocumentItem, @Nullable String deliveryDocument)
@Nonnull public Class<PickingReport> getType()
getType
in class VdmObject<PickingReport>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<PickingReport>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<PickingReport>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<PickingReport>
public static PickingReport.PickingReportBuilder builder()
@Nullable public String getSystemMessageIdentification()
Original property from the Odata EDM: SystemMessageIdentification
@Nullable public String getSystemMessageNumber()
Original property from the Odata EDM: SystemMessageNumber
@Nullable public String getSystemMessageType()
Original property from the Odata EDM: SystemMessageType
@Nullable public String getSystemMessageVariable1()
Original property from the Odata EDM: SystemMessageVariable1
@Nullable public String getSystemMessageVariable2()
Original property from the Odata EDM: SystemMessageVariable2
@Nullable public String getSystemMessageVariable3()
Original property from the Odata EDM: SystemMessageVariable3
@Nullable public String getSystemMessageVariable4()
Original property from the Odata EDM: SystemMessageVariable4
@Nullable public String getBatch()
Original property from the Odata EDM: Batch
@Nullable public String getDeliveryQuantityUnit()
Original property from the Odata EDM: DeliveryQuantityUnit
@Nullable public BigDecimal getActualDeliveryQuantity()
Original property from the Odata EDM: ActualDeliveryQuantity
The delivery quantity may be proposed from a sales order item. You can change the quantity in the delivery, subject to any limitations that apply to over- and underdeliveries. If the delivery does not refer to a sales order, you can enter a delivery quantity manually.
@Nullable public String getDeliveryDocumentItemText()
Original property from the Odata EDM: DeliveryDocumentItemText
Short texts are used throughout sales order processing, shipping, and billing. They also appear on printed order confirmations.The system proposes the short text from the material master record. If you have included a short text in a customer-material info record, it replaces the material master text during sales document processing. You can change the text at the item level in the sales document or during delivery processing.
@Nullable public String getMaterial()
Original property from the Odata EDM: Material
@Nullable public String getDeliveryDocumentItem()
Original property from the Odata EDM: DeliveryDocumentItem
@Nullable public String getDeliveryDocument()
Original property from the Odata EDM: DeliveryDocument
public void setSystemMessageIdentification(@Nullable String systemMessageIdentification)
Original property from the Odata EDM: SystemMessageIdentification
systemMessageIdentification
- public void setSystemMessageNumber(@Nullable String systemMessageNumber)
Original property from the Odata EDM: SystemMessageNumber
systemMessageNumber
- public void setSystemMessageType(@Nullable String systemMessageType)
Original property from the Odata EDM: SystemMessageType
systemMessageType
- public void setSystemMessageVariable1(@Nullable String systemMessageVariable1)
Original property from the Odata EDM: SystemMessageVariable1
systemMessageVariable1
- public void setSystemMessageVariable2(@Nullable String systemMessageVariable2)
Original property from the Odata EDM: SystemMessageVariable2
systemMessageVariable2
- public void setSystemMessageVariable3(@Nullable String systemMessageVariable3)
Original property from the Odata EDM: SystemMessageVariable3
systemMessageVariable3
- public void setSystemMessageVariable4(@Nullable String systemMessageVariable4)
Original property from the Odata EDM: SystemMessageVariable4
systemMessageVariable4
- public void setBatch(@Nullable String batch)
Original property from the Odata EDM: Batch
batch
- public void setDeliveryQuantityUnit(@Nullable String deliveryQuantityUnit)
Original property from the Odata EDM: DeliveryQuantityUnit
deliveryQuantityUnit
- public void setActualDeliveryQuantity(@Nullable BigDecimal actualDeliveryQuantity)
Original property from the Odata EDM: ActualDeliveryQuantity
The delivery quantity may be proposed from a sales order item. You can change the quantity in the delivery, subject to any limitations that apply to over- and underdeliveries. If the delivery does not refer to a sales order, you can enter a delivery quantity manually.
actualDeliveryQuantity
- public void setDeliveryDocumentItemText(@Nullable String deliveryDocumentItemText)
Original property from the Odata EDM: DeliveryDocumentItemText
Short texts are used throughout sales order processing, shipping, and billing. They also appear on printed order confirmations.The system proposes the short text from the material master record. If you have included a short text in a customer-material info record, it replaces the material master text during sales document processing. You can change the text at the item level in the sales document or during delivery processing.
deliveryDocumentItemText
- public void setMaterial(@Nullable String material)
Original property from the Odata EDM: Material
material
- public void setDeliveryDocumentItem(@Nullable String deliveryDocumentItem)
Original property from the Odata EDM: DeliveryDocumentItem
deliveryDocumentItem
- public void setDeliveryDocument(@Nullable String deliveryDocument)
Original property from the Odata EDM: DeliveryDocument
deliveryDocument
- public String toString()
toString
in class VdmObject<PickingReport>
public boolean equals(Object o)
equals
in class VdmObject<PickingReport>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<PickingReport>
public int hashCode()
hashCode
in class VdmObject<PickingReport>
Copyright © 2020 SAP SE. All rights reserved.