public class DataItem
extends java.lang.Object
If you want to create log events to print messages and exceptions you probably want to subclass LogEvent and use the logging facility instead.
LogEvent| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
DataItem()
Construct an empty data item. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Date | 
getDateTimeStamp()
Returns property DateTimeStamp 
 | 
long | 
getTimeStamp()
Returns property TimeStamp 
 |