org.richfaces.demo.tables.model.cars
Class InventoryVendorList
java.lang.Object
org.richfaces.demo.tables.model.cars.InventoryVendorList
- All Implemented Interfaces:
- Serializable
public class InventoryVendorList
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InventoryVendorList
public InventoryVendorList()
getCount
public long getCount()
getVendor
public String getVendor()
setVendor
public void setVendor(String vendor)
getVendorItems
public List<InventoryVendorItem> getVendorItems()
setVendorItems
public void setVendorItems(List<InventoryVendorItem> vendorItems)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.