@Component @Scope(value="prototype") public class ScopeSelectorForm extends Object
| Constructor and Description |
|---|
ScopeSelectorForm()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Getter for label.
|
SearchScope |
getScope()
Getter for scope.
|
List<SearchScope> |
getScopes()
Getter for scopes.
|
void |
setLabel(String label)
Setter for label.
|
void |
setScope(SearchScope scope)
Setter for scope.
|
void |
setScopes(List<SearchScope> scopes)
Setter for scopes.
|
public String getLabel()
public void setLabel(String label)
label - the label to setpublic SearchScope getScope()
public void setScope(SearchScope scope)
scope - the scope to setpublic List<SearchScope> getScopes()
public void setScopes(List<SearchScope> scopes)
scopes - the scopes to setCopyright © 2020 OSIVIA. All rights reserved.