public final class FormInputModel extends Object implements IClusterable
Modifier and Type | Class and Description |
---|---|
class |
FormInputModel.Line
Represents a line of text.
|
Constructor and Description |
---|
FormInputModel()
Construct.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getBooleanProperty()
Gets the booleanProperty.
|
Double |
getDoubleProperty()
Gets doubleProperty.
|
Integer |
getIntegerInRangeProperty()
Gets integerInRangeProperty.
|
Integer |
getIntegerProperty()
Gets integerProperty.
|
List<FormInputModel.Line> |
getLines()
Gets lines.
|
Integer |
getMultiply() |
String |
getNumberRadioChoice()
Gets the favoriteColor.
|
List<String> |
getNumbersCheckGroup() |
String |
getNumbersGroup() |
UsPhoneNumber |
getPhoneNumberUS() |
Set<String> |
getSiteSelection()
Gets the selectedSites.
|
String |
getStringProperty()
Gets stringProperty.
|
URL |
getUrlProperty()
Gets the urlProperty.
|
void |
setBooleanProperty(Boolean booleanProperty)
Sets the booleanProperty.
|
void |
setDoubleProperty(Double doubleProperty)
Sets doubleProperty.
|
void |
setIntegerInRangeProperty(Integer integerInRangeProperty)
Sets integerInRangeProperty.
|
void |
setIntegerProperty(Integer integerProperty)
Sets integerProperty.
|
void |
setLines(List<FormInputModel.Line> lines)
Sets lines.
|
void |
setMultiply(Integer multiply) |
void |
setNumberRadioChoice(String favoriteColor)
Sets the favoriteColor.
|
void |
setNumbersGroup(String group)
Sets the number.
|
void |
setPhoneNumberUS(UsPhoneNumber phoneNumberUS) |
void |
setSiteSelection(Set<String> selectedSites)
Sets the selectedSites.
|
void |
setStringProperty(String stringProperty)
Sets stringProperty.
|
void |
setUrlProperty(URL urlProperty)
Sets the urlProperty.
|
String |
toString() |
public Boolean getBooleanProperty()
public Double getDoubleProperty()
public Integer getIntegerInRangeProperty()
public Integer getIntegerProperty()
public List<FormInputModel.Line> getLines()
public Integer getMultiply()
public String getNumberRadioChoice()
public String getNumbersGroup()
public UsPhoneNumber getPhoneNumberUS()
public Set<String> getSiteSelection()
public String getStringProperty()
public URL getUrlProperty()
public void setBooleanProperty(Boolean booleanProperty)
booleanProperty
- booleanPropertypublic void setDoubleProperty(Double doubleProperty)
doubleProperty
- doublePropertypublic void setIntegerInRangeProperty(Integer integerInRangeProperty)
integerInRangeProperty
- integerInRangePropertypublic void setIntegerProperty(Integer integerProperty)
integerProperty
- integerPropertypublic void setLines(List<FormInputModel.Line> lines)
lines
- linespublic void setMultiply(Integer multiply)
multiply
- the multiply to setpublic void setNumberRadioChoice(String favoriteColor)
favoriteColor
- favoriteColorpublic void setNumbersGroup(String group)
group
- numberpublic void setPhoneNumberUS(UsPhoneNumber phoneNumberUS)
phoneNumberUS
- the phoneNumberUS to setpublic void setSiteSelection(Set<String> selectedSites)
selectedSites
- selectedSitespublic void setStringProperty(String stringProperty)
stringProperty
- stringPropertypublic void setUrlProperty(URL urlProperty)
urlProperty
- urlPropertypublic String toString()
toString
in class Object
Object.toString()
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.