org.sakaiproject.tool.assessment.ui.bean.qti
Class XMLDisplay
java.lang.Object
org.sakaiproject.tool.assessment.ui.bean.qti.XMLDisplay
- All Implemented Interfaces:
- Serializable
public class XMLDisplay
- extends Object
- implements Serializable
Bean for QTI XML or XML fragments and descriptive information.
Used to maintain information or to dump XML to client.
Copyright: Copyright (c) 2004 Sakai
- Version:
- $Id: XMLDisplay.java 73450 2010-02-11 22:02:29Z ktsao@stanford.edu $
- Author:
- Ed Smiley esmiley@stanford.edu
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLDisplay
public XMLDisplay()
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getXml
public String getXml()
setXml
public void setXml(String xml)
getId
public String getId()
setId
public void setId(String id)
getOutcome
public String getOutcome()
setOutcome
public void setOutcome(String outcome)
Copyright © 2005-2012 Sakai Project. All Rights Reserved.