JIMSCore
Class LabelEntry

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

public class LabelEntry
extends java.lang.Object


Field Summary
 int iIndex
           
 int iSection
           
 int iSectionIndex
           
 java.lang.String sName
           
 
Constructor Summary
LabelEntry(java.lang.String sName, int iSection, int iSectionIndex, int iIndex)
           
 
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

sName

public java.lang.String sName

iSection

public int iSection

iSectionIndex

public int iSectionIndex

iIndex

public int iIndex
Constructor Detail

LabelEntry

public LabelEntry(java.lang.String sName,
                  int iSection,
                  int iSectionIndex,
                  int iIndex)
Method Detail

toString

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