Richfaces Examples: Richfaces Showcase Application 4.1.0.20110910-M2

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

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

public class InventoryItem
extends InventoryVendorItem
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
InventoryItem()
           
 
Method Summary
 java.lang.String getVendor()
           
 void setVendor(java.lang.String vendor)
           
 
Methods inherited from class org.richfaces.demo.tables.model.cars.InventoryVendorItem
getActivity, getChangePrice, getChangeSearches, getDaysLive, getExposure, getInquiries, getMileage, getMileageMarket, getModel, getPrice, getPriceMarket, getPrinted, getStock, getVin, setActivity, setChangePrice, setChangeSearches, setDaysLive, setExposure, setInquiries, setMileage, setMileageMarket, setModel, setPrice, setPriceMarket, setPrinted, setStock, setVin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventoryItem

public InventoryItem()
Method Detail

getVendor

public java.lang.String getVendor()

setVendor

public void setVendor(java.lang.String vendor)

Richfaces Examples: Richfaces Showcase Application 4.1.0.20110910-M2

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