com.safeidentity.config
Class PrRepository
java.lang.Object
com.safeidentity.config.PrCommon
com.safeidentity.config.PrRepository
- public class PrRepository
- extends PrCommon
- Author:
- cho
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PrRepository
public PrRepository()
getBasedn
public java.lang.String getBasedn()
- Returns:
- Returns the basedn.
setBasedn
public void setBasedn(java.lang.String basedn)
- Parameters:
basedn
- The basedn to set.
getBindPassword
public java.lang.String getBindPassword()
- Returns:
- Returns the bindPassword.
setBindPassword
public void setBindPassword(java.lang.String bindPassword)
- Parameters:
bindPassword
- The bindPassword to set.
getBindUser
public java.lang.String getBindUser()
- Returns:
- Returns the bindUser.
setBindUser
public void setBindUser(java.lang.String bindUser)
- Parameters:
bindUser
- The bindUser to set.
getConnectorDriver
public java.lang.String getConnectorDriver()
- Returns:
- Returns the connectorDriver.
setConnectorDriver
public void setConnectorDriver(java.lang.String connectorDriver)
- Parameters:
connectorDriver
- The connectorDriver to set.
getId
public java.lang.String getId()
- Returns:
- Returns the id.
setId
public void setId(java.lang.String id)
- Parameters:
id
- The id to set.
getMaxpool
public int getMaxpool()
- Returns:
- Returns the maxpool.
setMaxpool
public void setMaxpool(int maxpool)
- Parameters:
maxpool
- The maxpool to set.
getMinpool
public int getMinpool()
- Returns:
- Returns the minpool.
setMinpool
public void setMinpool(int minpool)
- Parameters:
minpool
- The minpool to set.
getProviderUrl
public java.lang.String getProviderUrl()
- Returns:
- Returns the providerUrl.
setProviderUrl
public void setProviderUrl(java.lang.String providerUrl)
- Parameters:
providerUrl
- The providerUrl to set.
getRepositoryKind
public int getRepositoryKind()
- Returns:
- Returns the repositoryKind.
setRepositoryKind
public void setRepositoryKind(int repositoryKind)
- Parameters:
repositoryKind
- The repositoryKind to set.
getTimeout
public int getTimeout()
- Returns:
- Returns the timeout.
setTimeout
public void setTimeout(int timeout)
- Parameters:
timeout
- The timeout to set.
getWeight
public int getWeight()
- Returns:
- Returns the weight.
setWeight
public void setWeight(int weight)
- Parameters:
weight
- The weight to set.
toString
public java.lang.String toString()
- See Also:
Object.toString()
toString
public java.lang.String toString(int in)
- Parameters:
in
-
- Returns:
Copyright © 2004 SoftForum Corp. All Rights Reserved.