org.mythtv.services.api.v025.status.beans
Class Backends

java.lang.Object
  extended by org.mythtv.services.api.v025.status.beans.Backends

public class Backends
extends java.lang.Object


Constructor Summary
Backends()
           
 
Method Summary
 int getCount()
           
 void setCount(int count)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Backends

public Backends()
Method Detail

getCount

public int getCount()
Returns:
the count

setCount

public void setCount(int count)
Parameters:
count - the count to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object