org.activemath.webapp.extasy
Class AuthoringState

java.lang.Object
  extended by org.activemath.webapp.extasy.AuthoringState

public class AuthoringState
extends Object


Field Summary
static String DEFAULT_COLLECTION_NAME
           
 
Constructor Summary
AuthoringState()
           
 
Method Summary
 File getCollectionLocation()
           
 String getCollectionName()
           
 Properties getContentDescriptor()
           
 Exercise getExercise()
           
 org.jdom.Document getExerciseDocument()
           
 ExerciseLoader getExerciseLoader()
           
 String getExerciseName()
           
static MBaseRef getMBase()
           
 File getOmdocLocation()
           
 File getPicsLocation()
           
 void setCollection(String collectionName)
           
 void setExercise(Exercise exercise)
           
 void setExerciseDocument(org.jdom.Document exerciseDocument)
           
 void setExerciseLoader(ExerciseLoader exerciseLoader)
           
 void setExerciseName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_COLLECTION_NAME

public static final String DEFAULT_COLLECTION_NAME
See Also:
Constant Field Values
Constructor Detail

AuthoringState

public AuthoringState()
Method Detail

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)