public class PickingReport extends VdmComplex<PickingReport>
Modifier and Type | Class and Description |
---|---|
static class |
PickingReport.PickingReportBuilder |
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() |
boolean |
equals(Object o) |
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
|
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
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
@Generated(value="lombok") public PickingReport()
@ConstructorProperties(value={"systemMessageIdentification","systemMessageNumber","systemMessageType","systemMessageVariable1","systemMessageVariable2","systemMessageVariable3","systemMessageVariable4","batch","deliveryQuantityUnit","actualDeliveryQuantity","deliveryDocumentItemText","material","deliveryDocumentItem","deliveryDocument"}) @Generated(value="lombok") 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)
public Class<PickingReport> getType()
getType
in class VdmObject<PickingReport>
@Generated(value="lombok") public static PickingReport.PickingReportBuilder builder()
@Nullable @Generated(value="lombok") public String getSystemMessageIdentification()
@Nullable @Generated(value="lombok") public String getSystemMessageNumber()
@Nullable @Generated(value="lombok") public String getSystemMessageType()
@Nullable @Generated(value="lombok") public String getSystemMessageVariable1()
@Nullable @Generated(value="lombok") public String getSystemMessageVariable2()
@Nullable @Generated(value="lombok") public String getSystemMessageVariable3()
@Nullable @Generated(value="lombok") public String getSystemMessageVariable4()
@Nullable @Generated(value="lombok") public String getBatch()
@Nullable @Generated(value="lombok") public String getDeliveryQuantityUnit()
@Nullable @Generated(value="lombok") public BigDecimal getActualDeliveryQuantity()
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 @Generated(value="lombok") public String getDeliveryDocumentItemText()
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 @Generated(value="lombok") public String getMaterial()
@Nullable @Generated(value="lombok") public String getDeliveryDocumentItem()
@Nullable @Generated(value="lombok") public String getDeliveryDocument()
@Generated(value="lombok") public void setSystemMessageIdentification(@Nullable String systemMessageIdentification)
systemMessageIdentification
- @Generated(value="lombok") public void setSystemMessageNumber(@Nullable String systemMessageNumber)
systemMessageNumber
- @Generated(value="lombok") public void setSystemMessageType(@Nullable String systemMessageType)
systemMessageType
- @Generated(value="lombok") public void setSystemMessageVariable1(@Nullable String systemMessageVariable1)
systemMessageVariable1
- @Generated(value="lombok") public void setSystemMessageVariable2(@Nullable String systemMessageVariable2)
systemMessageVariable2
- @Generated(value="lombok") public void setSystemMessageVariable3(@Nullable String systemMessageVariable3)
systemMessageVariable3
- @Generated(value="lombok") public void setSystemMessageVariable4(@Nullable String systemMessageVariable4)
systemMessageVariable4
- @Generated(value="lombok") public void setBatch(@Nullable String batch)
batch
- @Generated(value="lombok") public void setDeliveryQuantityUnit(@Nullable String deliveryQuantityUnit)
deliveryQuantityUnit
- @Generated(value="lombok") public void setActualDeliveryQuantity(@Nullable BigDecimal 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
- @Generated(value="lombok") public void setDeliveryDocumentItemText(@Nullable String 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
- @Generated(value="lombok") public void setMaterial(@Nullable String material)
material
- @Generated(value="lombok") public void setDeliveryDocumentItem(@Nullable String deliveryDocumentItem)
deliveryDocumentItem
- @Generated(value="lombok") public void setDeliveryDocument(@Nullable String deliveryDocument)
deliveryDocument
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<PickingReport>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<PickingReport>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<PickingReport>
Copyright © 2018 SAP SE. All rights reserved.