Class LineItem
- java.lang.Object
-
- com.ellucian.generated.eedm.procurement_receipts.v13_0.LineItem
-
@Generated("jsonschema2pojo") public class LineItem extends Object
-
-
Constructor Summary
Constructors Constructor Description LineItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetComment()CommentStringgetLineItemNumber()Line Item NumberObjectgetReceived()ReceivedObjectgetRejected()RejectedinthashCode()voidsetComment(String comment)CommentvoidsetLineItemNumber(String lineItemNumber)Line Item NumbervoidsetReceived(Object received)ReceivedvoidsetRejected(Object rejected)RejectedStringtoString()LineItemwithComment(String comment)LineItemwithLineItemNumber(String lineItemNumber)LineItemwithReceived(Object received)LineItemwithRejected(Object rejected)
-
-
-
Field Detail
-
lineItemNumber
@JsonPropertyDescription("The line item number referenced from the purchase order.") private String lineItemNumberLine Item NumberThe line item number referenced from the purchase order. (Required)
-
received
@JsonPropertyDescription("The received quantity or amount for the line item including the rejected quantity or amount.") private Object receivedReceivedThe received quantity or amount for the line item including the rejected quantity or amount. (Required)
-
rejected
@JsonPropertyDescription("The rejected quantity or amount for line item.") private Object rejectedRejectedThe rejected quantity or amount for line item.
-
comment
@JsonPropertyDescription("The comment associated with the line item.") private String commentCommentThe comment associated with the line item.
-
-
Method Detail
-
getLineItemNumber
public String getLineItemNumber()
Line Item NumberThe line item number referenced from the purchase order. (Required)
-
setLineItemNumber
public void setLineItemNumber(String lineItemNumber)
Line Item NumberThe line item number referenced from the purchase order. (Required)
-
getReceived
public Object getReceived()
ReceivedThe received quantity or amount for the line item including the rejected quantity or amount. (Required)
-
setReceived
public void setReceived(Object received)
ReceivedThe received quantity or amount for the line item including the rejected quantity or amount. (Required)
-
getRejected
public Object getRejected()
RejectedThe rejected quantity or amount for line item.
-
setRejected
public void setRejected(Object rejected)
RejectedThe rejected quantity or amount for line item.
-
getComment
public String getComment()
CommentThe comment associated with the line item.
-
setComment
public void setComment(String comment)
CommentThe comment associated with the line item.
-
-