Package org.cxml
Class SubcontractingComponent
java.lang.Object
org.cxml.SubcontractingComponent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBatch()Gets the value of the batch property.Gets the value of the componentID property.Gets the value of the description property.Gets the value of the materialProvisionIndicator property.Gets the value of the product property.Gets the value of the productRevisionID property.Gets the value of the quantity property.Gets the value of the requirementDate property.Gets the value of the unitOfMeasure property.voidSets the value of the batch property.voidsetComponentID(String value) Sets the value of the componentID property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the materialProvisionIndicator property.voidsetProduct(Product value) Sets the value of the product property.voidsetProductRevisionID(String value) Sets the value of the productRevisionID property.voidsetQuantity(String value) Sets the value of the quantity property.voidsetRequirementDate(String value) Sets the value of the requirementDate property.voidsetUnitOfMeasure(String value) Sets the value of the unitOfMeasure property.
-
Field Details
-
quantity
-
requirementDate
-
materialProvisionIndicator
-
componentID
-
unitOfMeasure
-
description
-
product
-
productRevisionID
-
batch
-
-
Constructor Details
-
SubcontractingComponent
public SubcontractingComponent()
-
-
Method Details
-
getQuantity
Gets the value of the quantity property.- Returns:
- possible object is
String
-
setQuantity
Sets the value of the quantity property.- Parameters:
value- allowed object isString
-
getRequirementDate
Gets the value of the requirementDate property.- Returns:
- possible object is
String
-
setRequirementDate
Sets the value of the requirementDate property.- Parameters:
value- allowed object isString
-
getMaterialProvisionIndicator
Gets the value of the materialProvisionIndicator property.- Returns:
- possible object is
String
-
setMaterialProvisionIndicator
Sets the value of the materialProvisionIndicator property.- Parameters:
value- allowed object isString
-
getComponentID
Gets the value of the componentID property.- Returns:
- possible object is
String
-
setComponentID
Sets the value of the componentID property.- Parameters:
value- allowed object isString
-
getUnitOfMeasure
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getProduct
Gets the value of the product property.- Returns:
- possible object is
Product
-
setProduct
Sets the value of the product property.- Parameters:
value- allowed object isProduct
-
getProductRevisionID
Gets the value of the productRevisionID property.- Returns:
- possible object is
String
-
setProductRevisionID
Sets the value of the productRevisionID property.- Parameters:
value- allowed object isString
-
getBatch
Gets the value of the batch property.- Returns:
- possible object is
Batch
-
setBatch
Sets the value of the batch property.- Parameters:
value- allowed object isBatch
-