org.jboss.seam.social.twitter.model
Class SuggestionCategory
java.lang.Object
org.jboss.seam.social.twitter.model.SuggestionCategory
public class SuggestionCategory
- extends Object
Represents a suggestion category; a category of users that Twitter may suggest that a user follow.
- Author:
- Craig Walls, Antoine Sabot-Durand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuggestionCategory
public SuggestionCategory(String name,
String slug,
int size)
getName
public String getName()
getSlug
public String getSlug()
getSize
public int getSize()
Copyright © 2011 Seam Framework. All Rights Reserved.