@Entity public class NamedEntityPref extends EntityPref
| Modifier and Type | Field and Description |
|---|---|
EntityPrefCategory |
category |
String |
key |
protected NamedEntity |
namedEntity |
| Constructor and Description |
|---|
NamedEntityPref() |
NamedEntityPref(String key,
Long categoryId,
EntityPrefCategory category,
String value,
PrefDataType datatype,
String remoteHideKey,
Long namedEntityId,
NamedEntity namedEntity,
Map<String,String> options,
String displayName,
String group) |
| Modifier and Type | Method and Description |
|---|---|
EntityPrefCategory |
getCategory() |
Long |
getCategoryId() |
String |
getEntityName() |
String |
getKey() |
NamedEntity |
getNamedEntity() |
Long |
getNamedEntityId() |
void |
setCategory(EntityPrefCategory category) |
void |
setCategoryId(Long categoryId) |
void |
setKey(String key) |
void |
setNamedEntity(NamedEntity namedEntity) |
void |
setNamedEntityId(Long namedEntityId) |
getCategoryDisplayName, getCategoryName, getDatatype, getDisplayName, getGroup, getOptions, getRemoteHideKey, getValue, setDatatype, setDisplayName, setGroup, setOptions, setRemoteHideKey, setValueprotected NamedEntity namedEntity
public String key
public EntityPrefCategory category
public NamedEntityPref()
public NamedEntityPref(String key, Long categoryId, EntityPrefCategory category, String value, PrefDataType datatype, String remoteHideKey, Long namedEntityId, NamedEntity namedEntity, Map<String,String> options, String displayName, String group)
public Long getNamedEntityId()
public void setNamedEntityId(Long namedEntityId)
public NamedEntity getNamedEntity()
public void setNamedEntity(NamedEntity namedEntity)
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.