org.mythtv.services.api.v027.status.beans
Class MachineInfo

java.lang.Object
  extended by org.mythtv.services.api.v027.status.beans.MachineInfo

public class MachineInfo
extends java.lang.Object


Constructor Summary
MachineInfo()
           
 
Method Summary
 Guide getGuide()
           
 Load getLoad()
           
 Storage getStorage()
           
 void setGuide(Guide guide)
           
 void setLoad(Load load)
           
 void setStorage(Storage storage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MachineInfo

public MachineInfo()
Method Detail

getStorage

public Storage getStorage()
Returns:
the storage

setStorage

public void setStorage(Storage storage)
Parameters:
storage - the storage to set

getLoad

public Load getLoad()
Returns:
the load

setLoad

public void setLoad(Load load)
Parameters:
load - the load to set

getGuide

public Guide getGuide()
Returns:
the guide

setGuide

public void setGuide(Guide guide)
Parameters:
guide - the guide to set