info.aduna.gee.spectacle.gee.jit
Class InternalJitEntity

java.lang.Object
  extended by info.aduna.gee.spectacle.gee.DefaultEntity
      extended by info.aduna.gee.spectacle.gee.jit.InternalJitEntity
All Implemented Interfaces:
Entity

public class InternalJitEntity
extends DefaultEntity

InternalJitEntity is used internally by Zpad server only! It knows about Entries.


Field Summary
 
Fields inherited from class info.aduna.gee.spectacle.gee.DefaultEntity
_data, _transientData, DEFAULT_DESTINATION
 
Constructor Summary
InternalJitEntity(Object id, Entry entry)
           
 
Method Summary
 Entry getEntry()
          Get the Entry.
 int getIndex()
          Get the position in section.
 Object getSection()
          Get the section.
 
Methods inherited from class info.aduna.gee.spectacle.gee.DefaultEntity
addData, addLabel, addLabels, addTransientData, equals, getData, getData, getDestination, getID, getLabels, getLabelsSize, getOpaqueLabels, getTransientData, hashCode, setData, setDestination, setLabels, setOpaqueLabels, setTransientData
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalJitEntity

public InternalJitEntity(Object id,
                         Entry entry)
Method Detail

getSection

public Object getSection()
Get the section.


getIndex

public int getIndex()
Get the position in section.


getEntry

public Entry getEntry()
Get the Entry.



Copyright © 1997-2008 Aduna. All Rights Reserved.