distrit.testing
Class Chocolate

java.lang.Object
  |
  +--distrit.testing.Chocolate
All Implemented Interfaces:
java.io.Serializable

public class Chocolate
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Chocolate()
          Creates a new instance of Chocolate
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Chocolate

public Chocolate()
Creates a new instance of Chocolate
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object