com.liferay.portal.kernel.search
Class GroupBy
java.lang.Object
com.liferay.portal.kernel.search.GroupBy
- All Implemented Interfaces:
- Serializable
public class GroupBy
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupBy
public GroupBy(String field)
getField
public String getField()
getSize
public int getSize()
getSorts
public Sort[] getSorts()
getStart
public int getStart()
setField
public void setField(String field)
setSize
public void setSize(int size)
setSorts
public void setSorts(Sort[] sorts)
setStart
public void setStart(int start)