Class StiTreeReportsPanel.Report

java.lang.Object
com.stimulsoft.demo.panels.StiTreeReportsPanel.Report
Enclosing class:
StiTreeReportsPanel

public class StiTreeReportsPanel.Report extends Object
Accessory calss Report
  • Field Details

  • Constructor Details

    • Report

      public Report(Node node)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getFile

      public String getFile()
      Returns:
      the file
    • setFile

      public void setFile(String file)
      Parameters:
      file - the file to set
    • getDescription

      public String getDescription()
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - the description to set
    • getVideos

      public List<StiTreeReportsPanel.Video> getVideos()
      Returns:
      the videos
    • setVideos

      public void setVideos(List<StiTreeReportsPanel.Video> videos)
      Parameters:
      videos - the videos to set
    • getSamples

      public List<StiTreeReportsPanel.Sample> getSamples()
      Returns:
      the samples
    • setSamples

      public void setSamples(List<StiTreeReportsPanel.Sample> samples)
      Parameters:
      samples - the samples to set