org.mythtv.services.api.v026.beans
Class Frontends

java.lang.Object
  extended by org.mythtv.services.api.v026.beans.Frontends

public class Frontends
extends java.lang.Object


Constructor Summary
Frontends()
           
 
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

Frontends

public Frontends()
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