org.ow2.jonas.lib.tenant
Class TenantIdInfo

java.lang.Object
  extended by org.ow2.jonas.lib.tenant.TenantIdInfo
All Implemented Interfaces:
org.ow2.util.ee.deploy.api.deployable.IDeployableInfo

public class TenantIdInfo
extends Object
implements org.ow2.util.ee.deploy.api.deployable.IDeployableInfo

Contains tenant-id to add to deployable

Author:
Mohammed Boukada

Constructor Summary
TenantIdInfo()
          Default constructor
 
Method Summary
 String getTenantIdInfo()
          Gets the tenant id
 void setTenantIdInfo(String tenantIdInfo)
          Sets the tenant id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TenantIdInfo

public TenantIdInfo()
Default constructor

Method Detail

getTenantIdInfo

public String getTenantIdInfo()
Gets the tenant id

Returns:
tenant id

setTenantIdInfo

public void setTenantIdInfo(String tenantIdInfo)
Sets the tenant id

Parameters:
tenantIdInfo - tenant id


Copyright © 2012 OW2 Consortium. All Rights Reserved.