|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.reporting.EntityEntry
public class EntityEntry
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 |
---|
public EntityEntry(DocumentObject ent)
ent
- index
- Method Detail |
---|
public DocumentObject getCurrent()
public void setCurrent(DocumentObject value)
public int getIndex()
public void setIndex(int value)
public boolean fetch()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |