@Entity public class SystemDefaultPref extends EntityPref
| Modifier and Type | Field and Description |
|---|---|
EntityPrefCategory |
category |
String |
key |
| Constructor and Description |
|---|
SystemDefaultPref() |
SystemDefaultPref(String key,
Long categoryId,
EntityPrefCategory category,
String value,
PrefDataType datatype,
String remoteHideKey,
Map<String,String> options,
String displayName,
String group) |
| Modifier and Type | Method and Description |
|---|---|
EntityPrefCategory |
getCategory() |
Long |
getCategoryId() |
String |
getEntityName() |
String |
getKey() |
void |
setCategory(EntityPrefCategory category) |
void |
setCategoryId(Long categoryId) |
void |
setKey(String key) |
getCategoryDisplayName, getCategoryName, getDatatype, getDisplayName, getGroup, getOptions, getRemoteHideKey, getValue, setDatatype, setDisplayName, setGroup, setOptions, setRemoteHideKey, setValuepublic String key
public EntityPrefCategory category
public String getKey()
getKey in class EntityPrefpublic void setKey(String key)
setKey in class EntityPrefpublic Long getCategoryId()
getCategoryId in class EntityPrefpublic void setCategoryId(Long categoryId)
setCategoryId in class EntityPrefpublic EntityPrefCategory getCategory()
getCategory in class EntityPrefpublic void setCategory(EntityPrefCategory category)
setCategory in class EntityPrefpublic String getEntityName()
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.