@Component @Scope(value="prototype") public class TypeSelectorForm extends Object
| Constructor and Description |
|---|
TypeSelectorForm()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Getter for label.
|
SearchType |
getType() |
List<SearchType> |
getTypes() |
void |
setLabel(String label)
Setter for label.
|
void |
setType(SearchType type) |
void |
setTypes(List<SearchType> types) |
public String getLabel()
public void setLabel(String label)
label - the label to setpublic SearchType getType()
public void setType(SearchType type)
type - public List<SearchType> getTypes()
public void setTypes(List<SearchType> types)
types - Copyright © 2023 OSIVIA. All rights reserved.