Package com.saperion.wf
Class BoxCount
java.lang.Object
com.saperion.wf.BoxCount
- All Implemented Interfaces:
Serializable
Simple bean that stores count and unread-count of a workflow-inbox.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BoxCount
public BoxCount(long totalCount, long unreadCount) - Parameters:
totalCount
- total count of elementunreadCount
- count of unread elements
-
-
Method Details
-
getTotalCount
public long getTotalCount()- Returns:
- total count of elements in the box
-
getUnreadCount
public long getUnreadCount()- Returns:
- count of unread elements in the box
-