public class ItemDetailRetail
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Characteristic> |
characteristic |
protected java.lang.String |
eanid |
protected java.lang.String |
europeanWasteCatalogID |
| Constructor and Description |
|---|
ItemDetailRetail() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Characteristic> |
getCharacteristic()
Gets the value of the characteristic property.
|
java.lang.String |
getEANID()
Gets the value of the eanid property.
|
java.lang.String |
getEuropeanWasteCatalogID()
Gets the value of the europeanWasteCatalogID property.
|
void |
setEANID(java.lang.String value)
Sets the value of the eanid property.
|
void |
setEuropeanWasteCatalogID(java.lang.String value)
Sets the value of the europeanWasteCatalogID property.
|
protected java.lang.String eanid
protected java.lang.String europeanWasteCatalogID
protected java.util.List<Characteristic> characteristic
public java.lang.String getEANID()
Stringpublic void setEANID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEuropeanWasteCatalogID()
Stringpublic void setEuropeanWasteCatalogID(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Characteristic> getCharacteristic()
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 characteristic property.
For example, to add a new item, do as follows:
getCharacteristic().add(newItem);
Objects of the following type(s) are allowed in the list
Characteristic
Copyright © 2018 SAP SE. All Rights Reserved.