org.kuali.rice.kew.quicklinks
Class ActionListStats

java.lang.Object
  extended by 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)
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 java.lang.String getActionListFilterUrl()
           
 int getCount()
           
 java.lang.String getDocumentTypeLabelText()
           
 java.lang.String getDocumentTypeName()
           
 void setCount(int count)
           
 void setDocumentTypeLabelText(java.lang.String documentTypeLabelText)
           
 void setDocumentTypeName(java.lang.String documentTypeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionListStats

public ActionListStats(java.lang.String documentTypeName,
                       java.lang.String documentTypeLabelText,
                       int count)
Method Detail

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.