http://twitter.com/statuses/friends.xml returns list of <user> as follows:
----------------------------------
<users>
<user>
<id>6377362</id>
<name>twit4j2</name>
<screen_name>twit4j2</screen_name>
<location></location>
<description></description>
<profile_image_url>
http://assets0.twitter.com/images/default_image.gif?1182411254</profile_image_url>
<url></url>
<protected>true</protected>
<status>
<created_at>Thu Jun 21 02:24:44 +0000 2007</created_at>
<id>113888932</id>
<text>6/21:id2</text>
</status>
</user>
</users>
----------------------------------
Thus following methods should be moved to UserWithStatus:
getProfileBackgroundColor()
getProfileTextColor()
getProfileLinkColor()
getProfileSidebarFillColor()
getProfileSidebarBorderColor()
getFriendsCount()
getFollowersCount()
getFavouritesCount()
getStatusesCount()
getProfileBackgroundColor()
getProfileTextColor()
getProfileLinkColor()
getProfileSidebarFillColor()
getProfileSidebarBorderColor()
getFriendsCount()
getFollowersCount()
getFavouritesCount()
getStatusesCount()