Method Summary |
|
public Object | clone() Returns the clone of the object. |
public String | getAssociatedJob() Returns the associated job. |
public boolean | getCleanupFlag() Returns boolean indicating whether the space denoted is the amount cleaned
or not. |
public Date | getDate() Returns the time at which Space was record. |
public float | getSize() Returns the size in the units associated with it. |
public float | getSize(char u) Returns the size in particular unit.
Parameters: u - the unit. |
public char | getUnits() Returns the units associated with the size. |
public void | setAssociatedJob(String job) Sets the associated job for which the reading was taken. |
public void | setCleanupFlag(boolean cleanup) Sets boolean indicating that space denoted is the amount cleaned. |
public void | setSize(float size, char unit) Sets the size. |
public void | setSize(String size) Sets the size. |
public String | toString() |
public boolean | validUnit(char c) |