Class Tenant

  • All Implemented Interfaces:
    Serializable, org.pentaho.platform.api.mt.ITenant

    public class Tenant
    extends Object
    implements org.pentaho.platform.api.mt.ITenant
    See Also:
    Serialized Form
    • Constructor Detail

      • Tenant

        public Tenant()
    • Method Detail

      • getRootFolderAbsolutePath

        public String getRootFolderAbsolutePath()
        Specified by:
        getRootFolderAbsolutePath in interface org.pentaho.platform.api.mt.ITenant
      • setRootFolderAbsolutePath

        public void setRootFolderAbsolutePath​(String rootFolderAbsolutePath)
      • getId

        public String getId()
        Specified by:
        getId in interface org.pentaho.platform.api.mt.ITenant
      • getName

        public String getName()
        Specified by:
        getName in interface org.pentaho.platform.api.mt.ITenant
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface org.pentaho.platform.api.mt.ITenant
      • setEnabled

        public void setEnabled​(boolean enabled)