Interface Tenant

All Superinterfaces:
Serializable

public interface Tenant extends Serializable
Created by IntelliJ IDEA. User: sityon Date: Sep 2, 2010 Time: 12:22:47 PM
  • 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

      Tenant setDescription(String description)
      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

      Tenant setDisplayName(String displayName)
      Set the display name of the tenant
      Parameters:
      displayName - - the display name to set for the tenant
      Returns:
      the updated tenant