Class DefaultPluginPerspective

  • All Implemented Interfaces:
    Serializable, org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective

    public class DefaultPluginPerspective
    extends Object
    implements Serializable, org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
    See Also:
    Serialized Form
    • Constructor Detail

      • DefaultPluginPerspective

        public DefaultPluginPerspective()
    • Method Detail

      • getId

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

        public void setId​(String id)
        Specified by:
        setId in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
      • getTitle

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

        public void setTitle​(String title)
        Specified by:
        setTitle in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
      • getContentUrl

        public String getContentUrl()
        Specified by:
        getContentUrl in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
      • setContentUrl

        public void setContentUrl​(String contentUrl)
        Specified by:
        setContentUrl in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
      • getResourceBundleUri

        public String getResourceBundleUri()
        Specified by:
        getResourceBundleUri in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
      • setResourceBundleUri

        public void setResourceBundleUri​(String resourceBundleUri)
        Specified by:
        setResourceBundleUri in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
      • getOverlays

        public ArrayList<org.pentaho.ui.xul.XulOverlay> getOverlays()
        Specified by:
        getOverlays in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
      • setOverlays

        public void setOverlays​(ArrayList<org.pentaho.ui.xul.XulOverlay> overlays)
        Specified by:
        setOverlays in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
      • getLayoutPriority

        public int getLayoutPriority()
        Specified by:
        getLayoutPriority in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
      • setLayoutPriority

        public void setLayoutPriority​(int layoutPriority)
        Specified by:
        setLayoutPriority in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
      • getRequiredSecurityActions

        public ArrayList<String> getRequiredSecurityActions()
        Specified by:
        getRequiredSecurityActions in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
      • setRequiredSecurityActions

        public void setRequiredSecurityActions​(ArrayList<String> securityActions)
        Specified by:
        setRequiredSecurityActions in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective