anon.infoservice
Class AbstractDistributableDatabaseEntry.Serials

java.lang.Object
  extended by anon.infoservice.AbstractDistributableDatabaseEntry.Serials
All Implemented Interfaces:
anon.util.IXMLEncodable
Enclosing class:
AbstractDistributableDatabaseEntry

public static class AbstractDistributableDatabaseEntry.Serials
extends java.lang.Object
implements anon.util.IXMLEncodable


Field Summary
 
Fields inherited from interface anon.util.IXMLEncodable
FIELD_XML_ELEMENT_CONTAINER_NAME, FIELD_XML_ELEMENT_NAME, XML_ATTR_ID, XML_ATTR_VERSION
 
Constructor Summary
AbstractDistributableDatabaseEntry.Serials(java.lang.Class a_thisDBEntryClass)
           
 
Method Summary
 java.util.Hashtable parse(org.w3c.dom.Element a_elemSerials)
           
 org.w3c.dom.Element toXmlElement(org.w3c.dom.Document a_doc)
          Return an element that can be appended to the document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDistributableDatabaseEntry.Serials

public AbstractDistributableDatabaseEntry.Serials(java.lang.Class a_thisDBEntryClass)
                                           throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
Method Detail

parse

public java.util.Hashtable parse(org.w3c.dom.Element a_elemSerials)
                          throws anon.util.XMLParseException
Throws:
anon.util.XMLParseException

toXmlElement

public org.w3c.dom.Element toXmlElement(org.w3c.dom.Document a_doc)
Description copied from interface: anon.util.IXMLEncodable
Return an element that can be appended to the document. This Method must not change the document in any way!

Specified by:
toXmlElement in interface anon.util.IXMLEncodable
Parameters:
a_doc - a document
Returns:
the interface as xml element