Class Vendor
- java.lang.Object
-
- com.ellucian.generated.eedm.purchase_orders.v11_2_0.Vendor
-
@Generated("jsonschema2pojo") public class Vendor extends Object
VendorThe vendor associated with the purchase order.
-
-
Field Summary
Fields Modifier and Type Field Description private Object
existingVendor
Existing Vendorprivate ManualVendorDetails
manualVendorDetails
Manual Vendor Details
-
Constructor Summary
Constructors Constructor Description Vendor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Object
getExistingVendor()
Existing VendorManualVendorDetails
getManualVendorDetails()
Manual Vendor Detailsint
hashCode()
void
setExistingVendor(Object existingVendor)
Existing Vendorvoid
setManualVendorDetails(ManualVendorDetails manualVendorDetails)
Manual Vendor DetailsString
toString()
Vendor
withExistingVendor(Object existingVendor)
Vendor
withManualVendorDetails(ManualVendorDetails manualVendorDetails)
-
-
-
Field Detail
-
existingVendor
@JsonPropertyDescription("The details associated with an existing vendor.") private Object existingVendor
Existing 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 manualVendorDetails
Manual 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)
-
-