Class BoxCount

  • All Implemented Interfaces:
    java.io.Serializable

    public class BoxCount
    extends java.lang.Object
    implements java.io.Serializable
    Simple bean that stores count and unread-count of a workflow-inbox.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BoxCount​(long totalCount, long unreadCount)  
    • Constructor Detail

      • BoxCount

        public BoxCount​(long totalCount,
                        long unreadCount)
        Parameters:
        totalCount - total count of element
        unreadCount - count of unread elements
    • Method Detail

      • getTotalCount

        public long getTotalCount()
        Returns:
        total count of elements in the box
      • getUnreadCount

        public long getUnreadCount()
        Returns:
        count of unread elements in the box