org.mythtv.services.api.frontend
Class FrontendStatus

java.lang.Object
  extended by org.mythtv.services.api.frontend.FrontendStatus

public class FrontendStatus
extends Object

Author:
Daniel Frey, Thomas G. Kenny Jr

Constructor Summary
FrontendStatus()
           
 
Method Summary
 Status getStatus()
          Returns the frontend status object
 void setStatus(Status s)
          Sets the frontend status object
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FrontendStatus

public FrontendStatus()
Method Detail

getStatus

public Status getStatus()
Returns the frontend status object

Returns:

setStatus

public void setStatus(Status s)
Sets the frontend status object

Parameters:
s -

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.