org.springframework.social.tripit
Class TripItProfile

java.lang.Object
  extended by org.springframework.social.tripit.TripItProfile

public class TripItProfile
extends java.lang.Object

Model class containing a TripIt user's profile information.


Constructor Summary
TripItProfile()
           
 
Method Summary
 java.lang.String getCompany()
          The company that the TripIt user works for
 java.lang.String getHomeCity()
          The TripIt user's home city
 java.lang.String getId()
          The TripIt user's profile ID
 java.lang.String getProfileUrl()
          The URL to the user's profile page at TripIt
 java.lang.String getPublicDisplayName()
          The TripIt user's display name
 java.lang.String getScreenName()
          The TripIt user's screen name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripItProfile

public TripItProfile()
Method Detail

getId

public java.lang.String getId()
The TripIt user's profile ID

Returns:
The TripIt user's profile ID

getScreenName

public java.lang.String getScreenName()
The TripIt user's screen name

Returns:
The TripIt user's screen name

getPublicDisplayName

public java.lang.String getPublicDisplayName()
The TripIt user's display name

Returns:
The TripIt user's display name

getHomeCity

public java.lang.String getHomeCity()
The TripIt user's home city

Returns:
The TripIt user's home city

getCompany

public java.lang.String getCompany()
The company that the TripIt user works for

Returns:
The company that the TripIt user works for

getProfileUrl

public java.lang.String getProfileUrl()
The URL to the user's profile page at TripIt

Returns:
The URL to the user's profile page at TripIt