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

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

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

Fields in org.hackystat.tickertape.tickerlingua.jaxb declared as EmailAccount
protected  EmailAccount HackystatUser.emailAccount
           
 

Methods in org.hackystat.tickertape.tickerlingua.jaxb that return EmailAccount
 EmailAccount ObjectFactory.createEmailAccount()
          Create an instance of EmailAccount
 EmailAccount HackystatUser.getEmailAccount()
          Gets the value of the emailAccount property.
 

Methods in org.hackystat.tickertape.tickerlingua.jaxb with parameters of type EmailAccount
 void HackystatUser.setEmailAccount(EmailAccount value)
          Sets the value of the emailAccount property.