org.mythtv.services.api.dvr
Class Encoder

java.lang.Object
  extended by org.mythtv.services.api.dvr.Encoder

public class Encoder
extends Object

Author:
Daniel Frey

Constructor Summary
Encoder()
           
 
Method Summary
 String getHostname()
           
 int getId()
           
 Program getRecording()
           
 int getSleepStatus()
           
 int getState()
           
 boolean isConnected()
           
 boolean isLocal()
           
 boolean isLowOnFreeSpace()
           
 void setConnected(boolean connected)
           
 void setHostname(String hostname)
           
 void setId(int id)
           
 void setLocal(boolean local)
           
 void setLowOnFreeSpace(boolean lowOnFreeSpace)
           
 void setRecording(Program recording)
           
 void setSleepStatus(int sleepStatus)
           
 void setState(int state)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Encoder

public Encoder()
Method Detail

getId

public int getId()
Returns:
the id

setId

public void setId(int id)
Parameters:
id - the id to set

getHostname

public String getHostname()
Returns:
the hostname

setHostname

public void setHostname(String hostname)
Parameters:
hostname - the hostname to set

isLocal

public boolean isLocal()
Returns:
the local

setLocal

public void setLocal(boolean local)
Parameters:
local - the local to set

isConnected

public boolean isConnected()
Returns:
the connected

setConnected

public void setConnected(boolean connected)
Parameters:
connected - the connected to set

getState

public int getState()
Returns:
the state

setState

public void setState(int state)
Parameters:
state - the state to set

getSleepStatus

public int getSleepStatus()
Returns:
the sleepStatus

setSleepStatus

public void setSleepStatus(int sleepStatus)
Parameters:
sleepStatus - the sleepStatus to set

isLowOnFreeSpace

public boolean isLowOnFreeSpace()
Returns:
the lowOnFreeSpace

setLowOnFreeSpace

public void setLowOnFreeSpace(boolean lowOnFreeSpace)
Parameters:
lowOnFreeSpace - the lowOnFreeSpace to set

getRecording

public Program getRecording()
Returns:
the recording

setRecording

public void setRecording(Program recording)
Parameters:
recording - the recording to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.