Class PrincipalReaderConfig


  • public class PrincipalReaderConfig
    extends java.lang.Object
    Value Object that holds the config values of a Reading.
    Since:
    4.0.8
    Version:
    $Revision: 16294 $ $Date: 2014-06-24 13:51:20 -0300 (Tue, 24 Jun 2014) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConfigFile()
      Get config file path
      java.lang.String getId()
      Get id
      java.util.Date getLastRun()
      Get date of last execution
      java.lang.String getOrigin()
      Get the origin
      java.lang.String getOutputFile()
      Get the output file path
      boolean isSchedule()
      Get the option of automatic execution.
      void setConfigFile​(java.lang.String configFile)
      Set config file path
      void setId​(java.lang.String id)
      Set id
      void setLastRun​(java.util.Date lastRun)
      Set date of last execution
      void setOrigin​(java.lang.String origin)
      Set Origin
      void setOutputFile​(java.lang.String outputFile)
      Set the output file path
      void setSchedule​(boolean schedule)
      Set the option of automatic execution.
      • Methods inherited from class java.lang.Object

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

      • PrincipalReaderConfig

        public PrincipalReaderConfig()
    • Method Detail

      • isSchedule

        public boolean isSchedule()
        Get the option of automatic execution.
        Returns:
        whether the automatic execution is enabled.
        Since:
        6.0.0
      • setSchedule

        public void setSchedule​(boolean schedule)
        Set the option of automatic execution.
        Parameters:
        schedule - whether the automatic execution is enabled.
        Since:
        6.0.0
      • getConfigFile

        public java.lang.String getConfigFile()
        Get config file path
        Returns:
        Since:
        4.0.8
      • setConfigFile

        public void setConfigFile​(java.lang.String configFile)
        Set config file path
        Parameters:
        configFile -
        Since:
        4.0.8
      • getId

        public java.lang.String getId()
        Get id
        Returns:
        Since:
        4.0.8
      • setId

        public void setId​(java.lang.String id)
        Set id
        Parameters:
        id -
        Since:
        4.0.8
      • getLastRun

        public java.util.Date getLastRun()
        Get date of last execution
        Returns:
        Since:
        4.0.8
      • setLastRun

        public void setLastRun​(java.util.Date lastRun)
        Set date of last execution
        Parameters:
        lastRun -
        Since:
        4.0.8
      • getOrigin

        public java.lang.String getOrigin()
        Get the origin
        Returns:
        Since:
        4.0.8
      • setOrigin

        public void setOrigin​(java.lang.String origin)
        Set Origin
        Parameters:
        origin -
        Since:
        4.0.8
      • getOutputFile

        public java.lang.String getOutputFile()
        Get the output file path
        Returns:
        Since:
        4.0.8
      • setOutputFile

        public void setOutputFile​(java.lang.String outputFile)
        Set the output file path
        Parameters:
        outputFile -
        Since:
        4.0.8