public class EntityPrefValue<ENTITY extends umun.iam.model.Meta,PREF extends EntityPref> extends Object
| Modifier and Type | Field and Description |
|---|---|
EntityPrefProp<ENTITY,PREF> |
additionaProperties |
PrefDataType |
dataType |
String |
displayName |
EntityPrefValidationInterface<ENTITY,PREF> |
entityPrefValidationInterface |
String |
group |
EntityPrefOptionsInterface<ENTITY> |
optionsInterface |
String |
remoteHideKey |
String |
tableName |
String |
value |
| Constructor and Description |
|---|
EntityPrefValue(String value,
String remoteHideKey,
PrefDataType dataType,
EntityPrefOptionsInterface<ENTITY> optionsInterface,
String displayName,
EntityPrefValidationInterface<ENTITY,PREF> entityPrefValidationInterface,
String group,
EntityPrefProp<ENTITY,PREF> properties) |
EntityPrefValue(String value,
String remoteHideKey,
PrefDataType dataType,
EntityPrefOptionsInterface<ENTITY> optionsInterface,
String displayName,
EntityPrefValidationInterface<ENTITY,PREF> entityPrefValidationInterface,
String group,
EntityPrefProp<ENTITY,PREF> properties,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
EntityPrefProp<ENTITY,PREF> |
getAdditionaProperties() |
Map<String,String> |
getOptions(ENTITY entity) |
Map<String,String> |
getOptions(ENTITY entity,
Map<String,String> allRequestParams) |
void |
setAdditionaProperties(EntityPrefProp<ENTITY,PREF> additionaProperties) |
public String value
public String remoteHideKey
public PrefDataType dataType
public EntityPrefOptionsInterface<ENTITY extends umun.iam.model.Meta> optionsInterface
public String displayName
public EntityPrefValidationInterface<ENTITY extends umun.iam.model.Meta,PREF extends EntityPref> entityPrefValidationInterface
public String group
public EntityPrefProp<ENTITY extends umun.iam.model.Meta,PREF extends EntityPref> additionaProperties
public String tableName
public EntityPrefValue(String value, String remoteHideKey, PrefDataType dataType, EntityPrefOptionsInterface<ENTITY> optionsInterface, String displayName, EntityPrefValidationInterface<ENTITY,PREF> entityPrefValidationInterface, String group, EntityPrefProp<ENTITY,PREF> properties)
public EntityPrefValue(String value, String remoteHideKey, PrefDataType dataType, EntityPrefOptionsInterface<ENTITY> optionsInterface, String displayName, EntityPrefValidationInterface<ENTITY,PREF> entityPrefValidationInterface, String group, EntityPrefProp<ENTITY,PREF> properties, String tableName)
public EntityPrefProp<ENTITY,PREF> getAdditionaProperties()
public void setAdditionaProperties(EntityPrefProp<ENTITY,PREF> additionaProperties)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.