Class ManualVendorDetail
- java.lang.Object
-
- com.ellucian.generated.eedm.purchase_orders.v10_0.ManualVendorDetail
-
@Generated("jsonschema2pojo") public class ManualVendorDetail extends Object
Manual Vendor DetailThe detail associated with an undefined vendor or an override to an existing vendor's information.
-
-
Field Summary
Fields Modifier and Type Field Description private List<String>addressLinesAddress Linesprivate Contact__1contactContactprivate StringnameNameprivate PlaceplacePlace
-
Constructor Summary
Constructors Constructor Description ManualVendorDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)List<String>getAddressLines()Address LinesContact__1getContact()ContactStringgetName()NamePlacegetPlace()PlaceinthashCode()voidsetAddressLines(List<String> addressLines)Address LinesvoidsetContact(Contact__1 contact)ContactvoidsetName(String name)NamevoidsetPlace(Place place)PlaceStringtoString()ManualVendorDetailwithAddressLines(List<String> addressLines)ManualVendorDetailwithContact(Contact__1 contact)ManualVendorDetailwithName(String name)ManualVendorDetailwithPlace(Place place)
-
-
-
Field Detail
-
name
@JsonPropertyDescription("The name of the vendor.") private String nameNameThe name of the vendor.
-
addressLines
@JsonPropertyDescription("The address lines of the vendor\'s location, such as a street address or post office box number, city, region, and postal code.") private List<String> addressLinesAddress LinesThe address lines of the vendor's location, such as a street address or post office box number, city, region, and postal code.
-
place
@JsonPropertyDescription("A country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes.") private Place placePlaceA country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes.
-
contact
@JsonPropertyDescription("The contact for the vendor.") private Contact__1 contactContactThe contact for the vendor.
-
-
Method Detail
-
getName
public String getName()
NameThe name of the vendor.
-
setName
public void setName(String name)
NameThe name of the vendor.
-
withName
public ManualVendorDetail withName(String name)
-
getAddressLines
public List<String> getAddressLines()
Address LinesThe address lines of the vendor's location, such as a street address or post office box number, city, region, and postal code.
-
setAddressLines
public void setAddressLines(List<String> addressLines)
Address LinesThe address lines of the vendor's location, such as a street address or post office box number, city, region, and postal code.
-
withAddressLines
public ManualVendorDetail withAddressLines(List<String> addressLines)
-
getPlace
public Place getPlace()
PlaceA country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes.
-
setPlace
public void setPlace(Place place)
PlaceA country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes.
-
withPlace
public ManualVendorDetail withPlace(Place place)
-
getContact
public Contact__1 getContact()
ContactThe contact for the vendor.
-
setContact
public void setContact(Contact__1 contact)
ContactThe contact for the vendor.
-
withContact
public ManualVendorDetail withContact(Contact__1 contact)
-
-