org.mythtv.services.api.myth
Class VersionInfo

java.lang.Object
  extended by org.mythtv.services.api.myth.VersionInfo

public class VersionInfo
extends Object

Author:
Daniel Frey

Constructor Summary
VersionInfo()
           
 
Method Summary
 String getBinary()
           
 String getBranch()
           
 String getProtocol()
           
 String getSchema()
           
 String getVersion()
           
 void setBinary(String binary)
           
 void setBranch(String branch)
           
 void setProtocol(String protocol)
           
 void setSchema(String schema)
           
 void setVersion(String version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionInfo

public VersionInfo()
Method Detail

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.