Package org.cxml
Class ConsignmentInventory
java.lang.Object
org.cxml.ConsignmentInventory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BlockedQuantityprotected IncrementQuantityprotected PromotionQuantityprotected QualityInspectionQuantityprotected RequiredMaximumQuantityprotected RequiredMinimumQuantityprotected StockInTransferQuantityprotected SubcontractingStockInTransferQuantityprotected UnrestrictedUseQuantity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the blockedQuantity property.Gets the value of the incrementQuantity property.Gets the value of the promotionQuantity property.Gets the value of the qualityInspectionQuantity property.Gets the value of the requiredMaximumQuantity property.Gets the value of the requiredMinimumQuantity property.Gets the value of the stockInTransferQuantity property.Gets the value of the subcontractingStockInTransferQuantity property.Gets the value of the unrestrictedUseQuantity property.voidSets the value of the blockedQuantity property.voidSets the value of the incrementQuantity property.voidSets the value of the promotionQuantity property.voidSets the value of the qualityInspectionQuantity property.voidSets the value of the requiredMaximumQuantity property.voidSets the value of the requiredMinimumQuantity property.voidSets the value of the stockInTransferQuantity property.voidSets the value of the subcontractingStockInTransferQuantity property.voidSets the value of the unrestrictedUseQuantity property.
-
Field Details
-
subcontractingStockInTransferQuantity
-
unrestrictedUseQuantity
-
blockedQuantity
-
qualityInspectionQuantity
-
promotionQuantity
-
stockInTransferQuantity
-
incrementQuantity
-
requiredMinimumQuantity
-
requiredMaximumQuantity
-
-
Constructor Details
-
ConsignmentInventory
public ConsignmentInventory()
-
-
Method Details
-
getSubcontractingStockInTransferQuantity
Gets the value of the subcontractingStockInTransferQuantity property.- Returns:
- possible object is
SubcontractingStockInTransferQuantity
-
setSubcontractingStockInTransferQuantity
Sets the value of the subcontractingStockInTransferQuantity property.- Parameters:
value- allowed object isSubcontractingStockInTransferQuantity
-
getUnrestrictedUseQuantity
Gets the value of the unrestrictedUseQuantity property.- Returns:
- possible object is
UnrestrictedUseQuantity
-
setUnrestrictedUseQuantity
Sets the value of the unrestrictedUseQuantity property.- Parameters:
value- allowed object isUnrestrictedUseQuantity
-
getBlockedQuantity
Gets the value of the blockedQuantity property.- Returns:
- possible object is
BlockedQuantity
-
setBlockedQuantity
Sets the value of the blockedQuantity property.- Parameters:
value- allowed object isBlockedQuantity
-
getQualityInspectionQuantity
Gets the value of the qualityInspectionQuantity property.- Returns:
- possible object is
QualityInspectionQuantity
-
setQualityInspectionQuantity
Sets the value of the qualityInspectionQuantity property.- Parameters:
value- allowed object isQualityInspectionQuantity
-
getPromotionQuantity
Gets the value of the promotionQuantity property.- Returns:
- possible object is
PromotionQuantity
-
setPromotionQuantity
Sets the value of the promotionQuantity property.- Parameters:
value- allowed object isPromotionQuantity
-
getStockInTransferQuantity
Gets the value of the stockInTransferQuantity property.- Returns:
- possible object is
StockInTransferQuantity
-
setStockInTransferQuantity
Sets the value of the stockInTransferQuantity property.- Parameters:
value- allowed object isStockInTransferQuantity
-
getIncrementQuantity
Gets the value of the incrementQuantity property.- Returns:
- possible object is
IncrementQuantity
-
setIncrementQuantity
Sets the value of the incrementQuantity property.- Parameters:
value- allowed object isIncrementQuantity
-
getRequiredMinimumQuantity
Gets the value of the requiredMinimumQuantity property.- Returns:
- possible object is
RequiredMinimumQuantity
-
setRequiredMinimumQuantity
Sets the value of the requiredMinimumQuantity property.- Parameters:
value- allowed object isRequiredMinimumQuantity
-
getRequiredMaximumQuantity
Gets the value of the requiredMaximumQuantity property.- Returns:
- possible object is
RequiredMaximumQuantity
-
setRequiredMaximumQuantity
Sets the value of the requiredMaximumQuantity property.- Parameters:
value- allowed object isRequiredMaximumQuantity
-