Class ContentGeneratorInfo

  • All Implemented Interfaces:
    org.pentaho.platform.api.engine.IContentGeneratorInfo

    public class ContentGeneratorInfo
    extends Object
    implements org.pentaho.platform.api.engine.IContentGeneratorInfo
    • Constructor Detail

      • ContentGeneratorInfo

        public ContentGeneratorInfo()
    • Method Detail

      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface org.pentaho.platform.api.engine.IContentGeneratorInfo
      • setDescription

        public void setDescription​(String description)
      • getId

        public String getId()
        Specified by:
        getId in interface org.pentaho.platform.api.engine.IContentGeneratorInfo
      • setId

        public void setId​(String id)
      • getTitle

        public String getTitle()
        Specified by:
        getTitle in interface org.pentaho.platform.api.engine.IContentGeneratorInfo
      • setTitle

        public void setTitle​(String title)
      • getUrl

        @Deprecated
        public String getUrl()
        Deprecated.
        Specified by:
        getUrl in interface org.pentaho.platform.api.engine.IContentGeneratorInfo
      • getType

        public String getType()
        Specified by:
        getType in interface org.pentaho.platform.api.engine.IContentGeneratorInfo
      • setType

        public void setType​(String type)
      • getClassname

        public String getClassname()
        Specified by:
        getClassname in interface org.pentaho.platform.api.engine.IContentGeneratorInfo
      • setClassname

        public void setClassname​(String classname)
      • getFileInfoGeneratorClassname

        @Deprecated
        public String getFileInfoGeneratorClassname()
        Deprecated.
        Specified by:
        getFileInfoGeneratorClassname in interface org.pentaho.platform.api.engine.IContentGeneratorInfo