com.spire.doc.reporting
Class EntityEntry

java.lang.Object
  extended by com.spire.doc.reporting.EntityEntry

public class EntityEntry
extends java.lang.Object

the document objectEntry class maintains the Entries of Entity class.


Constructor Summary
EntityEntry(DocumentObject ent)
          The base class for DLS entities.
 
Method Summary
 boolean fetch()
          Fetches the entries element.
 DocumentObject getCurrent()
          Current entity.
 int getIndex()
          Index value.
 void setCurrent(DocumentObject value)
          Current entity.
 void setIndex(int value)
          Index value.
 

Constructor Detail

EntityEntry

public EntityEntry(DocumentObject ent)
The base class for DLS entities.

Parameters:
ent -
index -
Method Detail

getCurrent

public DocumentObject getCurrent()
Current entity.


setCurrent

public void setCurrent(DocumentObject value)
Current entity.


getIndex

public int getIndex()
Index value.


setIndex

public void setIndex(int value)
Index value.


fetch

public boolean fetch()
Fetches the entries element.

Returns:
if contains entry, it will return true. Otherwise, it returns false.