Package org.bedework.calfacade.filter
Class ClientCollectionInfo
java.lang.Object
org.bedework.calfacade.filter.ClientCollectionInfo
- All Implemented Interfaces:
Serializable
This class allows us to apply a color to an event in the result set.
If the filter is null then a match on the path is sufficient. Otherwise an event must be passed through the filter to see if it matches.
- Author:
- Mike Douglass
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientCollectionInfo(String path, String color, int calType, org.bedework.caldav.util.filter.FilterBase filter) Create an entry for a path -
Method Summary
-
Constructor Details
-
Method Details
-
getPath
Get the path- Returns:
- String path
-
getColor
Get the calendar color property- Returns:
- String calendar color
-
getCalType
public int getCalType()Get the type- Returns:
- int type
-
getFilter
public org.bedework.caldav.util.filter.FilterBase getFilter()Get the filter - null means an unfiltered reference- Returns:
- Filter to apply
-
toString
-