Class ReportDetails


  • public class ReportDetails
    extends Object
    • Constructor Detail

      • ReportDetails

        public ReportDetails​(int reportLanguage,
                             String reportName,
                             String tableName,
                             String reportID)
        Initializes the report details
        Parameters:
        reportLanguage - identifier for the report language
        reportName - the report's name
        tableName - the table's name that is used in the report
        reportID - the report's id
      • ReportDetails

        public ReportDetails​(int reportLanguage,
                             String reportName,
                             String tableName,
                             String reportID,
                             Date queryTimestamp)
        Initializes the report details
        Parameters:
        reportLanguage - identifier for the report language
        reportName - the report's name
        tableName - the table's name that is used in the report
        reportID - the report's id
        queryTimestamp - the query's execution time stamp
    • Method Detail

      • getReportName

        public String getReportName()
        Returns the report name
        Returns:
        the report name
      • setReportName

        public void setReportName​(String reportName)
        Sets the report name
        Parameters:
        reportName - the report name
      • getTableName

        public String getTableName()
        Returns the table name
        Returns:
        the table name
      • setTableName

        public void setTableName​(String tableName)
        Sets the table name
        Parameters:
        tableName - the table name
      • getReportID

        public String getReportID()
        Returns the report id
        Returns:
        the report id
      • setReportID

        public void setReportID​(String reportID)
        Sets the report id
        Parameters:
        reportID - the report id
      • getQueryTimestamp

        public Date getQueryTimestamp()
        Returns the query time stamp
        Returns:
        the query time stamp
      • setQueryTimestamp

        public void setQueryTimestamp​(Date queryTimestamp)
        Sets the query time stamp
        Parameters:
        queryTimestamp - the query time stamp
      • getProcessDate

        public Date getProcessDate()
        Returns the process date
        Returns:
        the process date
      • getFormattedQueryTimestamp

        public String getFormattedQueryTimestamp()
        Returns the formatted query time stamp
        Returns:
        the formatted query time stamp
      • getFormattedProcessDate

        public String getFormattedProcessDate()
        Returns the formatted process date
        Returns:
        the formatted process date
      • getDateMask

        public String getDateMask()
        Returns the date mask
        Returns:
        the date mask
      • getTimestampMask

        public String getTimestampMask()
        Returns the time stamp mask
        Returns:
        the time stamp mask
      • getNumberGroupSeparator

        public char getNumberGroupSeparator()
        Returns the number group separator
        Returns:
        the number group separator
      • getNumberDecimalSeparator

        public char getNumberDecimalSeparator()
        Returns the number decimal separator
        Returns:
        the number decimal separator