Package org.craftercms.studio.api.v2.dal
Class UserProperty
java.lang.Object
org.craftercms.studio.api.v2.dal.UserProperty
Holds the data for a single user property
- Since:
- 4.0.0
- Author:
- joseross
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
The key of the property -
value
The value of the property
-
-
Constructor Details
-
UserProperty
public UserProperty()
-
-
Method Details
-
getKey
-
setKey
-
getValue
-
setValue
-