public class AnnouncementConfiguration extends Object implements Serializable
AnnouncementConfiguration class.
| Modifier and Type | Field and Description |
|---|---|
static String |
NEWLINE
Constant
NEWLINE="System.getProperty(line.separator)" |
| Constructor and Description |
|---|
AnnouncementConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilterContent()
getFilterContent.
|
List<String> |
getFilterItems()
Getter for the field
filterItems. |
String |
getFilterType()
Getter for the field
filterType. |
void |
setFilterContent(String filterContent)
setFilterContent.
|
void |
setFilterItems(List<String> filterItems)
Setter for the field
filterItems. |
void |
setFilterItems(String[] filterArray)
Setter for the field
filterItems. |
void |
setFilterType(String filterType)
Setter for the field
filterType. |
public static final String NEWLINE
NEWLINE="System.getProperty(line.separator)"public String getFilterType()
Getter for the field filterType.
String object.public void setFilterType(String filterType)
Setter for the field filterType.
filterType - a String object.public List<String> getFilterItems()
Getter for the field filterItems.
List object.public void setFilterItems(List<String> filterItems)
Setter for the field filterItems.
filterItems - a List object.public void setFilterItems(String[] filterArray)
Setter for the field filterItems.
filterArray - an array of String objects.Copyright © 2019 Jasig, Inc.. All rights reserved.