Uses of Class
org.hackystat.tickertape.tickerlingua.jaxb.TwitterAccountRef

Packages that use TwitterAccountRef
org.hackystat.tickertape.tickerlingua.jaxb   
 

Uses of TwitterAccountRef in org.hackystat.tickertape.tickerlingua.jaxb
 

Fields in org.hackystat.tickertape.tickerlingua.jaxb declared as TwitterAccountRef
protected  TwitterAccountRef HackystatUser.twitterAccountRef
           
 

Fields in org.hackystat.tickertape.tickerlingua.jaxb with type parameters of type TwitterAccountRef
protected  java.util.List<TwitterAccountRef> Tickertape.twitterAccountRef
           
 

Methods in org.hackystat.tickertape.tickerlingua.jaxb that return TwitterAccountRef
 TwitterAccountRef ObjectFactory.createTwitterAccountRef()
          Create an instance of TwitterAccountRef
 TwitterAccountRef HackystatUser.getTwitterAccountRef()
          Gets the value of the twitterAccountRef property.
 

Methods in org.hackystat.tickertape.tickerlingua.jaxb that return types with arguments of type TwitterAccountRef
 java.util.List<TwitterAccountRef> Tickertape.getTwitterAccountRef()
          Gets the value of the twitterAccountRef property.
 

Methods in org.hackystat.tickertape.tickerlingua.jaxb with parameters of type TwitterAccountRef
 void HackystatUser.setTwitterAccountRef(TwitterAccountRef value)
          Sets the value of the twitterAccountRef property.