public class InventoryVendorList extends Object implements Serializable
| Constructor and Description |
|---|
InventoryVendorList() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
String |
getVendor() |
List<InventoryVendorItem> |
getVendorItems() |
void |
setVendor(String vendor) |
void |
setVendorItems(List<InventoryVendorItem> vendorItems) |
public long getCount()
public String getVendor()
public void setVendor(String vendor)
public List<InventoryVendorItem> getVendorItems()
public void setVendorItems(List<InventoryVendorItem> vendorItems)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.