net.aerith.misao.database
Interface XmlDBRecord

All Known Implementing Classes:
XmlRecord, XmlMagRecord, XmlInformation

public interface XmlDBRecord

The XmlDBRecord represents a XML element which can be contained by the XmlDBHolder.


Method Summary
 XmlDBRecord create()
          Creates an empty XmlDBRecord object.
 java.lang.String getID()
          Gets the ID.
 

Method Detail

create

public XmlDBRecord create()
Creates an empty XmlDBRecord object. This method must be overrided by the subclass.
Returns:
the new empty object.

getID

public java.lang.String getID()
Gets the ID.
Returns:
the ID.