com.github.bean
Class User

java.lang.Object
  extended by com.github.bean.User

public class User
extends Object

Version:
1.0
Author:
cristian

Constructor Summary
User()
           
 
Method Summary
 boolean equals(Object o)
           
 String getAvatarUrl()
           
 String getBio()
           
 String getBlog()
           
 String getCompany()
           
 String getCreatedAt()
           
 String getEmail()
           
 int getFollowers()
           
 int getFollowing()
           
 String getHtmlUrl()
           
 long getId()
           
 String getLocation()
           
 String getName()
           
 int getPublicRepos()
           
 String getUsername()
           
 int hashCode()
           
 void setAvatarUrl(String avatarUrl)
           
 void setBio(String bio)
           
 void setBlog(String blog)
           
 void setCompany(String company)
           
 void setCreatedAt(String createdAt)
           
 void setEmail(String email)
           
 void setFollowers(int followers)
           
 void setFollowing(int following)
           
 void setHtmlUrl(String htmlUrl)
           
 void setId(long id)
           
 void setLocation(String location)
           
 void setName(String name)
           
 void setPublicRepos(int publicRepos)
           
 void setUsername(String username)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

User

public User()
Method Detail

getCreatedAt

public String getCreatedAt()

setCreatedAt

public void setCreatedAt(String createdAt)

getBlog

public String getBlog()

setBlog

public void setBlog(String blog)

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getFollowing

public int getFollowing()

setFollowing

public void setFollowing(int following)

getPublicRepos

public int getPublicRepos()

setPublicRepos

public void setPublicRepos(int publicRepos)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getBio

public String getBio()

setBio

public void setBio(String bio)

getHtmlUrl

public String getHtmlUrl()

setHtmlUrl

public void setHtmlUrl(String htmlUrl)

getName

public String getName()

setName

public void setName(String name)

getAvatarUrl

public String getAvatarUrl()

setAvatarUrl

public void setAvatarUrl(String avatarUrl)

getFollowers

public int getFollowers()

setFollowers

public void setFollowers(int followers)

getId

public long getId()

setId

public void setId(long id)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getCompany

public String getCompany()

setCompany

public void setCompany(String company)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012-2013. All Rights Reserved.