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

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

public class Product1
extends java.lang.Object
implements IProduct

Author:
brunot

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

Constructor Detail

Product1

public Product1()