Package org.cxml
Class ApprovalItem
java.lang.Object
org.cxml.ApprovalItem
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the approvalStatus property.Gets the value of the comments property.Gets the value of the deviatedDate property.Gets the value of the endDate property.Gets the value of the lineNumber property.Gets the value of the quantity property.Gets the value of the reason property.Gets the value of the startDate property.Gets the value of the unitOfMeasure property.voidsetApprovalStatus(String value) Sets the value of the approvalStatus property.voidsetComments(Comments value) Sets the value of the comments property.voidsetDeviatedDate(String value) Sets the value of the deviatedDate property.voidsetEndDate(String value) Sets the value of the endDate property.voidsetLineNumber(String value) Sets the value of the lineNumber property.voidsetQuantity(String value) Sets the value of the quantity property.voidSets the value of the reason property.voidsetStartDate(String value) Sets the value of the startDate property.voidsetUnitOfMeasure(String value) Sets the value of the unitOfMeasure property.
-
Field Details
-
lineNumber
-
quantity
-
approvalStatus
-
reason
-
startDate
-
endDate
-
deviatedDate
-
unitOfMeasure
-
comments
-
-
Constructor Details
-
ApprovalItem
public ApprovalItem()
-
-
Method Details
-
getLineNumber
Gets the value of the lineNumber property.- Returns:
- possible object is
String
-
setLineNumber
Sets the value of the lineNumber property.- Parameters:
value- allowed object isString
-
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
-
getApprovalStatus
Gets the value of the approvalStatus property.- Returns:
- possible object is
String
-
setApprovalStatus
Sets the value of the approvalStatus property.- Parameters:
value- allowed object isString
-
getReason
Gets the value of the reason property.- Returns:
- possible object is
String
-
setReason
Sets the value of the reason property.- Parameters:
value- allowed object isString
-
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
String
-
setStartDate
Sets the value of the startDate property.- Parameters:
value- allowed object isString
-
getEndDate
Gets the value of the endDate property.- Returns:
- possible object is
String
-
setEndDate
Sets the value of the endDate property.- Parameters:
value- allowed object isString
-
getDeviatedDate
Gets the value of the deviatedDate property.- Returns:
- possible object is
String
-
setDeviatedDate
Sets the value of the deviatedDate 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
-
getComments
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-