Class CustomPreference

java.lang.Object
com.priint.pubserverapi.preferences.CustomPreference

public class CustomPreference extends Object
  • Constructor Details

    • CustomPreference

      public CustomPreference()
  • Method Details

    • getKeyName

      public String getKeyName()
      Gets the name of the preference.
      Returns:
      the name of the preference
    • setKeyName

      public void setKeyName(String keyName)
      Sets the name of the preference.
      Parameters:
      keyName - the name to set
    • getValue

      public String getValue()
      Gets the value of the preference.
      Returns:
      the value of the preference
    • setValue

      public void setValue(String value)
      Sets the value of the preference.
      Parameters:
      value - the value to set