de.umass.lastfm
Class Shout

java.lang.Object
  extended by de.umass.lastfm.Shout

public class Shout
extends Object


Constructor Summary
Shout(String body, String author, Date date)
           
 
Method Summary
 String getAuthor()
           
 String getBody()
           
 Date getDate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shout

public Shout(String body,
             String author,
             Date date)
Method Detail

getBody

public String getBody()

getAuthor

public String getAuthor()

getDate

public Date getDate()