org.kuali.rice.kew.quicklinks
Class ActionListStats
java.lang.Object
org.kuali.rice.kew.quicklinks.ActionListStats
- All Implemented Interfaces:
- java.lang.Comparable
public class ActionListStats
- extends java.lang.Object
- implements java.lang.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)
Constructor Summary |
ActionListStats(java.lang.String documentTypeName,
java.lang.String documentTypeLabelText,
int count)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionListStats
public ActionListStats(java.lang.String documentTypeName,
java.lang.String documentTypeLabelText,
int count)
getDocumentTypeLabelText
public java.lang.String getDocumentTypeLabelText()
setDocumentTypeLabelText
public void setDocumentTypeLabelText(java.lang.String documentTypeLabelText)
getDocumentTypeName
public java.lang.String getDocumentTypeName()
setDocumentTypeName
public void setDocumentTypeName(java.lang.String documentTypeName)
getCount
public int getCount()
setCount
public void setCount(int count)
getActionListFilterUrl
public java.lang.String getActionListFilterUrl()
compareTo
public int compareTo(java.lang.Object obj)
- Specified by:
compareTo
in interface java.lang.Comparable
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.