net.sourceforge.neurosdbm.db
Class GenreRecord

java.lang.Object
  extended bynet.sourceforge.neurosdbm.db.MDBRecord
      extended bynet.sourceforge.neurosdbm.db.GenreRecord

public class GenreRecord
extends MDBRecord


Field Summary
 
Fields inherited from class net.sourceforge.neurosdbm.db.MDBRecord
accessKeyArrayList, deleted, extraInfoArrayList, key, primary
 
Constructor Summary
  GenreRecord(int key, java.nio.ByteBuffer bytes, int wordOffset, int numAccessKeys, int numExtraInfo)
           
(package private) GenreRecord(int key, java.lang.String newGenre)
           
 
Method Summary
(package private)  void generatePointers()
           
(package private)  WordString getGenre()
           
 java.lang.String toString()
           
 
Methods inherited from class net.sourceforge.neurosdbm.db.MDBRecord
getCountedLength, getKey, getPrimary, getRecordLength, invalidateRecordLength, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenreRecord

public GenreRecord(int key,
                   java.nio.ByteBuffer bytes,
                   int wordOffset,
                   int numAccessKeys,
                   int numExtraInfo)
            throws DatabaseCorruptException

GenreRecord

GenreRecord(int key,
            java.lang.String newGenre)
Method Detail

generatePointers

void generatePointers()
Specified by:
generatePointers in class MDBRecord

getGenre

WordString getGenre()

toString

public java.lang.String toString()
Overrides:
toString in class MDBRecord


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.