com.isima.zz3.advjava.tp1.strategyandfactorymethod
Class Product1

java.lang.Object
  extended by com.isima.zz3.advjava.tp1.strategyandfactorymethod.AProduct
      extended by com.isima.zz3.advjava.tp1.strategyandfactorymethod.Product1

public class Product1
extends AProduct

Author:
brunot

Constructor Summary
Product1()
           
 
Method Summary
 
Methods inherited from class com.isima.zz3.advjava.tp1.strategyandfactorymethod.AProduct
getParameter, setParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Product1

public Product1()