IGApplicationConfiguration.IGTenantInfo
, java.io.Serializable
, java.lang.Cloneable
GCOMApplicationConfiguration.GCOMTenantInfo
public static class GApplicationConfiguration.GTenantInfo extends java.lang.Object implements IGApplicationConfiguration.IGTenantInfo, java.lang.Cloneable, java.io.Serializable
CfgTenant
.CfgTenant
,
Serialized FormConstructor | Description |
---|---|
GTenantInfo() |
Default empty constructor.
|
GTenantInfo(IGApplicationConfiguration.IGTenantInfo conf) |
Coping constructor.
|
Modifier and Type | Method | Description |
---|---|---|
GApplicationConfiguration.GTenantInfo |
clone() |
|
protected java.lang.String |
contentToString() |
This method is used from
toString() to build
string representation of the internal content (configuration properties names and values). |
boolean |
equals(java.lang.Object obj) |
|
java.lang.Integer |
getDbid() |
Returns the tenant DBID.
|
java.lang.String |
getName() |
Returns the tenant name.
|
CfgObjectState |
getObjectState() |
Returns actual object state.
|
java.lang.String |
getPassword() |
Returns the tenant password.
|
CfgObjectState |
getState() |
Deprecated.
|
int |
hashCode() |
|
java.lang.Boolean |
isServiceProvider() |
An indicator of whether the tenant belongs to the Service Provider.
|
void |
setDbid(java.lang.Integer dbid) |
Sets the tenant DBID.
|
void |
setIsServiceProvider(java.lang.Boolean isServiceProvider) |
An indicator of whether the tenant belongs to the Service Provider.
|
void |
setName(java.lang.String name) |
Sets the tenant name.
|
void |
setObjectState(CfgObjectState state) |
Sets actual object state.
|
void |
setPassword(java.lang.String password) |
Sets the tenant password.
|
void |
setState(CfgObjectState state) |
Deprecated.
|
java.lang.String |
toString() |
public GTenantInfo()
public GTenantInfo(IGApplicationConfiguration.IGTenantInfo conf)
conf
- original configurationpublic void setName(java.lang.String name)
name
- the tenant nameCfgTenant.getName()
public java.lang.String getName()
getName
in interface IGApplicationConfiguration.IGTenantInfo
CfgTenant.getName()
public void setDbid(java.lang.Integer dbid)
dbid
- the tenant object DBIDCfgTenant.getDBID()
public java.lang.Integer getDbid()
getDbid
in interface IGApplicationConfiguration.IGTenantInfo
CfgTenant.getDBID()
public void setObjectState(CfgObjectState state)
state
- actual object stateCfgTenant.getState()
@Deprecated public void setState(CfgObjectState state)
setObjectState(CfgObjectState)
public CfgObjectState getObjectState()
getObjectState
in interface IGApplicationConfiguration.IGTenantInfo
CfgTenant.getState()
@Deprecated public CfgObjectState getState()
getState
in interface IGApplicationConfiguration.IGTenantInfo
IGApplicationConfiguration.IGTenantInfo.getObjectState()
public void setIsServiceProvider(java.lang.Boolean isServiceProvider)
isServiceProvider
- the property valueCfgTenant.getIsServiceProvider()
public java.lang.Boolean isServiceProvider()
isServiceProvider
in interface IGApplicationConfiguration.IGTenantInfo
CfgTenant.getIsServiceProvider()
public void setPassword(java.lang.String password)
password
- the tenant new passwordCfgTenant.getPassword()
public java.lang.String getPassword()
getPassword
in interface IGApplicationConfiguration.IGTenantInfo
CfgTenant.getPassword()
public GApplicationConfiguration.GTenantInfo clone()
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
protected java.lang.String contentToString()
toString()
to build
string representation of the internal content (configuration properties names and values).toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.