org.mythtv.services.api.myth
Class VersionInfo
java.lang.Object
org.mythtv.services.api.myth.VersionInfo
public class VersionInfo
- extends Object
- Author:
- Daniel Frey
VersionInfo
public VersionInfo()
getVersion
public String getVersion()
- Returns:
- the version
setVersion
public void setVersion(String version)
- Parameters:
version - the version to set
getBranch
public String getBranch()
- Returns:
- the branch
setBranch
public void setBranch(String branch)
- Parameters:
branch - the branch to set
getProtocol
public String getProtocol()
- Returns:
- the protocol
setProtocol
public void setProtocol(String protocol)
- Parameters:
protocol - the protocol to set
getBinary
public String getBinary()
- Returns:
- the binary
setBinary
public void setBinary(String binary)
- Parameters:
binary - the binary to set
getSchema
public String getSchema()
- Returns:
- the schema
setSchema
public void setSchema(String schema)
- Parameters:
schema - the schema to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.