com.jdc.util
Class Status
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.util.Status
- public class Status
- extends Object
Status is the base class for all status objects.
- Version:
- 1.0
- Author:
- Jay Damon
|
Field Summary |
static String |
ERROR
A constant that represents a status error. |
static String |
WARNING
A constant that represents a status warning. |
|
Constructor Summary |
Status()
Constructs a new Status object. |
|
Method Summary |
static void |
main(String[] args)
Unit test for class Status. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERROR
public static final String ERROR
- A constant that represents a status error.
- See Also:
- Constant Field Values
WARNING
public static final String WARNING
- A constant that represents a status warning.
- See Also:
- Constant Field Values
Status
public Status()
- Constructs a new Status object.
main
public static void main(String[] args)
- Unit test for class Status.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.