net.spy.digg
Interface User

All Known Implementing Classes:
UserImpl

public interface User

A digg user.


Method Summary
 java.lang.String getIcon()
          Get the URL to this user's icon.
 java.lang.String getName()
          Get the name of this user.
 int getProfileviews()
          Get the number of profile views for this user.
 long getRegistered()
          Get the date this user registered.
 

Method Detail

getIcon

java.lang.String getIcon()
Get the URL to this user's icon.


getName

java.lang.String getName()
Get the name of this user.


getProfileviews

int getProfileviews()
Get the number of profile views for this user.


getRegistered

long getRegistered()
Get the date this user registered.