Class Tenant

    • Constructor Detail

      • Tenant

        public Tenant()
        Deprecated.
    • Method Detail

      • getId

        @Nullable
        public String getId()
        Deprecated.
        id of the tenant
        Returns:
        id
      • setId

        public void setId​(String id)
        Deprecated.
      • creation

        public Tenant creation​(String creation)
        Deprecated.
      • getCreation

        @Nullable
        public String getCreation()
        Deprecated.
        the creation date
        Returns:
        creation
      • setCreation

        public void setCreation​(String creation)
        Deprecated.
      • getIcon

        @Nullable
        public String getIcon()
        Deprecated.
        the path of the icon
        Returns:
        icon
      • setIcon

        public void setIcon​(String icon)
        Deprecated.
      • getName

        @Nullable
        public String getName()
        Deprecated.
        the name of the tenant
        Returns:
        name
      • setName

        public void setName​(String name)
        Deprecated.
      • description

        public Tenant description​(String description)
        Deprecated.
      • getDescription

        @Nullable
        public String getDescription()
        Deprecated.
        the description
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
        Deprecated.
      • username

        public Tenant username​(String username)
        Deprecated.
      • getUsername

        @Nullable
        public String getUsername()
        Deprecated.
        the username
        Returns:
        username
      • setUsername

        public void setUsername​(String username)
        Deprecated.
      • password

        public Tenant password​(String password)
        Deprecated.
      • getPassword

        @Nullable
        public String getPassword()
        Deprecated.
        the password
        Returns:
        password
      • setPassword

        public void setPassword​(String password)
        Deprecated.
      • getState

        @Nullable
        public Tenant.StateEnum getState()
        Deprecated.
        the tenant state
        Returns:
        state
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object