Class Vendor
- java.lang.Object
-
- com.ellucian.generated.eedm.accounts_payable_invoices.v11_1_0.Vendor
-
@Generated("jsonschema2pojo") public class Vendor extends Object
VendorThe vendor associated with the invoice.
-
-
Field Summary
Fields Modifier and Type Field Description private ObjectexistingVendorExisting Vendorprivate ManualVendorDetailsmanualVendorDetailsManual Vendor Details
-
Constructor Summary
Constructors Constructor Description Vendor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetExistingVendor()Existing VendorManualVendorDetailsgetManualVendorDetails()Manual Vendor DetailsinthashCode()voidsetExistingVendor(Object existingVendor)Existing VendorvoidsetManualVendorDetails(ManualVendorDetails manualVendorDetails)Manual Vendor DetailsStringtoString()VendorwithExistingVendor(Object existingVendor)VendorwithManualVendorDetails(ManualVendorDetails manualVendorDetails)
-
-
-
Field Detail
-
existingVendor
@JsonPropertyDescription("The details associated with an existing vendor.") private Object existingVendorExisting VendorThe details associated with an existing vendor.
-
manualVendorDetails
@JsonPropertyDescription("The details associated with an undefined vendor or an override to an existing vendor\'s information.") private ManualVendorDetails manualVendorDetailsManual Vendor DetailsThe details associated with an undefined vendor or an override to an existing vendor's information.
-
-
Method Detail
-
getExistingVendor
public Object getExistingVendor()
Existing VendorThe details associated with an existing vendor.
-
setExistingVendor
public void setExistingVendor(Object existingVendor)
Existing VendorThe details associated with an existing vendor.
-
getManualVendorDetails
public ManualVendorDetails getManualVendorDetails()
Manual Vendor DetailsThe details associated with an undefined vendor or an override to an existing vendor's information.
-
setManualVendorDetails
public void setManualVendorDetails(ManualVendorDetails manualVendorDetails)
Manual Vendor DetailsThe details associated with an undefined vendor or an override to an existing vendor's information.
-
withManualVendorDetails
public Vendor withManualVendorDetails(ManualVendorDetails manualVendorDetails)
-
-