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

java.lang.Object
  extended by com.isima.zz3.advjava.tp1.factorymethod.Product2
All Implemented Interfaces:
IProduct

public class Product2
extends java.lang.Object
implements IProduct

Author:
brunot

Constructor Summary
Product2()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Product2

public Product2()