Class ObjectCount


  • public class ObjectCount
    extends Object
    Object counts for the publish info
    • Field Detail

      • toPublish

        protected int toPublish
      • delayed

        protected int delayed
      • published

        protected int published
      • remaining

        protected int remaining
    • Constructor Detail

      • ObjectCount

        public ObjectCount()
    • Method Detail

      • getToPublish

        public int getToPublish()
        Number of objects to publish
        Returns:
        to publish count
      • setToPublish

        public ObjectCount setToPublish​(int toPublish)
        Set number of object to publish
        Parameters:
        toPublish - count
        Returns:
        fluent API
      • getDelayed

        public int getDelayed()
        Number of delayed objects
        Returns:
        delay count
      • setDelayed

        public ObjectCount setDelayed​(int delayed)
        Set number of delayed objects
        Parameters:
        delayed - count
        Returns:
        fluent API
      • getPublished

        public int getPublished()
        Number of objects, which are already published in the current publish process
        Returns:
        publish count
      • setPublished

        public ObjectCount setPublished​(int published)
        Set number of published objects
        Parameters:
        published - count
        Returns:
        fluent API
      • getRemaining

        public int getRemaining()
        Number of objects remaining to be published in the current publish process
        Returns:
        remaining count
      • setRemaining

        public ObjectCount setRemaining​(int remaining)
        Set number of remaining objects
        Parameters:
        remaining - count
        Returns:
        fluent API
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object