jreceiver.common.rec.source
Interface SourceList

All Superinterfaces:
Hashable, Rec
All Known Implementing Classes:
FplaylistRec, SplaylistRec, HplaylistRec

public interface SourceList
extends Rec

An interface describing an object that possesses a collection of file identifiers.

Version:
$Revision: 1.2 $ $Date: 2002/09/24 18:20:44 $
Author:
Reed Esau

Field Summary
static java.lang.String HKEY_PL_SRC_ID
           
static java.lang.String HKEY_SOURCE_IDS
           
 
Fields inherited from interface jreceiver.common.rec.Rec
HKEY_KEY, NO_LIMIT
 
Method Summary
 java.util.Vector getSourceIds()
           
 void setSourceIds(java.util.Vector source_ids)
           
 
Methods inherited from interface jreceiver.common.rec.Rec
getKey, setKey
 
Methods inherited from interface jreceiver.common.rec.Hashable
toHash, toString
 

Field Detail

HKEY_PL_SRC_ID

public static final java.lang.String HKEY_PL_SRC_ID

HKEY_SOURCE_IDS

public static final java.lang.String HKEY_SOURCE_IDS
Method Detail

getSourceIds

public java.util.Vector getSourceIds()

setSourceIds

public void setSourceIds(java.util.Vector source_ids)


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