1 /*
2 * $Id: ISortManagerCapability.java,v 1.1 2007/09/25 12:02:29 oeuillot Exp $
3 */
4 package org.rcfaces.core.component.capability;
5
6 /**
7 *
8 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
9 * @version $Revision: 1.1 $ $Date: 2007/09/25 12:02:29 $
10 */
11 public interface ISortManagerCapability {
12 String getSortManager();
13
14 void setSortManager(String sortManager);
15 }