public class Products extends Object implements com.epam.xml.common.Findable
| Constructor and Description |
|---|
Products() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
List<Product> |
getProduct()
Gets the value of the product property.
|
String |
toString() |
public List<Product> getProduct()
set method for the product property.
For example, to add a new item, do as follows:
getProduct().add(newItem);
Objects of the following type(s) are allowed in the list
Productpublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2000–2025 EPAM Systems. All rights reserved.