public class ActionListStats extends Object implements Comparable
DocumentType
appears in a particular user's Action List.Constructor and Description |
---|
ActionListStats(String documentTypeName,
String documentTypeLabelText,
int count) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj) |
String |
getActionListFilterUrl() |
int |
getCount() |
String |
getDocumentTypeLabelText() |
String |
getDocumentTypeName() |
void |
setCount(int count) |
void |
setDocumentTypeLabelText(String documentTypeLabelText) |
void |
setDocumentTypeName(String documentTypeName) |
public ActionListStats(String documentTypeName, String documentTypeLabelText, int count)
public String getDocumentTypeLabelText()
public void setDocumentTypeLabelText(String documentTypeLabelText)
public String getDocumentTypeName()
public void setDocumentTypeName(String documentTypeName)
public int getCount()
public void setCount(int count)
public String getActionListFilterUrl()
public int compareTo(Object obj)
compareTo
in interface Comparable
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.