org.mythtv.services.api.dvr
Class Encoder
java.lang.Object
org.mythtv.services.api.dvr.Encoder
public class Encoder
- extends Object
- Author:
- Daniel Frey
Encoder
public Encoder()
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.