public class EntityPrefImpl extends EntityPref
| Modifier and Type | Field and Description |
|---|---|
EntityPrefCategory |
category |
Long |
categoryId |
String |
entityName |
String |
key |
| Constructor and Description |
|---|
EntityPrefImpl() |
| Modifier and Type | Method and Description |
|---|---|
EntityPrefCategory |
getCategory() |
Long |
getCategoryId() |
String |
getDisplayName() |
String |
getEntityName() |
String |
getGroup() |
String |
getKey() |
String |
getValue() |
void |
setCategory(EntityPrefCategory category) |
void |
setCategoryId(Long categoryId) |
void |
setDisplayName(String displayName) |
void |
setEntityName(String entityName) |
void |
setGroup(String group) |
void |
setKey(String key) |
void |
setValue(String value) |
getCategoryDisplayName, getCategoryName, getDatatype, getOptions, getRemoteHideKey, setDatatype, setOptions, setRemoteHideKeypublic String entityName
public String key
public Long categoryId
public EntityPrefCategory category
public String getDisplayName()
getDisplayName in class EntityPrefpublic void setDisplayName(String displayName)
setDisplayName in class EntityPrefpublic String getValue()
getValue in class EntityPrefpublic void setValue(String value)
setValue in class EntityPrefpublic String getGroup()
getGroup in class EntityPrefpublic void setGroup(String group)
setGroup in class EntityPrefpublic String getEntityName()
public void setEntityName(String entityName)
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 EntityPrefCopyright © 2022 Pivotal Software, Inc.. All rights reserved.