Class StiKeyObject

java.lang.Object
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

    Fields
    Modifier and Type
    Field
    Description
    protected String
     
    protected boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    unically object identificator.
    boolean
    property which indicates that this object stored in the Stimulsoft Reports.Server database or not.
    void
    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 Details

    • key

      protected String key
    • stored

      protected boolean stored
  • Constructor Details

    • StiKeyObject

      public StiKeyObject()
  • Method Details

    • 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