org.kuali.rice.kew.quicklinks
Class ActionListStats
java.lang.Object
org.kuali.rice.kew.quicklinks.ActionListStats
- All Implemented Interfaces:
- Comparable
public class ActionListStats
- extends Object
- implements Comparable
Stores statistics about the number of times a particular DocumentType
appears in a particular user's Action List.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
documentTypeName
private String documentTypeName
documentTypeLabelText
private String documentTypeLabelText
count
private int count
ActionListStats
public ActionListStats(String documentTypeName,
String documentTypeLabelText,
int count)
getDocumentTypeLabelText
public String getDocumentTypeLabelText()
setDocumentTypeLabelText
public void setDocumentTypeLabelText(String documentTypeLabelText)
getDocumentTypeName
public String getDocumentTypeName()
setDocumentTypeName
public void setDocumentTypeName(String documentTypeName)
getCount
public int getCount()
setCount
public void setCount(int count)
getActionListFilterUrl
public String getActionListFilterUrl()
compareTo
public int compareTo(Object obj)
- Specified by:
compareTo
in interface Comparable
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.