org.activemath.webapp.speech
Class SpeechItem
java.lang.Object
org.activemath.webapp.speech.SpeechItem
- All Implemented Interfaces:
- SpeechItemInterface
public class SpeechItem
- extends Object
- implements SpeechItemInterface
The items wich are stored in the SpeechItemList
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpeechItem
public SpeechItem(String id)
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