Class LoadDocumentWork

  • All Implemented Interfaces:
    java.io.Serializable

    public final class LoadDocumentWork
    extends java.lang.Object
    implements java.io.Serializable
    The Class LoadDocumentWork.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LoadDocumentWork​(java.lang.String fromDate, java.lang.String toDate)
      Instantiates a new load document work.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFromDate()
      Gets the from date.
      java.lang.String getToDate()
      Gets the to date.
      • Methods inherited from class java.lang.Object

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

      • LoadDocumentWork

        public LoadDocumentWork​(java.lang.String fromDate,
                                java.lang.String toDate)
        Instantiates a new load document work.
        Parameters:
        fromDate - the from date
        toDate - the to date
    • Method Detail

      • getFromDate

        public java.lang.String getFromDate()
        Gets the from date.
        Returns:
        the from date
      • getToDate

        public java.lang.String getToDate()
        Gets the to date.
        Returns:
        the to date