Lizzy v1.1.1

christophedelory.playlist.rmp
Class Provider

java.lang.Object
  extended by christophedelory.playlist.rmp.Provider

public class Provider
extends Object

A Real Metadata Package provider.

Since:
0.3.0
Version:
$Revision: 92 $
Author:
Christophe Delory

Constructor Summary
Provider()
           
 
Method Summary
 String getAuthor()
          Returns the provider author.
 String getContact()
          Returns the provider contact.
 String getCopyright()
          Returns the provider copyright information.
 String getName()
          Returns the provider name.
 String getUrlString()
          Returns the URL that users will access in order to get this music.
 void setAuthor(String author)
          Initializes the author of this provider.
 void setContact(String contact)
          Initializes the provider contact.
 void setCopyright(String copyright)
          Initializes the provider copyright information.
 void setName(String name)
          Initializes the provider name.
 void setUrlString(String url)
          Initializes the URL that users will access in order to get this music.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Provider

public Provider()
Method Detail

getAuthor

public String getAuthor()
Returns the provider author. This is typically the artist name.

Returns:
an author. May be null.
See Also:
setAuthor(java.lang.String)

setAuthor

public void setAuthor(String author)
Initializes the author of this provider.

Parameters:
author - an author. May be null.
See Also:
getAuthor()

getName

public String getName()
Returns the provider name. This is typically the record company name.

Returns:
a name. May be null.
See Also:
setName(java.lang.String)

setName

public void setName(String name)
Initializes the provider name.

Parameters:
name - a name. May be null.
See Also:
getName()

getUrlString

public String getUrlString()
Returns the URL that users will access in order to get this music.

Returns:
an URL. May be null.
See Also:
setUrlString(java.lang.String)

setUrlString

public void setUrlString(String url)
Initializes the URL that users will access in order to get this music.

Parameters:
url - an URL. May be null.
See Also:
getUrlString()

getCopyright

public String getCopyright()
Returns the provider copyright information. Typically a record company copyright.

Returns:
a copyright information. May be null.
See Also:
setCopyright(java.lang.String)

setCopyright

public void setCopyright(String copyright)
Initializes the provider copyright information.

Parameters:
copyright - a copyright information. May be null.
See Also:
getCopyright()

getContact

public String getContact()
Returns the provider contact. An email for the user to contact if they are having trouble with the download.

Returns:
a contact. May be null.
See Also:
setContact(java.lang.String)

setContact

public void setContact(String contact)
Initializes the provider contact.

Parameters:
contact - a contact. May be null.
See Also:
getContact()

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.