@Component @Scope(value="prototype") public class FilterType extends Object
| Constructor and Description |
|---|
FilterType()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Getter for displayName.
|
String |
getIcon()
Getter for icon.
|
int |
getLevel()
Getter for level.
|
String |
getName()
Getter for name.
|
void |
setDisplayName(String displayName)
Setter for displayName.
|
void |
setIcon(String icon)
Setter for icon.
|
void |
setLevel(int level)
Setter for level.
|
void |
setName(String name)
Setter for name.
|
public String getName()
public void setName(String name)
name - the name to setpublic String getIcon()
public void setIcon(String icon)
icon - the icon to setpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - the displayName to setpublic int getLevel()
public void setLevel(int level)
level - the level to setCopyright © 2019 OSIVIA. All rights reserved.