Package org.exoplatform.task.rest.model
Class ViewState
- java.lang.Object
-
- org.exoplatform.task.rest.model.ViewState
-
public class ViewState extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classViewState.Filter
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringbuildId(Long projectId, Long labelId, String filter)booleanequals(Object o)StringgetGroupBy()StringgetId()StringgetOrderBy()inthashCode()booleanisEmpty()voidsetGroupBy(String groupBy)voidsetOrderBy(String orderBy)
-
-
-
Constructor Detail
-
ViewState
public ViewState(String id)
-
-