Class CollectionTask


  • public class CollectionTask
    extends java.lang.Object
    Undefined model for a structure on top of collection jobs.
    Author:
    Markus Neumann
    • Constructor Summary

      Constructors 
      Constructor Description
      CollectionTask​(java.lang.Integer count, java.lang.String metaJob)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getCount()  
      java.lang.String getMetaJob()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CollectionTask

        public CollectionTask​(java.lang.Integer count,
                              java.lang.String metaJob)
    • Method Detail

      • getCount

        public java.lang.Integer getCount()
      • getMetaJob

        public java.lang.String getMetaJob()