Class ViewState

java.lang.Object
org.exoplatform.task.rest.model.ViewState

public class ViewState extends Object
  • Constructor Details

    • ViewState

      public ViewState(String id)
  • Method Details

    • getId

      public String getId()
    • buildId

      public static String buildId(Long projectId, Long labelId, String filter)
    • getOrderBy

      public String getOrderBy()
    • setOrderBy

      public void setOrderBy(String orderBy)
    • setGroupBy

      public void setGroupBy(String groupBy)
    • getGroupBy

      public String getGroupBy()
    • isEmpty

      public boolean isEmpty()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object