Class SolidWaste

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

public class SolidWaste
extends Waste


Field Summary
(package private)  int color
           
(package private)  int count
           
(package private)  int odor
           
 
Fields inherited from class Waste
description
 
Constructor Summary
SolidWaste(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

odor

int odor

count

int count
Constructor Detail

SolidWaste

public SolidWaste(java.lang.String s)