public abstract class AbstractTestComponentWithIntegerValuesBean extends AbstractCompositeComponentTestBean
Constructor and Description |
---|
AbstractTestComponentWithIntegerValuesBean() |
Modifier and Type | Method and Description |
---|---|
Integer |
getNormalValue()
Gets the normal value.
|
Integer |
getReadonlyInputValue()
Gets the readonly value for an input item.
|
Integer |
getReadonlyOutputValue()
Gets the readonly value for an output item.
|
String |
getRequiredValue()
Gets the required value.
|
void |
setNormalValue(Integer normalValue)
Sets the normal value.
|
void |
setRequiredValue(String requiredValue)
Sets the required value.
|
getLocale, getUserSettingsBean, setUserSettingsBean
public AbstractTestComponentWithIntegerValuesBean()
public Integer getNormalValue()
public void setNormalValue(Integer normalValue)
normalValue
- The normal value.public Integer getReadonlyInputValue()
public Integer getReadonlyOutputValue()
public String getRequiredValue()
public void setRequiredValue(String requiredValue)
requiredValue
- The required value.Copyright © 2008–2018. All rights reserved.