net.sourceforge.atunes.kernel.modules.contextInformation
Class Lyrics

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.contextInformation.Lyrics

public class Lyrics
extends java.lang.Object


Constructor Summary
Lyrics(java.lang.String lyrics, java.lang.String url)
           
 
Method Summary
 java.lang.String getLyrics()
           
 java.lang.String getUrl()
           
 void setLyrics(java.lang.String lyrics)
           
 void setUrl(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lyrics

@ConstructorProperties(value={"lyrics","url"})
public Lyrics(java.lang.String lyrics,
                                    java.lang.String url)
Method Detail

setLyrics

public void setLyrics(java.lang.String lyrics)

setUrl

public void setUrl(java.lang.String url)

getLyrics

public java.lang.String getLyrics()

getUrl

public java.lang.String getUrl()


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.