org.springframework.social.twitter.api
Class TickerSymbolEntity

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

public class TickerSymbolEntity
extends Object
implements Serializable

A representation of embedded ticker symbol entity.

See Also:
Serialized Form

Constructor Summary
TickerSymbolEntity(String tickerSymbol, String url, int[] indices)
           
 
Method Summary
 boolean equals(Object o)
           
 int[] getIndices()
           
 String getTickerSymbol()
           
 String getUrl()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TickerSymbolEntity

public TickerSymbolEntity(String tickerSymbol,
                          String url,
                          int[] indices)
Method Detail

getTickerSymbol

public String getTickerSymbol()

getUrl

public String getUrl()

getIndices

public int[] getIndices()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object