Class StiDialogInfoValue

java.lang.Object
com.stimulsoft.viewer.requestfromuser.StiDialogInfoValue

public class StiDialogInfoValue extends Object
Copyright Stimulsoft
  • Field Details

  • Constructor Details

    • StiDialogInfoValue

      public StiDialogInfoValue()
    • StiDialogInfoValue

      public StiDialogInfoValue(StiVariableItem item)
    • StiDialogInfoValue

      public StiDialogInfoValue(Object key, String value)
  • Method Details

    • getString

      public String getString()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getKey

      public Object getKey()
      Returns:
      the key
    • setKey

      public void setKey(Object key)
      Parameters:
      key - the key to set
    • getValue

      public String getValue()
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Parameters:
      value - the value to set