Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jpl2.documents
Class DBDocument  view DBDocument download DBDocument.java

java.lang.Object
  extended byjpl2.documents.PsionDocument
      extended byjpl2.documents.DBDocument
Direct Known Subclasses:
JotterDocument

public abstract class DBDocument
extends PsionDocument


Field Summary
private  jpl2.documents.sections.AppIDSection appIDSection
           
private  jpl2.documents.sections.TableContentSection tableContentSection
           
private  jpl2.documents.sections.TableStorageSection tableStorageSection
           
 
Fields inherited from class jpl2.documents.PsionDocument
 
Constructor Summary
DBDocument(jpl2.common.Data data, int UID1, int UID2, int UID3, int UID4)
           
 
Method Summary
 jpl2.documents.sections.AppIDSection getAppIDSection()
           
 jpl2.documents.sections.TableContentSection getTableContentSection()
           
 jpl2.documents.sections.TableStorageSection getTableStorageSection()
           
private  void readSection(jpl2.common.Data data)
           
private  java.lang.String toDecHex(int i)
           
 
Methods inherited from class jpl2.documents.PsionDocument
canConvert, convertDocument, convertDocument, convertsToFolder, getAvailableConversions, getAvailableConversions, getDocTypeString, getDocTypeString, getFolderIndexName, getPsionDocumentTypes, readDocument, readDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableContentSection

private jpl2.documents.sections.TableContentSection tableContentSection

tableStorageSection

private jpl2.documents.sections.TableStorageSection tableStorageSection

appIDSection

private jpl2.documents.sections.AppIDSection appIDSection
Constructor Detail

DBDocument

public DBDocument(jpl2.common.Data data,
                  int UID1,
                  int UID2,
                  int UID3,
                  int UID4)
           throws java.io.IOException
Method Detail

getTableContentSection

public jpl2.documents.sections.TableContentSection getTableContentSection()

getTableStorageSection

public jpl2.documents.sections.TableStorageSection getTableStorageSection()

getAppIDSection

public jpl2.documents.sections.AppIDSection getAppIDSection()

readSection

private void readSection(jpl2.common.Data data)
                  throws java.io.IOException

toDecHex

private java.lang.String toDecHex(int i)