@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 String getPreferenceKey()
public void setPreferenceKey(String preferenceKey)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.