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

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

Fields in jreceiver.common.rec.source declared as Comment
protected  Comment TuneRec.m_comment
           
 

Methods in jreceiver.common.rec.source that return Comment
 Comment TuneRec.getComment()
          obtain the comment
 Comment Tune.getComment()
          obtain the comment
 

Methods in jreceiver.common.rec.source with parameters of type Comment
 void TuneRec.setComment(Comment comment)
          assign the comment
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.setComment(Comment comment)
          assign the comment
 

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

Classes in jreceiver.common.rec.tag that implement Comment
 class CommentRec
          Bean to represent a single comment record
 



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