org.activemath.webapp.speech
Class SpeechItem

java.lang.Object
  extended by org.activemath.webapp.speech.SpeechItem
All Implemented Interfaces:
SpeechItemInterface

public class SpeechItem
extends Object
implements SpeechItemInterface

The items wich are stored in the SpeechItemList


Constructor Summary
SpeechItem(String id)
           
 
Method Summary
 String getItemId()
           
 String getItemText()
           
 String getItemTitle()
           
 String getItemType()
           
 void setItemText(String text)
           
 void setItemTitle(String title)
           
 void setItemType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeechItem

public SpeechItem(String id)
Method Detail

setItemText

public void setItemText(String text)
Specified by:
setItemText in interface SpeechItemInterface

setItemTitle

public void setItemTitle(String title)
Specified by:
setItemTitle in interface SpeechItemInterface

setItemType

public void setItemType(String type)
Specified by:
setItemType in interface SpeechItemInterface

getItemText

public String getItemText()
Specified by:
getItemText in interface SpeechItemInterface

getItemTitle

public String getItemTitle()
Specified by:
getItemTitle in interface SpeechItemInterface

getItemId

public String getItemId()
Specified by:
getItemId in interface SpeechItemInterface

getItemType

public String getItemType()
Specified by:
getItemType in interface SpeechItemInterface