com.webhiker.dreambox.api.epg
Class Event

java.lang.Object
  extended by com.webhiker.dreambox.api.epg.Event

public class Event
extends java.lang.Object

The Class Event represents a single EPG event for the currently showing channel EPG data.


Constructor Summary
Event(org.w3c.dom.Element event)
          Instantiates a new event.
 
Method Summary
 java.lang.String getDate()
          Gets the date.
 java.lang.String getDescription()
          Gets the description.
 java.lang.String getDetails()
          Gets the details.
 java.lang.String getDuration()
          Gets the duration.
 java.lang.String getGenre()
          Gets the genre.
 java.lang.String getGenreCategory()
          Gets the genre category.
 java.lang.String getId()
          Gets the id.
 java.lang.String getStart()
          Gets the start.
 java.lang.String getTime()
          Gets the time.
 void setDate(java.lang.String date)
          Sets the date.
 void setDescription(java.lang.String description)
          Sets the description.
 void setDetails(java.lang.String details)
          Sets the details.
 void setDuration(java.lang.String duration)
          Sets the duration.
 void setGenre(java.lang.String genre)
          Sets the genre.
 void setGenreCategory(java.lang.String genreCategory)
          Sets the genre category.
 void setId(java.lang.String id)
          Sets the id.
 void setStart(java.lang.String start)
          Sets the start.
 void setTime(java.lang.String time)
          Sets the time.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event(org.w3c.dom.Element event)
Instantiates a new event.

Parameters:
event - the event
Method Detail

getId

public java.lang.String getId()
Gets the id.

Returns:
the id

setId

public void setId(java.lang.String id)
Sets the id.

Parameters:
id - the new id

getDate

public java.lang.String getDate()
Gets the date.

Returns:
the date

setDate

public void setDate(java.lang.String date)
Sets the date.

Parameters:
date - the new date

getTime

public java.lang.String getTime()
Gets the time.

Returns:
the time

setTime

public void setTime(java.lang.String time)
Sets the time.

Parameters:
time - the new time

getDuration

public java.lang.String getDuration()
Gets the duration.

Returns:
the duration

setDuration

public void setDuration(java.lang.String duration)
Sets the duration.

Parameters:
duration - the new duration

getDescription

public java.lang.String getDescription()
Gets the description.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the new description

getGenre

public java.lang.String getGenre()
Gets the genre.

Returns:
the genre

setGenre

public void setGenre(java.lang.String genre)
Sets the genre.

Parameters:
genre - the new genre

getGenreCategory

public java.lang.String getGenreCategory()
Gets the genre category.

Returns:
the genre category

setGenreCategory

public void setGenreCategory(java.lang.String genreCategory)
Sets the genre category.

Parameters:
genreCategory - the new genre category

getStart

public java.lang.String getStart()
Gets the start.

Returns:
the start

setStart

public void setStart(java.lang.String start)
Sets the start.

Parameters:
start - the new start

getDetails

public java.lang.String getDetails()
Gets the details.

Returns:
the details

setDetails

public void setDetails(java.lang.String details)
Sets the details.

Parameters:
details - the new details