Class ExcelDocConfiguration

java.lang.Object
org.citrusframework.mvn.plugin.config.docs.ExcelDocConfiguration

public class ExcelDocConfiguration extends Object
Since:
2.7.4
Author:
Christoph Deppisch
  • Constructor Details

    • ExcelDocConfiguration

      public ExcelDocConfiguration()
  • Method Details

    • getCompany

      public String getCompany()
      Gets the company.
      Returns:
    • setCompany

      public void setCompany(String company)
      Sets the company.
      Parameters:
      company -
    • getAuthor

      public String getAuthor()
      Gets the author.
      Returns:
    • setAuthor

      public void setAuthor(String author)
      Sets the author.
      Parameters:
      author -
    • getOutputFile

      public String getOutputFile()
      Gets the outputFile.
      Returns:
    • setOutputFile

      public void setOutputFile(String outputFile)
      Sets the outputFile.
      Parameters:
      outputFile -
    • getPageTitle

      public String getPageTitle()
      Gets the pageTitle.
      Returns:
    • setPageTitle

      public void setPageTitle(String pageTitle)
      Sets the pageTitle.
      Parameters:
      pageTitle -
    • getHeaders

      public String getHeaders()
      Gets the headers.
      Returns:
    • setHeaders

      public void setHeaders(String headers)
      Sets the headers.
      Parameters:
      headers -