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, int price)
           
 
Method Summary
 String getName()
           
 int 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,
            int price)
Method Detail

getName

public String getName()

getPrice

public int getPrice()


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