public class Waste extends LocationObject
| Modifier and Type | Field and Description |
|---|---|
protected static int |
wastecnt |
id, location, pcs| Constructor and Description |
|---|
Waste()
Create a new Waste.
|
Waste(Location location)
Create a new waste.
|
Waste(java.lang.String id,
Location location)
Create a new Waste.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Get a string representation of this Waste.
|
addPropertyChangeListener, clone, equals, getId, getLocation, hashCode, removePropertyChangeListener, setId, setLocationpublic Waste()
public Waste(Location location)
location - The location.public Waste(java.lang.String id,
Location location)
public java.lang.String toString()
toString in class LocationObject