org.jboss.cdi.tck.tests.event.fires
Class Item

java.lang.Object
  extended by org.jboss.cdi.tck.tests.event.fires.Item
Direct Known Subclasses:
Item_Illegal

public class Item
extends Object


Constructor Summary
Item(String name, double price)
           
 
Method Summary
 String getName()
           
 double getPrice()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

public Item(String name,
            double price)
Method Detail

getName

public String getName()

getPrice

public double getPrice()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.