java.lang.Object
jpl2.documents.PsionDocument
jpl2.documents.DBDocument
- Direct Known Subclasses:
- JotterDocument
- public abstract class DBDocument
- extends PsionDocument
| 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 |
tableContentSection
private jpl2.documents.sections.TableContentSection tableContentSection
tableStorageSection
private jpl2.documents.sections.TableStorageSection tableStorageSection
appIDSection
private jpl2.documents.sections.AppIDSection appIDSection
DBDocument
public DBDocument(jpl2.common.Data data,
int UID1,
int UID2,
int UID3,
int UID4)
throws java.io.IOException
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)