Uses of Interface
jreceiver.common.rec.tag.Album

Packages that use Album
jreceiver.common.rec.source A set of beans and interfaces, each of which is keyed by a source id (src_id). 
jreceiver.common.rec.tag A set of beans and interfaces for 'tag' metadata referenced by media sources. 
 

Uses of Album in jreceiver.common.rec.source
 

Fields in jreceiver.common.rec.source declared as Album
protected  Album TuneRec.m_album
           
 

Methods in jreceiver.common.rec.source that return Album
 Album TuneRec.getAlbum()
          obtain the album
 Album Tune.getAlbum()
          obtain the album
 

Methods in jreceiver.common.rec.source with parameters of type Album
 void TuneRec.setAlbum(Album album)
          assign the album
static SourceRec TuneRec.createInstance(java.lang.String mime, int duration, int tune_type, java.lang.String title, java.util.Vector genres, int bitrate, int data_offset, int trackno, int year, Artist artist, Album album, Composer composer, Comment comment)
          Create a basic TuneRec object of the specified type.
 void Tune.setAlbum(Album album)
          assign the album
 

Constructors in jreceiver.common.rec.source with parameters of type Album
TuneRec(int src_id, java.lang.String mime, int duration, int tune_type, java.lang.String title, org.esau.ptarmigan.util.PtarURI direct_uri, java.net.URL content_url, java.util.Vector genres, int bitrate, int data_offset, int trackno, int year, Artist artist, Album album, Composer composer, Comment comment)
          ctor
FtuneRec(int src_id, java.lang.String mime, int duration, java.lang.String title, org.esau.ptarmigan.util.PtarURI direct_uri, java.net.URL content_url, java.util.Vector genres, int bitrate, int data_offset, int trackno, int year, Artist artist, Album album, Composer composer, Comment comment)
          ctor - without mfile stuff
FtuneRec(int src_id, java.lang.String mime, int duration, java.lang.String title, org.esau.ptarmigan.util.PtarURI direct_uri, java.net.URL content_url, java.util.Vector genres, int bitrate, int data_offset, int trackno, int year, Artist artist, Album album, Composer composer, Comment comment, int folder_id, long file_size, long last_modified)
          ctor
 

Uses of Album in jreceiver.common.rec.tag
 

Classes in jreceiver.common.rec.tag that implement Album
 class AlbumRec
          Bean to represent a single album
 



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