ModelReference
ISearch
87888990919293
public synchronized void setMatchAllConditions(boolean requiresAllConditions) { fMatchAllConditions = requiresAllConditions; } public SearchReference toReference() { return new SearchReference(getIdAsPrimitive()); }
103104105106107108109
/* * @see org.rssowl.core.persist.IEntity#toReference() */ public SearchReference toReference() { return new SearchReference(getIdAsPrimitive()); }