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

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

public class Product2
extends AProduct

Author:
brunot

Constructor Summary
Product2()
           
 
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

Product2

public Product2()