jreceiver.common.rec.tag
Interface Genre

All Superinterfaces:
Hashable, Rec
All Known Implementing Classes:
GenreRec

public interface Genre
extends Rec

An interface describing a genre.

Version:
$Revision: 1.2 $ $Date: 2002/12/29 00:44:07 $
Author:
Reed Esau

Field Summary
static java.lang.String HKEY_GENRE_ID
           
static java.lang.String HKEY_GENRE_NAME
           
 
Fields inherited from interface jreceiver.common.rec.Rec
HKEY_KEY, NO_LIMIT
 
Method Summary
 int getId()
           
 java.lang.String getName()
           
 
Methods inherited from interface jreceiver.common.rec.Rec
getKey, setKey
 
Methods inherited from interface jreceiver.common.rec.Hashable
toHash, toString
 

Field Detail

HKEY_GENRE_ID

public static final java.lang.String HKEY_GENRE_ID

HKEY_GENRE_NAME

public static final java.lang.String HKEY_GENRE_NAME
Method Detail

getName

public java.lang.String getName()

getId

public int getId()


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