|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.elements.StiKeyObject
public abstract class StiKeyObject
This is a base class for all objects which store information. Copyright Stimulsoft
Constructor Summary | |
---|---|
StiKeyObject()
|
Method Summary | |
---|---|
java.lang.String |
getKey()
unically object identificator. |
boolean |
isStored()
property which indicates that this object stored in the Stimulsoft Reports.Server database or not. |
void |
setKey(java.lang.String key)
unically object identificator. |
void |
setStored(boolean stored)
property which indicates that this object stored in the Stimulsoft Reports.Server database or not. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiKeyObject()
Method Detail |
---|
public java.lang.String getKey()
public void setKey(java.lang.String key)
key
- the key to setpublic boolean isStored()
public void setStored(boolean stored)
stored
- the stored to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |