org.mythtv.services.api.v025.beans
Class DatabaseInfo
java.lang.Object
org.mythtv.services.api.v025.beans.DatabaseInfo
public class DatabaseInfo
- extends java.lang.Object
Auto-generated file, do not modify manually !!!!
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseInfo
public DatabaseInfo()
getHost
public java.lang.String getHost()
- Returns:
- the host
setHost
public void setHost(java.lang.String host)
- Parameters:
host - the host to set
isPing
public java.lang.Boolean isPing()
- Returns:
- the ping
setPing
public void setPing(java.lang.Boolean ping)
- Parameters:
ping - the ping to set
getPort
public java.lang.Integer getPort()
- Returns:
- the port
setPort
public void setPort(java.lang.Integer port)
- Parameters:
port - the port to set
getUserName
public java.lang.String getUserName()
- Returns:
- the userName
setUserName
public void setUserName(java.lang.String userName)
- Parameters:
userName - the userName to set
getPassword
public java.lang.String getPassword()
- Returns:
- the password
setPassword
public void setPassword(java.lang.String password)
- Parameters:
password - the password to set
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
getType
public java.lang.String getType()
- Returns:
- the type
setType
public void setType(java.lang.String type)
- Parameters:
type - the type to set
isLocalEnabled
public java.lang.Boolean isLocalEnabled()
- Returns:
- the localEnabled
setLocalEnabled
public void setLocalEnabled(java.lang.Boolean localEnabled)
- Parameters:
localEnabled - the localEnabled to set
getLocalHostName
public java.lang.String getLocalHostName()
- Returns:
- the localHostName
setLocalHostName
public void setLocalHostName(java.lang.String localHostName)
- Parameters:
localHostName - the localHostName to set