com.scilor.grooveshark.API.Functions
Class GetPageInfoByIDType.DataArtists

java.lang.Object
  extended by com.scilor.grooveshark.API.Functions.GetPageInfoByIDType.DataArtists
Enclosing class:
GetPageInfoByIDType

public class GetPageInfoByIDType.DataArtists
extends java.lang.Object


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

Field Detail

ArtistID

public int ArtistID

ArtistName

public java.lang.String ArtistName

CoverArtFilename

public java.lang.String CoverArtFilename

Weight

public double Weight
Constructor Detail

GetPageInfoByIDType.DataArtists

public GetPageInfoByIDType.DataArtists()