org.mythtv.services.api.dvr
Class Programs
java.lang.Object
org.mythtv.services.api.dvr.Programs
public class Programs
- extends Object
- Author:
- Daniel Frey
Programs
public Programs()
getStartIndex
public int getStartIndex()
- Returns:
- the startIndex
setStartIndex
public void setStartIndex(int startIndex)
- Parameters:
startIndex - the startIndex to set
getCount
public int getCount()
- Returns:
- the count
setCount
public void setCount(int count)
- Parameters:
count - the count to set
getTotalAvailable
public int getTotalAvailable()
- Returns:
- the totalAvailable
setTotalAvailable
public void setTotalAvailable(int totalAvailable)
- Parameters:
totalAvailable - the totalAvailable to set
getAsOf
public org.joda.time.DateTime getAsOf()
- Returns:
- the asOf
setAsOf
public void setAsOf(org.joda.time.DateTime asOf)
- Parameters:
asOf - the asOf to set
getVersion
public String getVersion()
- Returns:
- the version
setVersion
public void setVersion(String version)
- Parameters:
version - the version to set
getProtocolVersion
public String getProtocolVersion()
- Returns:
- the protocolVersion
setProtocolVersion
public void setProtocolVersion(String protocolVersion)
- Parameters:
protocolVersion - the protocolVersion to set
getPrograms
public List<Program> getPrograms()
- Returns:
- the programs
setPrograms
public void setPrograms(List<Program> programs)
- Parameters:
programs - the programs to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.