public final class EventPredicate extends Object implements org.apache.commons.collections.Predicate
Constructor and Description |
---|
EventPredicate(String campus,
String categoryId,
String eventId) |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(Object obj) |
String |
getCampus() |
String |
getCategoryId() |
String |
getEventId() |
void |
setCampus(String campus) |
void |
setCategoryId(String categoryId) |
void |
setEventId(String eventId) |
public EventPredicate(String campus, String categoryId, String eventId)
public boolean evaluate(Object obj)
evaluate
in interface org.apache.commons.collections.Predicate
public String getCategoryId()
public void setCategoryId(String categoryId)
categoryId
- the categoryId to setpublic String getEventId()
public void setEventId(String eventId)
eventId
- the eventId to setCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.