net.sourceforge.neurosdbm.db
Class DisplayRecord

java.lang.Object
  extended bynet.sourceforge.neurosdbm.db.DisplayRecord
Direct Known Subclasses:
AlbumDisplayRecord, ArtistDisplayRecord, AudioDisplayRecord, FailedHiSiDisplayRecord, GenreDisplayRecord, IdedHiSiDisplayRecord, PlaylistDisplayRecord, RecordingDisplayRecord, UnidedHiSiDisplayRecord

public abstract class DisplayRecord
extends java.lang.Object


Field Summary
private  int key
           
 
Constructor Summary
(package private) DisplayRecord(int key)
           
 
Method Summary
abstract  java.lang.String getDisplay()
           
 int getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

private int key
Constructor Detail

DisplayRecord

DisplayRecord(int key)
Method Detail

getKey

public int getKey()

getDisplay

public abstract java.lang.String getDisplay()


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.