public class ExpressionResultCacheEntryBeanAndCollBean extends Object
Constructor and Description |
---|
ExpressionResultCacheEntryBeanAndCollBean(EventBean reference,
Collection<EventBean> result) |
Modifier and Type | Method and Description |
---|---|
EventBean |
getReference() |
Collection<EventBean> |
getResult() |
void |
setReference(EventBean reference) |
void |
setResult(Collection<EventBean> result) |
public ExpressionResultCacheEntryBeanAndCollBean(EventBean reference, Collection<EventBean> result)
public EventBean getReference()
public void setReference(EventBean reference)
public Collection<EventBean> getResult()
public void setResult(Collection<EventBean> result)