org.kuali.rice.kew.quicklinks
Class ActionListStats

java.lang.Object
  extended by 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)

Field Summary
private  int count
           
private  String documentTypeLabelText
           
private  String documentTypeName
           
 
Constructor Summary
ActionListStats(String documentTypeName, String documentTypeLabelText, int count)
           
 
Method Summary
 int compareTo(Object obj)
           
 String getActionListFilterUrl()
           
 int getCount()
           
 String getDocumentTypeLabelText()
           
 String getDocumentTypeName()
           
 void setCount(int count)
           
 void setDocumentTypeLabelText(String documentTypeLabelText)
           
 void setDocumentTypeName(String documentTypeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

documentTypeName

private String documentTypeName

documentTypeLabelText

private String documentTypeLabelText

count

private int count
Constructor Detail

ActionListStats

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

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.