net.sourceforge.neurosdbm.db
Class ArtistRecord

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

public class ArtistRecord
extends MDBRecord


Field Summary
 
Fields inherited from class net.sourceforge.neurosdbm.db.MDBRecord
accessKeyArrayList, deleted, extraInfoArrayList, key, primary
 
Constructor Summary
  ArtistRecord(int key, java.nio.ByteBuffer bytes, int wordOffset, int numAccessKeys, int numExtraInfo)
           
(package private) ArtistRecord(int key, java.lang.String newArtist)
           
 
Method Summary
(package private)  void generatePointers()
           
(package private)  WordString getArtist()
           
 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

ArtistRecord

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

ArtistRecord

ArtistRecord(int key,
             java.lang.String newArtist)
Method Detail

generatePointers

void generatePointers()
Specified by:
generatePointers in class MDBRecord

getArtist

WordString getArtist()

toString

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


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.