de.ispsoft.jaxme
Class JMJdbcElement

java.lang.Object
  extended byde.ispsoft.jaxme.JMAnyElement
      extended byde.ispsoft.jaxme.JMJdbcElement
All Implemented Interfaces:
java.lang.Cloneable, JMNode, java.io.Serializable

public abstract class JMJdbcElement
extends JMAnyElement

An element that can be read from or saved into a JDBC database.

Author:
Jochen Wiedmann
See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.ispsoft.jaxme.JMAnyElement
emptyAttributes, localName, namespaceURI
 
Constructor Summary
JMJdbcElement()
          Creates a new instance of JMJdbcElement
JMJdbcElement(java.lang.String pNamespaceURI, java.lang.String pLocalName)
          Creates a new instance of JMJdbcElement with the given namespace URI and localname.
 
Method Summary
 JMManager getManager()
          Returns the elements manager.
 void setManager(JMManager pManager)
          Sets the elements manager.
 
Methods inherited from class de.ispsoft.jaxme.JMAnyElement
addChild, childsToSAX, childToSAX, clone, formatDate, getAttribute, getAttribute, getAttributes, getChilds, getContext, getDefaultDateFormat, getElement, getLocalName, getNamespaceURI, getPrefixList, parseDate, removeAttribute, setAttribute, setAttribute, setDefaultDateFormat, setLocalName, setNamespaceURI, toSAX, toSAX, toSAX, toWriter, toWriter, toXML, toXML, validate, validateMe
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMJdbcElement

public JMJdbcElement()

Creates a new instance of JMJdbcElement


JMJdbcElement

public JMJdbcElement(java.lang.String pNamespaceURI,
                     java.lang.String pLocalName)

Creates a new instance of JMJdbcElement with the given namespace URI and localname.

Method Detail

getManager

public JMManager getManager()

Returns the elements manager.


setManager

public void setManager(JMManager pManager)

Sets the elements manager.