org.mycore.frontend.servlets
Class MCRStartEditorServlet.CommonData

java.lang.Object
  extended by org.mycore.frontend.servlets.MCRStartEditorServlet.CommonData
Enclosing class:
MCRStartEditorServlet

protected static class MCRStartEditorServlet.CommonData
extends Object


Field Summary
protected  String extparm
           
protected  String myfile
           
protected  String myproject
           
protected  MCRObjectID myremcrid
           
protected  MCRObjectID mysemcrid
           
protected  String mystep
           
protected  MCRObjectID mytfmcrid
           
protected  String mytype
           
 
Constructor Summary
protected MCRStartEditorServlet.CommonData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mystep

protected String mystep

myproject

protected String myproject

mytype

protected String mytype

myfile

protected String myfile

mytfmcrid

protected MCRObjectID mytfmcrid

mysemcrid

protected MCRObjectID mysemcrid

myremcrid

protected MCRObjectID myremcrid

extparm

protected String extparm
Constructor Detail

MCRStartEditorServlet.CommonData

protected MCRStartEditorServlet.CommonData()