org.jboss.cdi.tck.tests.inheritance.specialization.producer.method
Class Necklace

java.lang.Object
  extended by org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.Product
      extended by org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.Necklace

public class Necklace
extends Product


Constructor Summary
Necklace(int price)
           
 
Method Summary
 
Methods inherited from class org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.Product
getPrice, setPrice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Necklace

public Necklace(int price)


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