jreceiver.common.rec
Interface Rec

All Superinterfaces:
Hashable
All Known Subinterfaces:
Album, Artist, Command, Comment, Composer, Device, DeviceBinding, DeviceStatus, Driver, DriverBinding, DriverCommand, Filterable, Folder, Genre, Handler, Method, Mexternal, Mfile, Playlist, Role, RoleAuth, Root, Signal, Site, Source, SourceFolder, SourceList, Transcoder, Tune, User

public interface Rec
extends Hashable

An interface from which all *Recs are derived.

Version:
$Revision: 1.2 $ $Date: 2002/07/20 01:41:36 $
Author:
Reed Esau

Field Summary
static java.lang.String HKEY_KEY
           
static int NO_LIMIT
          an upper limit for ranges (such as in a range of database results)
 
Method Summary
 java.lang.Object getKey()
          return the Number-derived, Key-derived or String that serves as this Rec's key.
 void setKey(java.lang.Object new_key)
          assign the Number-derived, Key-derived or String that serves as this Rec's key.
 
Methods inherited from interface jreceiver.common.rec.Hashable
toHash, toString
 

Field Detail

NO_LIMIT

public static final int NO_LIMIT
an upper limit for ranges (such as in a range of database results)

HKEY_KEY

public static final java.lang.String HKEY_KEY
Method Detail

getKey

public java.lang.Object getKey()
return the Number-derived, Key-derived or String that serves as this Rec's key.

setKey

public void setKey(java.lang.Object new_key)
            throws RecException
assign the Number-derived, Key-derived or String that serves as this Rec's key.


Copyright © 2001-2002 Reed Esau, All Rights Reserved.