com.jstatcom.component
Class JHelpContextMgr.ContextID

java.lang.Object
  extended by com.jstatcom.component.JHelpContextMgr.ContextID
Enclosing class:
JHelpContextMgr

public static class JHelpContextMgr.ContextID
extends java.lang.Object

Inner class for storing mappings as XML elements.


Field Summary
static javolution.xml.XmlFormat<JHelpContextMgr.ContextID> ContextID_XML
          XML format field for (de)serialization.
 
Constructor Summary
JHelpContextMgr.ContextID(java.lang.String key, java.lang.String helpid)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ContextID_XML

public static final javolution.xml.XmlFormat<JHelpContextMgr.ContextID> ContextID_XML
XML format field for (de)serialization.

Constructor Detail

JHelpContextMgr.ContextID

public JHelpContextMgr.ContextID(java.lang.String key,
                                 java.lang.String helpid)