public class Supplier
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Comments |
comments |
protected java.lang.String |
corporateURL |
protected Name |
name |
protected java.lang.String |
storeFrontURL |
protected java.util.List<SupplierID> |
supplierID |
protected java.util.List<SupplierLocation> |
supplierLocation |
| Constructor and Description |
|---|
Supplier() |
| Modifier and Type | Method and Description |
|---|---|
Comments |
getComments()
Gets the value of the comments property.
|
java.lang.String |
getCorporateURL()
Gets the value of the corporateURL property.
|
Name |
getName()
Gets the value of the name property.
|
java.lang.String |
getStoreFrontURL()
Gets the value of the storeFrontURL property.
|
java.util.List<SupplierID> |
getSupplierID()
Gets the value of the supplierID property.
|
java.util.List<SupplierLocation> |
getSupplierLocation()
Gets the value of the supplierLocation property.
|
void |
setComments(Comments value)
Sets the value of the comments property.
|
void |
setCorporateURL(java.lang.String value)
Sets the value of the corporateURL property.
|
void |
setName(Name value)
Sets the value of the name property.
|
void |
setStoreFrontURL(java.lang.String value)
Sets the value of the storeFrontURL property.
|
protected java.lang.String corporateURL
protected java.lang.String storeFrontURL
protected Name name
protected Comments comments
protected java.util.List<SupplierID> supplierID
protected java.util.List<SupplierLocation> supplierLocation
public java.lang.String getCorporateURL()
Stringpublic void setCorporateURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStoreFrontURL()
Stringpublic void setStoreFrontURL(java.lang.String value)
value - allowed object is
Stringpublic void setName(Name value)
value - allowed object is
Namepublic Comments getComments()
Commentspublic void setComments(Comments value)
value - allowed object is
Commentspublic java.util.List<SupplierID> getSupplierID()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the supplierID property.
For example, to add a new item, do as follows:
getSupplierID().add(newItem);
Objects of the following type(s) are allowed in the list
SupplierID
public java.util.List<SupplierLocation> getSupplierLocation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the supplierLocation property.
For example, to add a new item, do as follows:
getSupplierLocation().add(newItem);
Objects of the following type(s) are allowed in the list
SupplierLocation
Copyright © 2018 SAP SE. All Rights Reserved.