org.ow2.frascati.examples.twitterweather.xml
Class User

java.lang.Object
  extended by org.ow2.frascati.examples.twitterweather.xml.User

public class User
extends java.lang.Object

Author:
Philippe Merle

Field Summary
 java.lang.String created_at
           
 java.lang.String description
           
 int favourites_count
           
 int followers_count
           
 int friends_count
           
 java.lang.String id
           
 boolean isProtected
           
 java.lang.String location
           
 java.lang.String name
           
 java.lang.String profile_background_color
           
 java.lang.String profile_background_image_url
           
 boolean profile_background_tile
           
 java.lang.String profile_image_url
           
 java.lang.String profile_link_color
           
 java.lang.String profile_sidebar_border_color
           
 java.lang.String profile_sidebar_fill_color
           
 java.lang.String profile_text_color
           
 java.lang.String screen_name
           
 Status status
           
 int statuses_count
           
 java.lang.String time_zone
           
 java.lang.String url
           
 int utc_offset
           
 boolean verified
           
 
Constructor Summary
User()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id

name

public java.lang.String name

screen_name

public java.lang.String screen_name

location

public java.lang.String location

description

public java.lang.String description

profile_image_url

public java.lang.String profile_image_url

url

public java.lang.String url

isProtected

public boolean isProtected

followers_count

public int followers_count

profile_background_color

public java.lang.String profile_background_color

profile_text_color

public java.lang.String profile_text_color

profile_link_color

public java.lang.String profile_link_color

profile_sidebar_fill_color

public java.lang.String profile_sidebar_fill_color

profile_sidebar_border_color

public java.lang.String profile_sidebar_border_color

friends_count

public int friends_count

created_at

public java.lang.String created_at

favourites_count

public int favourites_count

utc_offset

public int utc_offset

time_zone

public java.lang.String time_zone

profile_background_image_url

public java.lang.String profile_background_image_url

profile_background_tile

public boolean profile_background_tile

statuses_count

public int statuses_count

verified

public boolean verified

status

public Status status
Constructor Detail

User

public User()


Copyright © 2010 OW2 Consortium. All Rights Reserved.