@Entity public class ViewParameterEntity extends Object
Constructor and Description |
---|
ViewParameterEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterConfig()
Get the cluster configuration id used to populate the property for this parameter through
cluster association.
|
String |
getDefaultValue()
Get the parameter default value.
|
String |
getDescription()
Get the parameter description.
|
String |
getLabel()
Get the parameter label.
|
String |
getName()
Get the parameter name.
|
String |
getPlaceholder()
Get the parameter placeholder.
|
ViewEntity |
getViewEntity()
Get the associated view entity.
|
String |
getViewName()
Get the view name.
|
boolean |
isMasked()
Determine whether or not the parameter is masked.
|
boolean |
isRequired()
Determine whether or not the parameter is required.
|
void |
setClusterConfig(String clusterConfig)
Set the cluster configuration id used to populate the property for this parameter through
cluster association.
|
void |
setDefaultValue(String defaultValue)
Set the parameter default value.
|
void |
setDescription(String description)
Set the parameter description.
|
void |
setLabel(String label)
Set the parameter label.
|
void |
setMasked(boolean masked)
Set the flag which indicate whether or not the parameter is masked
|
void |
setName(String name)
Set the parameter name.
|
void |
setPlaceholder(String placeholder)
Set the parameter placeholder.
|
void |
setRequired(boolean required)
Set the flag which indicate whether or not the parameter is required.
|
void |
setViewEntity(ViewEntity view)
Set the associated view entity.
|
void |
setViewName(String viewName)
Set the view name.
|
public String getViewName()
public void setViewName(String viewName)
viewName
- the view namepublic String getName()
public void setName(String name)
name
- the parameter namepublic String getDescription()
public void setDescription(String description)
description
- the parameter descriptionpublic boolean isRequired()
public void setRequired(boolean required)
required
- the required flag; true if the parameter is requiredpublic boolean isMasked()
public void setMasked(boolean masked)
masked
- the masked flag; true if the parameter is maskedpublic ViewEntity getViewEntity()
public void setViewEntity(ViewEntity view)
view
- the view entitypublic String getLabel()
public void setLabel(String label)
label
- the labelpublic String getPlaceholder()
public void setPlaceholder(String placeholder)
placeholder
- the placeholderpublic String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue
- the parameter default valuepublic String getClusterConfig()
public void setClusterConfig(String clusterConfig)
clusterConfig
- the cluster configuration idCopyright © 2022 Apache Software Foundation. All rights reserved.