Package org.cxml

Class SubcontractingComponent


  • public class SubcontractingComponent
    extends java.lang.Object
    • 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
      • product

        protected Product product
      • productRevisionID

        protected java.lang.String productRevisionID
      • batch

        protected Batch batch
    • Constructor Detail

      • SubcontractingComponent

        public SubcontractingComponent()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 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 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 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