Package org.cxml

Class ApprovalItem

java.lang.Object
org.cxml.ApprovalItem

public class ApprovalItem extends Object
  • Field Details

    • lineNumber

      protected String lineNumber
    • quantity

      protected String quantity
    • approvalStatus

      protected String approvalStatus
    • reason

      protected String reason
    • startDate

      protected String startDate
    • endDate

      protected String endDate
    • deviatedDate

      protected String deviatedDate
    • unitOfMeasure

      protected String unitOfMeasure
    • comments

      protected Comments comments
  • Constructor Details

    • ApprovalItem

      public ApprovalItem()
  • Method Details

    • getLineNumber

      public String getLineNumber()
      Gets the value of the lineNumber property.
      Returns:
      possible object is String
    • setLineNumber

      public void setLineNumber(String value)
      Sets the value of the lineNumber property.
      Parameters:
      value - allowed object is String
    • 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
    • getApprovalStatus

      public String getApprovalStatus()
      Gets the value of the approvalStatus property.
      Returns:
      possible object is String
    • setApprovalStatus

      public void setApprovalStatus(String value)
      Sets the value of the approvalStatus property.
      Parameters:
      value - allowed object is String
    • getReason

      public String getReason()
      Gets the value of the reason property.
      Returns:
      possible object is String
    • setReason

      public void setReason(String value)
      Sets the value of the reason property.
      Parameters:
      value - allowed object is String
    • getStartDate

      public String getStartDate()
      Gets the value of the startDate property.
      Returns:
      possible object is String
    • setStartDate

      public void setStartDate(String value)
      Sets the value of the startDate property.
      Parameters:
      value - allowed object is String
    • getEndDate

      public String getEndDate()
      Gets the value of the endDate property.
      Returns:
      possible object is String
    • setEndDate

      public void setEndDate(String value)
      Sets the value of the endDate property.
      Parameters:
      value - allowed object is String
    • getDeviatedDate

      public String getDeviatedDate()
      Gets the value of the deviatedDate property.
      Returns:
      possible object is String
    • setDeviatedDate

      public void setDeviatedDate(String value)
      Sets the value of the deviatedDate 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
    • getComments

      public Comments getComments()
      Gets the value of the comments property.
      Returns:
      possible object is Comments
    • setComments

      public void setComments(Comments value)
      Sets the value of the comments property.
      Parameters:
      value - allowed object is Comments