Richfaces Examples: Richfaces Showcase Application 4.1.0.20110910-M2

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)

Richfaces Examples: Richfaces Showcase Application 4.1.0.20110910-M2

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