com.stimulsoft.base.elements
Class StiKeyObject

java.lang.Object
  extended by com.stimulsoft.base.elements.StiKeyObject
Direct Known Subclasses:
StiLicenseKeyContainer

public abstract class StiKeyObject
extends java.lang.Object

This is a base class for all objects which store information. Copyright Stimulsoft


Field Summary
protected  java.lang.String key
           
protected  boolean stored
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected java.lang.String key

stored

protected boolean stored
Constructor Detail

StiKeyObject

public StiKeyObject()
Method Detail

getKey

public java.lang.String getKey()
unically object identificator.

Returns:
the key

setKey

public void setKey(java.lang.String key)
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


Copyright © 2018 Stimulsoft. All Rights Reserved.