|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.playlist.rmp.Provider
public class Provider
A Real Metadata Package provider.
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 |
---|
public Provider()
Method Detail |
---|
public String getAuthor()
null
.setAuthor(java.lang.String)
public void setAuthor(String author)
author
- an author. May be null
.getAuthor()
public String getName()
null
.setName(java.lang.String)
public void setName(String name)
name
- a name. May be null
.getName()
public String getUrlString()
null
.setUrlString(java.lang.String)
public void setUrlString(String url)
url
- an URL. May be null
.getUrlString()
public String getCopyright()
null
.setCopyright(java.lang.String)
public void setCopyright(String copyright)
copyright
- a copyright information. May be null
.getCopyright()
public String getContact()
null
.setContact(java.lang.String)
public void setContact(String contact)
contact
- a contact. May be null
.getContact()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |