Class UserProperty

java.lang.Object
org.craftercms.studio.api.v2.dal.UserProperty

public class UserProperty extends Object
Holds the data for a single user property
Since:
4.0.0
Author:
joseross
  • Field Details

    • key

      protected String key
      The key of the property
    • value

      protected String value
      The value of the property
  • Constructor Details

    • UserProperty

      public UserProperty()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)