jreceiver.common.rec.source
Interface SourceFolder

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

public interface SourceFolder
extends Rec

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

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

Field Summary
static java.lang.String HKEY_FOLDER_IDS
           
static java.lang.String HKEY_PL_SRC_ID
           
 
Fields inherited from interface jreceiver.common.rec.Rec
HKEY_KEY, NO_LIMIT
 
Method Summary
 java.util.Vector getFolderIds()
           
 void setFolderIds(java.util.Vector folder_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_FOLDER_IDS

public static final java.lang.String HKEY_FOLDER_IDS
Method Detail

getFolderIds

public java.util.Vector getFolderIds()

setFolderIds

public void setFolderIds(java.util.Vector folder_ids)


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