Class Television

java.lang.Object
  |
  +--Television

public class Television
extends java.lang.Object

Defines objects for use in the "warehouse" project.

Version:
1.0
Author:
David Matuszek

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

Television()
Creates a televison with a randomly chosen make and screen size.

Method Detail

toString

public java.lang.String toString()
Returns a description of this television (make and screen size).

Overrides:
toString in class java.lang.Object
Returns:
A description of this television.