@Portable public class UserPreference extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
preferenceKey |
protected UserPreferencesType |
type |
| Constructor and Description |
|---|
UserPreference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPreferenceKey() |
UserPreferencesType |
getType() |
void |
setPreferenceKey(String preferenceKey) |
void |
setType(UserPreferencesType type) |
protected UserPreferencesType type
protected String preferenceKey
public UserPreferencesType getType()
public void setType(UserPreferencesType type)
public void setPreferenceKey(String preferenceKey)
public String getPreferenceKey()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.