com.scilor.grooveshark.API.Functions
Class GetTopLevelTags.TagArtistInfo

java.lang.Object
  extended by com.scilor.grooveshark.API.Functions.GetTopLevelTags.TagArtistInfo
Enclosing class:
GetTopLevelTags

public class GetTopLevelTags.TagArtistInfo
extends java.lang.Object


Field Summary
 int ArtistID
           
 java.lang.String CoverArtFilename
           
 java.lang.String Name
           
 double Weight
           
 
Constructor Summary
GetTopLevelTags.TagArtistInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ArtistID

public int ArtistID

CoverArtFilename

public java.lang.String CoverArtFilename

Name

public java.lang.String Name

Weight

public double Weight
Constructor Detail

GetTopLevelTags.TagArtistInfo

public GetTopLevelTags.TagArtistInfo()