Package com.stimulsoft.base.elements
Class StiKeyObject
java.lang.Object
com.stimulsoft.base.elements.StiKeyObject
- Direct Known Subclasses:
StiLicenseKeyContainer
This is a base class for all objects which store information. Copyright Stimulsoft
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()unically object identificator.booleanisStored()property which indicates that this object stored in the Stimulsoft Reports.Server database or not.voidunically object identificator.voidsetStored(boolean stored) property which indicates that this object stored in the Stimulsoft Reports.Server database or not.
-
Field Details
-
key
-
stored
protected boolean stored
-
-
Constructor Details
-
StiKeyObject
public StiKeyObject()
-
-
Method Details
-
getKey
unically object identificator.- Returns:
- the key
-
setKey
unically object identificator.- Parameters:
key- the key to set
-
isStored
public boolean isStored()property which indicates that this object stored in the Stimulsoft Reports.Server database or not.- Returns:
- the stored
-
setStored
public void setStored(boolean stored) property which indicates that this object stored in the Stimulsoft Reports.Server database or not.- Parameters:
stored- the stored to set
-