Class BlanketPurchaseOrders
- java.lang.Object
-
- com.ellucian.generated.eedm.blanket_purchase_orders.v16_1_0.BlanketPurchaseOrders
-
@Generated("jsonschema2pojo") public class BlanketPurchaseOrders extends Object
Blanket Purchase OrdersCommercial agreements with vendors for the purchasing of commodities allowing multiple delivery dates over a period of time.
-
-
Field Summary
Fields Modifier and Type Field Description private Object
buyer
Buyerprivate Object
classification
Classificationprivate List<Comment>
comments
Commentsprivate Object
expirationDate
Expiration Dateprivate String
id
IDprivate Object
initiator
Initiatorprivate Metadata
metadata
Metadataprivate List<OrderDetail>
orderDetails
Order Detailsprivate String
orderedOn
Ordered Onprivate String
orderNumber
Order Numberprivate OverrideShippingDestination
overrideShippingDestination
Override Shipping Destinationprivate Object
paymentSource
Payment Sourceprivate Object
paymentTerms
Payment Termsprivate List<String>
referenceNumbers
Reference Numbersprivate Shipping
shipping
Shippingprivate Object
status
Statusprivate Object
submittedBy
Submitted Byprivate String
transactionDate
Transaction Dateprivate Vendor
vendor
Vendor
-
Constructor Summary
Constructors Constructor Description BlanketPurchaseOrders()
-
Method Summary
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadata
MetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the blanket purchase order.") private String id
IDThe global identifier of the blanket purchase order. (Required)
-
orderNumber
@JsonPropertyDescription("The order number generated by the finance system.") private String orderNumber
Order NumberThe order number generated by the finance system.
-
referenceNumbers
@JsonPropertyDescription("A reference number which represents the originating system\'s source document.") private List<String> referenceNumbers
Reference NumbersA reference number which represents the originating system's source document.
-
paymentSource
@JsonPropertyDescription("The source account for the blanket purchase order.") private Object paymentSource
Payment SourceThe source account for the blanket purchase order.
-
orderedOn
@JsonPropertyDescription("The date the blanket purchase order was created.") private String orderedOn
Ordered OnThe date the blanket purchase order was created. (Required)
-
transactionDate
@JsonPropertyDescription("The transaction date for the blanket purchase order. This will be the date used when entering the transactions into the general ledger.") private String transactionDate
Transaction DateThe transaction date for the blanket purchase order. This will be the date used when entering the transactions into the general ledger. (Required)
-
expirationDate
@JsonPropertyDescription("The expiration date associated with the blanket purchase order.") private Object expirationDate
Expiration DateThe expiration date associated with the blanket purchase order.
-
status
@JsonPropertyDescription("The status of the blanket purchase order.") private Object status
StatusThe status of the blanket purchase order.
-
buyer
@JsonPropertyDescription("The buyer associated with the blanket purchase order.") private Object buyer
BuyerThe buyer associated with the blanket purchase order.
-
initiator
@JsonPropertyDescription("The initiator of the blanket purchase order.") private Object initiator
InitiatorThe initiator of the blanket purchase order.
-
shipping
@JsonPropertyDescription("The shipping information associated with the blanket purchase order.") private Shipping shipping
ShippingThe shipping information associated with the blanket purchase order.
-
overrideShippingDestination
@JsonPropertyDescription("Override of the shipping information specified in the ship to destination.") private OverrideShippingDestination overrideShippingDestination
Override Shipping DestinationOverride of the shipping information specified in the ship to destination.
-
vendor
@JsonPropertyDescription("The vendor associated with the blanket purchase order.") private Vendor vendor
VendorThe vendor associated with the blanket purchase order. (Required)
-
paymentTerms
@JsonPropertyDescription("The vendor payment terms and conditions that are applicable to the blanket purchase order.") private Object paymentTerms
Payment TermsThe vendor payment terms and conditions that are applicable to the blanket purchase order.
-
classification
@JsonPropertyDescription("A user defined classification of the blanket purchase order.") private Object classification
ClassificationA user defined classification of the blanket purchase order.
-
submittedBy
@JsonPropertyDescription("The person who made the submit request for the blanket purchase order.") private Object submittedBy
Submitted ByThe person who made the submit request for the blanket purchase order.
-
comments
@JsonPropertyDescription("The comments associated with the blanket purchase order.") private List<Comment> comments
CommentsThe comments associated with the blanket purchase order.
-
orderDetails
@JsonPropertyDescription("The order details associated with the blanket purchase order.") private List<OrderDetail> orderDetails
Order DetailsThe order details associated with the blanket purchase order. (Required)
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public BlanketPurchaseOrders withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the blanket purchase order. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the blanket purchase order. (Required)
-
withId
public BlanketPurchaseOrders withId(String id)
-
getOrderNumber
public String getOrderNumber()
Order NumberThe order number generated by the finance system.
-
setOrderNumber
public void setOrderNumber(String orderNumber)
Order NumberThe order number generated by the finance system.
-
withOrderNumber
public BlanketPurchaseOrders withOrderNumber(String orderNumber)
-
getReferenceNumbers
public List<String> getReferenceNumbers()
Reference NumbersA reference number which represents the originating system's source document.
-
setReferenceNumbers
public void setReferenceNumbers(List<String> referenceNumbers)
Reference NumbersA reference number which represents the originating system's source document.
-
withReferenceNumbers
public BlanketPurchaseOrders withReferenceNumbers(List<String> referenceNumbers)
-
getPaymentSource
public Object getPaymentSource()
Payment SourceThe source account for the blanket purchase order.
-
setPaymentSource
public void setPaymentSource(Object paymentSource)
Payment SourceThe source account for the blanket purchase order.
-
withPaymentSource
public BlanketPurchaseOrders withPaymentSource(Object paymentSource)
-
getOrderedOn
public String getOrderedOn()
Ordered OnThe date the blanket purchase order was created. (Required)
-
setOrderedOn
public void setOrderedOn(String orderedOn)
Ordered OnThe date the blanket purchase order was created. (Required)
-
withOrderedOn
public BlanketPurchaseOrders withOrderedOn(String orderedOn)
-
getTransactionDate
public String getTransactionDate()
Transaction DateThe transaction date for the blanket purchase order. This will be the date used when entering the transactions into the general ledger. (Required)
-
setTransactionDate
public void setTransactionDate(String transactionDate)
Transaction DateThe transaction date for the blanket purchase order. This will be the date used when entering the transactions into the general ledger. (Required)
-
withTransactionDate
public BlanketPurchaseOrders withTransactionDate(String transactionDate)
-
getExpirationDate
public Object getExpirationDate()
Expiration DateThe expiration date associated with the blanket purchase order.
-
setExpirationDate
public void setExpirationDate(Object expirationDate)
Expiration DateThe expiration date associated with the blanket purchase order.
-
withExpirationDate
public BlanketPurchaseOrders withExpirationDate(Object expirationDate)
-
getStatus
public Object getStatus()
StatusThe status of the blanket purchase order.
-
setStatus
public void setStatus(Object status)
StatusThe status of the blanket purchase order.
-
withStatus
public BlanketPurchaseOrders withStatus(Object status)
-
getBuyer
public Object getBuyer()
BuyerThe buyer associated with the blanket purchase order.
-
setBuyer
public void setBuyer(Object buyer)
BuyerThe buyer associated with the blanket purchase order.
-
withBuyer
public BlanketPurchaseOrders withBuyer(Object buyer)
-
getInitiator
public Object getInitiator()
InitiatorThe initiator of the blanket purchase order.
-
setInitiator
public void setInitiator(Object initiator)
InitiatorThe initiator of the blanket purchase order.
-
withInitiator
public BlanketPurchaseOrders withInitiator(Object initiator)
-
getShipping
public Shipping getShipping()
ShippingThe shipping information associated with the blanket purchase order.
-
setShipping
public void setShipping(Shipping shipping)
ShippingThe shipping information associated with the blanket purchase order.
-
withShipping
public BlanketPurchaseOrders withShipping(Shipping shipping)
-
getOverrideShippingDestination
public OverrideShippingDestination getOverrideShippingDestination()
Override Shipping DestinationOverride of the shipping information specified in the ship to destination.
-
setOverrideShippingDestination
public void setOverrideShippingDestination(OverrideShippingDestination overrideShippingDestination)
Override Shipping DestinationOverride of the shipping information specified in the ship to destination.
-
withOverrideShippingDestination
public BlanketPurchaseOrders withOverrideShippingDestination(OverrideShippingDestination overrideShippingDestination)
-
getVendor
public Vendor getVendor()
VendorThe vendor associated with the blanket purchase order. (Required)
-
setVendor
public void setVendor(Vendor vendor)
VendorThe vendor associated with the blanket purchase order. (Required)
-
withVendor
public BlanketPurchaseOrders withVendor(Vendor vendor)
-
getPaymentTerms
public Object getPaymentTerms()
Payment TermsThe vendor payment terms and conditions that are applicable to the blanket purchase order.
-
setPaymentTerms
public void setPaymentTerms(Object paymentTerms)
Payment TermsThe vendor payment terms and conditions that are applicable to the blanket purchase order.
-
withPaymentTerms
public BlanketPurchaseOrders withPaymentTerms(Object paymentTerms)
-
getClassification
public Object getClassification()
ClassificationA user defined classification of the blanket purchase order.
-
setClassification
public void setClassification(Object classification)
ClassificationA user defined classification of the blanket purchase order.
-
withClassification
public BlanketPurchaseOrders withClassification(Object classification)
-
getSubmittedBy
public Object getSubmittedBy()
Submitted ByThe person who made the submit request for the blanket purchase order.
-
setSubmittedBy
public void setSubmittedBy(Object submittedBy)
Submitted ByThe person who made the submit request for the blanket purchase order.
-
withSubmittedBy
public BlanketPurchaseOrders withSubmittedBy(Object submittedBy)
-
getComments
public List<Comment> getComments()
CommentsThe comments associated with the blanket purchase order.
-
setComments
public void setComments(List<Comment> comments)
CommentsThe comments associated with the blanket purchase order.
-
withComments
public BlanketPurchaseOrders withComments(List<Comment> comments)
-
getOrderDetails
public List<OrderDetail> getOrderDetails()
Order DetailsThe order details associated with the blanket purchase order. (Required)
-
setOrderDetails
public void setOrderDetails(List<OrderDetail> orderDetails)
Order DetailsThe order details associated with the blanket purchase order. (Required)
-
withOrderDetails
public BlanketPurchaseOrders withOrderDetails(List<OrderDetail> orderDetails)
-
-