org.richfaces.demo.tables.model.cars
Class InventoryVendorList

java.lang.Object
  extended by org.richfaces.demo.tables.model.cars.InventoryVendorList
All Implemented Interfaces:
java.io.Serializable

public class InventoryVendorList
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
InventoryVendorList()
           
 
Method Summary
 long getCount()
           
 java.lang.String getVendor()
           
 java.util.List<InventoryVendorItem> getVendorItems()
           
 void setVendor(java.lang.String vendor)
           
 void setVendorItems(java.util.List<InventoryVendorItem> vendorItems)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventoryVendorList

public InventoryVendorList()
Method Detail

getCount

public long getCount()

getVendor

public java.lang.String getVendor()

setVendor

public void setVendor(java.lang.String vendor)

getVendorItems

public java.util.List<InventoryVendorItem> getVendorItems()

setVendorItems

public void setVendorItems(java.util.List<InventoryVendorItem> vendorItems)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.