Class TrashWaste

java.lang.Object
  |
  +--Waste
        |
        +--TrashWaste

public class TrashWaste
extends Waste


Field Summary
(package private)  int color
           
 
Fields inherited from class Waste
description
 
Constructor Summary
TrashWaste(java.lang.String s)
           
 
Methods inherited from class Waste
deposit, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

color

int color
Constructor Detail

TrashWaste

public TrashWaste(java.lang.String s)