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

Packages that use Artist
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 Artist in jreceiver.common.rec.source
 

Fields in jreceiver.common.rec.source declared as Artist
protected  Artist TuneRec.m_artist
           
 

Methods in jreceiver.common.rec.source that return Artist
 Artist TuneRec.getArtist()
          obtain the lead performer
 Artist Tune.getArtist()
          obtain the lead performer
 

Methods in jreceiver.common.rec.source with parameters of type Artist
 void TuneRec.setArtist(Artist artist)
          assign the lead performer
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.setArtist(Artist artist)
          assign the lead performer
 

Constructors in jreceiver.common.rec.source with parameters of type Artist
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 Artist in jreceiver.common.rec.tag
 

Classes in jreceiver.common.rec.tag that implement Artist
 class ArtistRec
          Bean to represent a single artist record
 



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