|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.datastream.JRObjectResult
public class JRObjectResult
This class specify the methods of saving, restoring the report result object. The save and resotre operation are work on a stream which is used to store JReport system report result.
| Constructor Summary | |
|---|---|
JRObjectResult()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
void |
dump(java.io.PrintStream stream)
|
JRObjectResult |
dup(JRObjectResult obj)
|
JRecord |
getCalculateRecord()
Modified by ZengHong, For fit in new conditions of v8 |
Communicator |
getCommunicator()
|
java.lang.String |
getJetObjInstName()
|
int |
getLinkComm()
|
int |
getLinkCondition()
|
int |
getLinkPage()
|
int |
getObjectType()
|
Containable |
getParent()
|
java.util.Hashtable |
getProperties()
|
Propertiable |
getProperty(short propertyName)
|
Propertiable |
getPropertyByName(java.lang.String propertyName)
Get a property by specifed name. |
Propertiable |
getPropertyByName(java.lang.String propertyName,
Record record)
Get a property by specifed name and record, if the property is changed by record. |
JRecord |
getRecord()
Get the record which the object based on. |
int |
getResolution()
Get the Resolution of the printer. |
DSSection |
getSection()
|
DSTableRow |
getTableRow()
|
DSTemplatible |
getTemplate()
|
short |
getTemplateIndex()
|
java.lang.String |
getUDOName()
|
boolean |
isDirty()
|
void |
setDirty(boolean d)
|
void |
setLink(int comm,
int page,
int comparerIdx)
|
void |
setNLSManager(JFieldValueNLSManager nlsManager)
|
void |
setParent(Containable parent)
|
void |
setTemplate(DSTemplatible template)
|
void |
setTemplateIndex(short index)
|
static int |
UTFLength(java.lang.String str)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JRObjectResult()
| Method Detail |
|---|
public short getTemplateIndex()
public void setTemplateIndex(short index)
public DSTemplatible getTemplate()
public java.lang.String getJetObjInstName()
public void setTemplate(DSTemplatible template)
public void setParent(Containable parent)
public Containable getParent()
public int getObjectType()
public final java.lang.String getUDOName()
public final java.util.Hashtable getProperties()
getProperties in interface PropertySetablepublic Propertiable getPropertyByName(java.lang.String propertyName)
getPropertyByName in interface PropertySetable
public Propertiable getPropertyByName(java.lang.String propertyName,
Record record)
public final Propertiable getProperty(short propertyName)
getProperty in interface PropertySetablepublic JRecord getCalculateRecord()
public JRecord getRecord()
public int getResolution()
public Communicator getCommunicator()
public final DSSection getSection()
public final DSTableRow getTableRow()
public void dump(java.io.PrintStream stream)
public void setLink(int comm,
int page,
int comparerIdx)
public int getLinkCondition()
public int getLinkPage()
public int getLinkComm()
public java.lang.Object clone()
clone in class java.lang.Objectpublic JRObjectResult dup(JRObjectResult obj)
public void setDirty(boolean d)
public boolean isDirty()
public static int UTFLength(java.lang.String str)
public void setNLSManager(JFieldValueNLSManager nlsManager)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||