|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArtistInfo
Method Summary | |
---|---|
javax.swing.ImageIcon |
getImage()
Gets the image. |
java.lang.String |
getImageUrl()
Gets the image url. |
java.lang.String |
getMatch()
Gets the match. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getUrl()
Gets the url. |
void |
setImage(javax.swing.ImageIcon image)
Sets the image. |
void |
setImageUrl(java.lang.String imageUrl)
Sets the image url. |
void |
setMatch(java.lang.String match)
Sets the match. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setUrl(java.lang.String url)
Sets the url. |
Method Detail |
---|
javax.swing.ImageIcon getImage()
java.lang.String getImageUrl()
java.lang.String getMatch()
java.lang.String getName()
java.lang.String getUrl()
void setImage(javax.swing.ImageIcon image)
image
- the new imagevoid setImageUrl(java.lang.String imageUrl)
imageUrl
- the imageUrl to setvoid setMatch(java.lang.String match)
match
- the match to setvoid setName(java.lang.String name)
name
- the name to setvoid setUrl(java.lang.String url)
url
- the url to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |