Package org.cxml
Class QualityInspectionLotStock
java.lang.Object
org.cxml.QualityInspectionLotStock
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BlockedQuantityprotected NewMaterialQuantityprotected ReserveQuantityprotected ReturnQuantityprotected SampleUsageQuantityprotected ScrapQuantityprotected UnrestrictedUseQuantity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the blockedQuantity property.Gets the value of the newMaterialQuantity property.Gets the value of the reserveQuantity property.Gets the value of the returnQuantity property.Gets the value of the sampleUsageQuantity property.Gets the value of the scrapQuantity property.Gets the value of the unrestrictedUseQuantity property.voidSets the value of the blockedQuantity property.voidSets the value of the newMaterialQuantity property.voidSets the value of the reserveQuantity property.voidsetReturnQuantity(ReturnQuantity value) Sets the value of the returnQuantity property.voidSets the value of the sampleUsageQuantity property.voidsetScrapQuantity(ScrapQuantity value) Sets the value of the scrapQuantity property.voidSets the value of the unrestrictedUseQuantity property.
-
Field Details
-
unrestrictedUseQuantity
-
scrapQuantity
-
sampleUsageQuantity
-
blockedQuantity
-
newMaterialQuantity
-
reserveQuantity
-
returnQuantity
-
-
Constructor Details
-
QualityInspectionLotStock
public QualityInspectionLotStock()
-
-
Method Details
-
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
-
getScrapQuantity
Gets the value of the scrapQuantity property.- Returns:
- possible object is
ScrapQuantity
-
setScrapQuantity
Sets the value of the scrapQuantity property.- Parameters:
value- allowed object isScrapQuantity
-
getSampleUsageQuantity
Gets the value of the sampleUsageQuantity property.- Returns:
- possible object is
SampleUsageQuantity
-
setSampleUsageQuantity
Sets the value of the sampleUsageQuantity property.- Parameters:
value- allowed object isSampleUsageQuantity
-
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
-
getNewMaterialQuantity
Gets the value of the newMaterialQuantity property.- Returns:
- possible object is
NewMaterialQuantity
-
setNewMaterialQuantity
Sets the value of the newMaterialQuantity property.- Parameters:
value- allowed object isNewMaterialQuantity
-
getReserveQuantity
Gets the value of the reserveQuantity property.- Returns:
- possible object is
ReserveQuantity
-
setReserveQuantity
Sets the value of the reserveQuantity property.- Parameters:
value- allowed object isReserveQuantity
-
getReturnQuantity
Gets the value of the returnQuantity property.- Returns:
- possible object is
ReturnQuantity
-
setReturnQuantity
Sets the value of the returnQuantity property.- Parameters:
value- allowed object isReturnQuantity
-