Package org.opennms.web.notification
Class NoticeQueryParms
- java.lang.Object
-
- org.opennms.web.notification.NoticeQueryParms
-
public class NoticeQueryParms extends Object
Convenience data structure for holding the arguments to an notice query.- Author:
- Lawrence Karnowski , OpenNMS
-
-
Constructor Summary
Constructors Constructor Description NoticeQueryParms()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter[]
getFilters()
Convert the internal (and useful) ArrayList filters object into an array of Filter instances.
-
-
-
Field Detail
-
sortStyle
public SortStyle sortStyle
-
ackType
public AcknowledgeType ackType
-
limit
public int limit
-
multiple
public int multiple
-
display
public String display
-
-
Method Detail
-
getFilters
public Filter[] getFilters()
Convert the internal (and useful) ArrayList filters object into an array of Filter instances.- Returns:
- an array of org$opennms$web$filter$Filter objects.
-
-