org.activemath.webapp.extasy
Class AuthoringState
java.lang.Object
org.activemath.webapp.extasy.AuthoringState
public class AuthoringState
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_COLLECTION_NAME
public static final String DEFAULT_COLLECTION_NAME
- See Also:
- Constant Field Values
AuthoringState
public AuthoringState()
getMBase
public static MBaseRef getMBase()
setCollection
public void setCollection(String collectionName)
getCollectionName
public String getCollectionName()
getCollectionLocation
public File getCollectionLocation()
getOmdocLocation
public File getOmdocLocation()
getPicsLocation
public File getPicsLocation()
getContentDescriptor
public Properties getContentDescriptor()
getExercise
public Exercise getExercise()
setExerciseLoader
public void setExerciseLoader(ExerciseLoader exerciseLoader)
setExercise
public void setExercise(Exercise exercise)
setExerciseName
public void setExerciseName(String name)
getExerciseName
public String getExerciseName()
getExerciseDocument
public org.jdom.Document getExerciseDocument()
getExerciseLoader
public ExerciseLoader getExerciseLoader()
setExerciseDocument
public void setExerciseDocument(org.jdom.Document exerciseDocument)