public interface ITenant extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getId()
The method is used for retrieving ID of the tenant.
|
String |
getName()
This method gets the tenant's name.
|
String |
getRootFolderAbsolutePath()
The method gets the absolute path to the tenant root folder.
|
boolean |
isEnabled()
The method validates whether the tenant is enabled or not.
|
String getId()
String getRootFolderAbsolutePath()
String getName()
boolean isEnabled()