JIMSCore
Class DataEntry

java.lang.Object
  |
  +--JIMSCore.DataEntry

public class DataEntry
extends java.lang.Object

This is the DataEntry class.

Author:
Steve Lewis

Field Summary
 int iAddress
           
 java.lang.String sData
           
 
Constructor Summary
DataEntry(int iAddress)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

iAddress

public int iAddress

sData

public java.lang.String sData
Constructor Detail

DataEntry

public DataEntry(int iAddress)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object