org.springframework.social.twitter.api
Class MentionEntity

java.lang.Object
  extended by org.springframework.social.twitter.api.TwitterObject
      extended by org.springframework.social.twitter.api.MentionEntity
All Implemented Interfaces:
Serializable

public class MentionEntity
extends TwitterObject
implements Serializable

A user mention entity.

User: bowen Date: 12/26/11

See Also:
Serialized Form

Constructor Summary
MentionEntity(long id, String screenName, String name, int[] indices)
           
 
Method Summary
 boolean equals(Object o)
           
 long getId()
           
 int[] getIndices()
           
 String getName()
           
 String getScreenName()
           
 int hashCode()
           
 
Methods inherited from class org.springframework.social.twitter.api.TwitterObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MentionEntity

public MentionEntity(long id,
                     String screenName,
                     String name,
                     int[] indices)
Method Detail

getId

public long getId()

getName

public String getName()

getScreenName

public String getScreenName()

getIndices

public int[] getIndices()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object