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

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

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

Fields in org.hackystat.tickertape.tickerlingua.jaxb declared as FacebookAccountRef
protected  FacebookAccountRef HackystatUser.facebookAccountRef
           
 

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

Methods in org.hackystat.tickertape.tickerlingua.jaxb that return FacebookAccountRef
 FacebookAccountRef ObjectFactory.createFacebookAccountRef()
          Create an instance of FacebookAccountRef
 FacebookAccountRef HackystatUser.getFacebookAccountRef()
          Gets the value of the facebookAccountRef property.
 

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

Methods in org.hackystat.tickertape.tickerlingua.jaxb with parameters of type FacebookAccountRef
 void HackystatUser.setFacebookAccountRef(FacebookAccountRef value)
          Sets the value of the facebookAccountRef property.