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 Object

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


Field Summary
protected  String key
           
protected  boolean stored
           
 
Constructor Summary
StiKeyObject()
           
 
Method Summary
 String getKey()
          unically object identificator.
 boolean isStored()
          property which indicates that this object stored in the Stimulsoft Reports.Server database or not.
 void setKey(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 String key

stored

protected boolean stored
Constructor Detail

StiKeyObject

public StiKeyObject()
Method Detail

getKey

public String getKey()
unically object identificator.

Returns:
the key

setKey

public void setKey(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 © 2017 Stimulsoft. All Rights Reserved.