org.mythtv.services.api.v026.beans
Class Guide
java.lang.Object
org.mythtv.services.api.v026.beans.Guide
public class Guide
- extends java.lang.Object
|
Constructor Summary |
Guide()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Guide
public Guide()
getGuideThru
public org.joda.time.DateTime getGuideThru()
- Returns:
- the guideThru
setGuideThru
public void setGuideThru(org.joda.time.DateTime guideThru)
- Parameters:
guideThru - the guideThru to set
getStatus
public java.lang.String getStatus()
- Returns:
- the status
setStatus
public void setStatus(java.lang.String status)
- Parameters:
status - the status to set
getNext
public org.joda.time.DateTime getNext()
- Returns:
- the next
setNext
public void setNext(org.joda.time.DateTime next)
- Parameters:
next - the next to set
getEnd
public java.lang.String getEnd()
- Returns:
- the end
setEnd
public void setEnd(java.lang.String end)
- Parameters:
end - the end to set
getGuideDays
public int getGuideDays()
- Returns:
- the guideDays
setGuideDays
public void setGuideDays(int guideDays)
- Parameters:
guideDays - the guideDays to set
getStart
public java.lang.String getStart()
- Returns:
- the start
setStart
public void setStart(java.lang.String start)
- Parameters:
start - the start to set
getComment
public java.lang.String getComment()
- Returns:
- the comment
setComment
public void setComment(java.lang.String comment)
- Parameters:
comment - the comment to set
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object