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 boolean
equals(Object other)
String
getComment()
CommentString
getLineItemNumber()
Line Item NumberObject
getReceived()
ReceivedObject
getRejected()
Rejectedint
hashCode()
void
setComment(String comment)
Commentvoid
setLineItemNumber(String lineItemNumber)
Line Item Numbervoid
setReceived(Object received)
Receivedvoid
setRejected(Object rejected)
RejectedString
toString()
LineItem
withComment(String comment)
LineItem
withLineItemNumber(String lineItemNumber)
LineItem
withReceived(Object received)
LineItem
withRejected(Object rejected)
-
-
-
Field Detail
-
lineItemNumber
@JsonPropertyDescription("The line item number referenced from the purchase order.") private String lineItemNumber
Line 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 received
ReceivedThe 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 rejected
RejectedThe rejected quantity or amount for line item.
-
comment
@JsonPropertyDescription("The comment associated with the line item.") private String comment
CommentThe 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.
-
-