Class Quote

java.lang.Object
  |
  +--Quote

public class Quote
extends java.lang.Object

Represents a single quotation.


Constructor Summary
Quote(java.lang.String s)
          Creates a new quote, given a string
 
Method Summary
 java.lang.String toString()
          Returns a string representation of the quotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Quote

public Quote(java.lang.String s)
Creates a new quote, given a string
Method Detail

toString

public java.lang.String toString()
Returns a string representation of the quotation
Overrides:
toString in class java.lang.Object