Package org.cxml
Class SubcontractingComponent
- java.lang.Object
-
- org.cxml.SubcontractingComponent
-
public class SubcontractingComponent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Batchbatchprotected java.lang.StringcomponentIDprotected Descriptiondescriptionprotected Productproductprotected java.lang.StringproductRevisionIDprotected java.lang.Stringquantityprotected java.lang.StringrequirementDateprotected java.lang.StringunitOfMeasure
-
Constructor Summary
Constructors Constructor Description SubcontractingComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchgetBatch()Gets the value of the batch property.java.lang.StringgetComponentID()Gets the value of the componentID property.DescriptiongetDescription()Gets the value of the description property.ProductgetProduct()Gets the value of the product property.java.lang.StringgetProductRevisionID()Gets the value of the productRevisionID property.java.lang.StringgetQuantity()Gets the value of the quantity property.java.lang.StringgetRequirementDate()Gets the value of the requirementDate property.java.lang.StringgetUnitOfMeasure()Gets the value of the unitOfMeasure property.voidsetBatch(Batch value)Sets the value of the batch property.voidsetComponentID(java.lang.String value)Sets the value of the componentID property.voidsetDescription(Description value)Sets the value of the description property.voidsetProduct(Product value)Sets the value of the product property.voidsetProductRevisionID(java.lang.String value)Sets the value of the productRevisionID property.voidsetQuantity(java.lang.String value)Sets the value of the quantity property.voidsetRequirementDate(java.lang.String value)Sets the value of the requirementDate property.voidsetUnitOfMeasure(java.lang.String value)Sets the value of the unitOfMeasure property.
-
-
-
Field Detail
-
quantity
protected java.lang.String quantity
-
requirementDate
protected java.lang.String requirementDate
-
componentID
protected java.lang.String componentID
-
unitOfMeasure
protected java.lang.String unitOfMeasure
-
description
protected Description description
-
product
protected Product product
-
productRevisionID
protected java.lang.String productRevisionID
-
batch
protected Batch batch
-
-
Method Detail
-
getQuantity
public java.lang.String getQuantity()
Gets the value of the quantity property.- Returns:
- possible object is
String
-
setQuantity
public void setQuantity(java.lang.String value)
Sets the value of the quantity property.- Parameters:
value- allowed object isString
-
getRequirementDate
public java.lang.String getRequirementDate()
Gets the value of the requirementDate property.- Returns:
- possible object is
String
-
setRequirementDate
public void setRequirementDate(java.lang.String value)
Sets the value of the requirementDate property.- Parameters:
value- allowed object isString
-
getComponentID
public java.lang.String getComponentID()
Gets the value of the componentID property.- Returns:
- possible object is
String
-
setComponentID
public void setComponentID(java.lang.String value)
Sets the value of the componentID property.- Parameters:
value- allowed object isString
-
getUnitOfMeasure
public java.lang.String getUnitOfMeasure()
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
public void setUnitOfMeasure(java.lang.String value)
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getProduct
public Product getProduct()
Gets the value of the product property.- Returns:
- possible object is
Product
-
setProduct
public void setProduct(Product value)
Sets the value of the product property.- Parameters:
value- allowed object isProduct
-
getProductRevisionID
public java.lang.String getProductRevisionID()
Gets the value of the productRevisionID property.- Returns:
- possible object is
String
-
setProductRevisionID
public void setProductRevisionID(java.lang.String value)
Sets the value of the productRevisionID property.- Parameters:
value- allowed object isString
-
getBatch
public Batch getBatch()
Gets the value of the batch property.- Returns:
- possible object is
Batch
-
-