public class ConsignmentInventory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected BlockedQuantity |
blockedQuantity |
protected IncrementQuantity |
incrementQuantity |
protected PromotionQuantity |
promotionQuantity |
protected QualityInspectionQuantity |
qualityInspectionQuantity |
protected RequiredMaximumQuantity |
requiredMaximumQuantity |
protected RequiredMinimumQuantity |
requiredMinimumQuantity |
protected StockInTransferQuantity |
stockInTransferQuantity |
protected SubcontractingStockInTransferQuantity |
subcontractingStockInTransferQuantity |
protected UnrestrictedUseQuantity |
unrestrictedUseQuantity |
| Constructor and Description |
|---|
ConsignmentInventory() |
| Modifier and Type | Method and Description |
|---|---|
BlockedQuantity |
getBlockedQuantity()
Gets the value of the blockedQuantity property.
|
IncrementQuantity |
getIncrementQuantity()
Gets the value of the incrementQuantity property.
|
PromotionQuantity |
getPromotionQuantity()
Gets the value of the promotionQuantity property.
|
QualityInspectionQuantity |
getQualityInspectionQuantity()
Gets the value of the qualityInspectionQuantity property.
|
RequiredMaximumQuantity |
getRequiredMaximumQuantity()
Gets the value of the requiredMaximumQuantity property.
|
RequiredMinimumQuantity |
getRequiredMinimumQuantity()
Gets the value of the requiredMinimumQuantity property.
|
StockInTransferQuantity |
getStockInTransferQuantity()
Gets the value of the stockInTransferQuantity property.
|
SubcontractingStockInTransferQuantity |
getSubcontractingStockInTransferQuantity()
Gets the value of the subcontractingStockInTransferQuantity property.
|
UnrestrictedUseQuantity |
getUnrestrictedUseQuantity()
Gets the value of the unrestrictedUseQuantity property.
|
void |
setBlockedQuantity(BlockedQuantity value)
Sets the value of the blockedQuantity property.
|
void |
setIncrementQuantity(IncrementQuantity value)
Sets the value of the incrementQuantity property.
|
void |
setPromotionQuantity(PromotionQuantity value)
Sets the value of the promotionQuantity property.
|
void |
setQualityInspectionQuantity(QualityInspectionQuantity value)
Sets the value of the qualityInspectionQuantity property.
|
void |
setRequiredMaximumQuantity(RequiredMaximumQuantity value)
Sets the value of the requiredMaximumQuantity property.
|
void |
setRequiredMinimumQuantity(RequiredMinimumQuantity value)
Sets the value of the requiredMinimumQuantity property.
|
void |
setStockInTransferQuantity(StockInTransferQuantity value)
Sets the value of the stockInTransferQuantity property.
|
void |
setSubcontractingStockInTransferQuantity(SubcontractingStockInTransferQuantity value)
Sets the value of the subcontractingStockInTransferQuantity property.
|
void |
setUnrestrictedUseQuantity(UnrestrictedUseQuantity value)
Sets the value of the unrestrictedUseQuantity property.
|
protected SubcontractingStockInTransferQuantity subcontractingStockInTransferQuantity
protected UnrestrictedUseQuantity unrestrictedUseQuantity
protected BlockedQuantity blockedQuantity
protected QualityInspectionQuantity qualityInspectionQuantity
protected PromotionQuantity promotionQuantity
protected StockInTransferQuantity stockInTransferQuantity
protected IncrementQuantity incrementQuantity
protected RequiredMinimumQuantity requiredMinimumQuantity
protected RequiredMaximumQuantity requiredMaximumQuantity
public SubcontractingStockInTransferQuantity getSubcontractingStockInTransferQuantity()
SubcontractingStockInTransferQuantitypublic void setSubcontractingStockInTransferQuantity(SubcontractingStockInTransferQuantity value)
value - allowed object is
SubcontractingStockInTransferQuantitypublic UnrestrictedUseQuantity getUnrestrictedUseQuantity()
UnrestrictedUseQuantitypublic void setUnrestrictedUseQuantity(UnrestrictedUseQuantity value)
value - allowed object is
UnrestrictedUseQuantitypublic BlockedQuantity getBlockedQuantity()
BlockedQuantitypublic void setBlockedQuantity(BlockedQuantity value)
value - allowed object is
BlockedQuantitypublic QualityInspectionQuantity getQualityInspectionQuantity()
QualityInspectionQuantitypublic void setQualityInspectionQuantity(QualityInspectionQuantity value)
value - allowed object is
QualityInspectionQuantitypublic PromotionQuantity getPromotionQuantity()
PromotionQuantitypublic void setPromotionQuantity(PromotionQuantity value)
value - allowed object is
PromotionQuantitypublic StockInTransferQuantity getStockInTransferQuantity()
StockInTransferQuantitypublic void setStockInTransferQuantity(StockInTransferQuantity value)
value - allowed object is
StockInTransferQuantitypublic IncrementQuantity getIncrementQuantity()
IncrementQuantitypublic void setIncrementQuantity(IncrementQuantity value)
value - allowed object is
IncrementQuantitypublic RequiredMinimumQuantity getRequiredMinimumQuantity()
RequiredMinimumQuantitypublic void setRequiredMinimumQuantity(RequiredMinimumQuantity value)
value - allowed object is
RequiredMinimumQuantitypublic RequiredMaximumQuantity getRequiredMaximumQuantity()
RequiredMaximumQuantitypublic void setRequiredMaximumQuantity(RequiredMaximumQuantity value)
value - allowed object is
RequiredMaximumQuantityCopyright © 2018 SAP SE. All Rights Reserved.