Package org.cxml

Class SubcontractingComponent

java.lang.Object
org.cxml.SubcontractingComponent

public class SubcontractingComponent extends Object
  • Field Details

    • quantity

      protected String quantity
    • requirementDate

      protected String requirementDate
    • materialProvisionIndicator

      protected String materialProvisionIndicator
    • componentID

      protected String componentID
    • unitOfMeasure

      protected String unitOfMeasure
    • description

      protected Description description
    • product

      protected Product product
    • productRevisionID

      protected String productRevisionID
    • batch

      protected Batch batch
  • Constructor Details

    • SubcontractingComponent

      public SubcontractingComponent()
  • Method Details

    • getQuantity

      public String getQuantity()
      Gets the value of the quantity property.
      Returns:
      possible object is String
    • setQuantity

      public void setQuantity(String value)
      Sets the value of the quantity property.
      Parameters:
      value - allowed object is String
    • getRequirementDate

      public String getRequirementDate()
      Gets the value of the requirementDate property.
      Returns:
      possible object is String
    • setRequirementDate

      public void setRequirementDate(String value)
      Sets the value of the requirementDate property.
      Parameters:
      value - allowed object is String
    • getMaterialProvisionIndicator

      public String getMaterialProvisionIndicator()
      Gets the value of the materialProvisionIndicator property.
      Returns:
      possible object is String
    • setMaterialProvisionIndicator

      public void setMaterialProvisionIndicator(String value)
      Sets the value of the materialProvisionIndicator property.
      Parameters:
      value - allowed object is String
    • getComponentID

      public String getComponentID()
      Gets the value of the componentID property.
      Returns:
      possible object is String
    • setComponentID

      public void setComponentID(String value)
      Sets the value of the componentID property.
      Parameters:
      value - allowed object is String
    • getUnitOfMeasure

      public String getUnitOfMeasure()
      Gets the value of the unitOfMeasure property.
      Returns:
      possible object is String
    • setUnitOfMeasure

      public void setUnitOfMeasure(String value)
      Sets the value of the unitOfMeasure property.
      Parameters:
      value - allowed object is String
    • 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 is Description
    • 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 is Product
    • getProductRevisionID

      public String getProductRevisionID()
      Gets the value of the productRevisionID property.
      Returns:
      possible object is String
    • setProductRevisionID

      public void setProductRevisionID(String value)
      Sets the value of the productRevisionID property.
      Parameters:
      value - allowed object is String
    • getBatch

      public Batch getBatch()
      Gets the value of the batch property.
      Returns:
      possible object is Batch
    • setBatch

      public void setBatch(Batch value)
      Sets the value of the batch property.
      Parameters:
      value - allowed object is Batch