public abstract class StiKeyObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
key |
protected boolean |
stored |
| Constructor and Description |
|---|
StiKeyObject() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 setCopyright © 2020 Stimulsoft. All Rights Reserved.