net.sourceforge.neurosdbm.db
Class ArtistDisplayRecord

java.lang.Object
  extended bynet.sourceforge.neurosdbm.db.DisplayRecord
      extended bynet.sourceforge.neurosdbm.db.ArtistDisplayRecord

public class ArtistDisplayRecord
extends DisplayRecord


Field Summary
private  ArtistRecord artistRecord
           
 
Fields inherited from class net.sourceforge.neurosdbm.db.DisplayRecord
 
Constructor Summary
ArtistDisplayRecord(int key, ArtistRecord artistRecord)
           
 
Method Summary
 java.lang.String getArtist()
           
 java.lang.String getDisplay()
           
 
Methods inherited from class net.sourceforge.neurosdbm.db.DisplayRecord
getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

artistRecord

private ArtistRecord artistRecord
Constructor Detail

ArtistDisplayRecord

public ArtistDisplayRecord(int key,
                           ArtistRecord artistRecord)
Method Detail

getArtist

public java.lang.String getArtist()

getDisplay

public java.lang.String getDisplay()
Specified by:
getDisplay in class DisplayRecord


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.