java.lang.Object | +--Television
Defines objects for use in the "warehouse" project.
| Constructor Summary | |
(package private) |
Television()
Creates a televison with a randomly chosen make and screen size. |
| Method Summary | |
java.lang.String |
toString()
Returns a description of this television (make and screen size). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
Television()
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Object