Class OptionProperty

java.lang.Object
com.polarion.platform.persistence.spi.OptionProperty

public class OptionProperty extends Object
  • Constructor Details

    • OptionProperty

      public OptionProperty()
  • Method Details

    • getValue

      public String getValue()
      Returns:
      the value
    • setValue

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

      public String getKey()
      Returns:
      the key
    • setKey

      public void setKey(String key)
      Parameters:
      key - the key to set