org.jboss.cdi.tck.tests.inheritance.specialization.producer.method
Class Product
java.lang.Object
org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.Product
- Direct Known Subclasses:
- Necklace
public class Product
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Product
public Product()
getPrice
public int getPrice()
setPrice
public void setPrice(int price)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.