org.jboss.seam.social.twitter.model
Class SuggestionCategory

java.lang.Object
  extended by 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

Constructor Summary
SuggestionCategory(String name, String slug, int size)
           
 
Method Summary
 String getName()
           
 int getSize()
           
 String getSlug()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestionCategory

public SuggestionCategory(String name,
                          String slug,
                          int size)
Method Detail

getName

public String getName()

getSlug

public String getSlug()

getSize

public int getSize()


Copyright © 2011 Seam Framework. All Rights Reserved.