org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.enterprise
Class Product

java.lang.Object
  extended by org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.enterprise.Product
Direct Known Subclasses:
Necklace

public class Product
extends Object


Constructor Summary
Product()
           
 
Method Summary
 int getPrice()
           
 void setPrice(int price)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Product

public Product()
Method Detail

getPrice

public int getPrice()

setPrice

public void setPrice(int price)


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