org.mythtv.services.api.myth
Class DatabaseInfo
java.lang.Object
org.mythtv.services.api.myth.DatabaseInfo
public class DatabaseInfo
- extends Object
- Author:
- Daniel Frey
DatabaseInfo
public DatabaseInfo()
getHost
public String getHost()
- Returns:
- the host
setHost
public void setHost(String host)
- Parameters:
host - the host to set
isPing
public boolean isPing()
- Returns:
- the ping
setPing
public void setPing(boolean ping)
- Parameters:
ping - the ping to set
getPort
public int getPort()
- Returns:
- the port
setPort
public void setPort(int port)
- Parameters:
port - the port to set
getUsername
public String getUsername()
- Returns:
- the username
setUsername
public void setUsername(String username)
- Parameters:
username - the username to set
getPassword
public String getPassword()
- Returns:
- the password
setPassword
public void setPassword(String password)
- Parameters:
password - the password to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type - the type to set
isLocalEnabled
public boolean isLocalEnabled()
- Returns:
- the localEnabled
setLocalEnabled
public void setLocalEnabled(boolean localEnabled)
- Parameters:
localEnabled - the localEnabled to set
getLocalHostName
public String getLocalHostName()
- Returns:
- the localHostName
setLocalHostName
public void setLocalHostName(String localHostName)
- Parameters:
localHostName - the localHostName to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.