com.googlecode.cassadra.jca.connection.factory
Class CassandraProperties

java.lang.Object
  extended by com.googlecode.cassadra.jca.connection.factory.CassandraProperties
Direct Known Subclasses:
CassandraManagedConnectionFactory

public class CassandraProperties
extends Object

Author:
sergey.sarabun@gmail.com

Constructor Summary
CassandraProperties()
           
 
Method Summary
 String getKeyspace()
           
 String getPassword()
           
 Integer getPort()
           
 String getServer()
           
 Integer getTimeout()
           
 String getUsername()
           
 void setKeyspace(String keyspace)
           
 void setPassword(String password)
           
 void setPort(Integer port)
           
 void setServer(String server)
           
 void setTimeout(Integer timeout)
           
 void setUsername(String username)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CassandraProperties

public CassandraProperties()
Method Detail

getServer

public String getServer()

setServer

public void setServer(String server)

getPort

public Integer getPort()

setPort

public void setPort(Integer port)

getTimeout

public Integer getTimeout()

setTimeout

public void setTimeout(Integer timeout)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getKeyspace

public String getKeyspace()

setKeyspace

public void setKeyspace(String keyspace)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.