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