Class ReportResource


  • public class ReportResource
    extends java.lang.Object
    • Field Detail

      • RESOURCE_TYPE

        public static final ResourceType RESOURCE_TYPE
    • Constructor Detail

      • ReportResource

        public ReportResource()
        Empty ctor for xml serialization
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public void setTitle​(java.lang.String title)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • setTemplate

        public void setTemplate​(PageTemplate template)
      • setSchedules

        public void setSchedules​(java.util.List<ReportSchedule> schedules)
      • getSnapshot

        public byte[] getSnapshot()
      • setSnapshot

        public void setSnapshot​(byte[] snapshot)