org.olat.ims.qti.editor.beecom.objects
Class Feedback

java.lang.Object
  extended by org.olat.ims.qti.editor.beecom.objects.Feedback
All Implemented Interfaces:
QTIObject

public class Feedback
extends java.lang.Object
implements QTIObject

Author:
rkulow

Constructor Summary
Feedback()
           
 
Method Summary
 void addToElement(org.dom4j.Element root)
           
 java.lang.String getIdent()
          Returns the ident.
 java.util.List getMaterials()
          Returns the material.
 java.lang.String getTitle()
          Returns the title.
 java.lang.String getView()
          Returns the view.
 void setIdent(java.lang.String ident)
          Sets the ident.
 void setMaterials(java.util.List materials)
          Sets the material.
 void setTitle(java.lang.String title)
          Sets the title.
 void setView(java.lang.String view)
          Sets the view.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Feedback

public Feedback()
Method Detail

getIdent

public java.lang.String getIdent()
Returns the ident.

Returns:
String

getMaterials

public java.util.List getMaterials()
Returns the material.

Returns:
List

getTitle

public java.lang.String getTitle()
Returns the title.

Returns:
String

getView

public java.lang.String getView()
Returns the view.

Returns:
String

setIdent

public void setIdent(java.lang.String ident)
Sets the ident.

Parameters:
ident - The ident to set

setMaterials

public void setMaterials(java.util.List materials)
Sets the material.

Parameters:
material - The material to set

setTitle

public void setTitle(java.lang.String title)
Sets the title.

Parameters:
title - The title to set

setView

public void setView(java.lang.String view)
Sets the view.

Parameters:
view - The view to set

addToElement

public void addToElement(org.dom4j.Element root)
Specified by:
addToElement in interface QTIObject
See Also:
QTIObject.addToElement(org.dom4j.Element)