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


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

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