Package com.hp.ucmdb.api.multitenancy
Interface Tenant
- All Superinterfaces:
Serializable
Created by IntelliJ IDEA.
User: sityon
Date: Sep 2, 2010
Time: 12:22:47 PM
-
Method Summary
Modifier and TypeMethodDescriptionGet the description of the tenantGet the display name of the tenantGet the id of the tenantname()
Get the name of the tenantGet the on board date of the tenantsetDescription
(String description) Set the description of the tenantsetDisplayName
(String displayName) Set the display name of the tenant
-
Method Details
-
getTenantId
TenantId getTenantId()Get the id of the tenant- Returns:
- the id of the tenant
-
name
String name()Get the name of the tenant- Returns:
- the display name of the tenant
-
description
String description()Get the description of the tenant- Returns:
- the description of the tenant
-
onBoardDate
Date onBoardDate()Get the on board date of the tenant- Returns:
- the on board date of the tenant
-
setDescription
Set the description of the tenant- Parameters:
description
- - the description to set for the tenant- Returns:
- the updated tenant
-
getDisplayName
String getDisplayName()Get the display name of the tenant- Returns:
- the display name of the tenant
-
setDisplayName
Set the display name of the tenant- Parameters:
displayName
- - the display name to set for the tenant- Returns:
- the updated tenant
-