RichFaces Showcase 4.1.1-SNAPSHOT

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

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

public class InventoryVendorList
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
InventoryVendorList()
           
 
Method Summary
 long getCount()
           
 String getVendor()
           
 List<InventoryVendorItem> getVendorItems()
           
 void setVendor(String vendor)
           
 void setVendorItems(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 String getVendor()

setVendor

public void setVendor(String vendor)

getVendorItems

public List<InventoryVendorItem> getVendorItems()

setVendorItems

public void setVendorItems(List<InventoryVendorItem> vendorItems)

RichFaces Showcase 4.1.1-SNAPSHOT

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.