Add the Filter to the Pod

Next we add the filter to the Pod by passing it to the PodFilter.addFilter(...) method.

Figure 1. Adding a PodFilter to a Pod
050      moviesPod.addFilter(genreFilter);