public class BirtParameterBean extends Object implements Serializable
| Constructor and Description |
|---|
BirtParameterBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getControlType() |
int |
getDataType() |
String |
getDefaultValue() |
String |
getFormat() |
String |
getHelp() |
String |
getInputParameterText() |
String |
getName() |
String |
getParameterValueCode() |
String |
getPromptText() |
HashMap |
getValues() |
boolean |
isHidden() |
boolean |
isRequired() |
void |
setControlType(int controlType) |
void |
setDataType(int dataType) |
void |
setDefaultValue(String defaultValue) |
void |
setFormat(String format) |
void |
setHelp(String help) |
void |
setHidden(boolean hidden) |
void |
setInputParameterText(String inputParameterText) |
void |
setName(String name) |
void |
setParameterValueCode(String parameterValueCode) |
void |
setPromptText(String promptText) |
void |
setRequired(boolean required) |
void |
setValues(HashMap values) |
public String getName()
public void setName(String name)
name - the name to setpublic String getPromptText()
public void setPromptText(String promptText)
promptText - the promptText to setpublic String getHelp()
public void setHelp(String help)
help - the help to setpublic String getFormat()
public void setFormat(String format)
format - the format to setpublic int getDataType()
public void setDataType(int dataType)
dataType - the dataType to setpublic HashMap getValues()
public void setValues(HashMap values)
values - the values to setpublic String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue - the defaultValue to setpublic int getControlType()
public void setControlType(int controlType)
controlType - the controlType to setpublic boolean isHidden()
public void setHidden(boolean hidden)
hidden - the hidden to setpublic boolean isRequired()
public void setRequired(boolean required)
allowBlank - the allowBlank to setpublic String getParameterValueCode()
public void setParameterValueCode(String parameterValueCode)
parameterValueCode - the parameterValueCode to setpublic void setInputParameterText(String inputParameterText)
public String getInputParameterText()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.