org.hackystat.tickertape.tickerlingua
Class TwitterAccount

java.lang.Object
  extended by org.hackystat.tickertape.tickerlingua.NotificationService
      extended by org.hackystat.tickertape.tickerlingua.TwitterAccount

public class TwitterAccount
extends NotificationService

Supports Twitter notifications.

Author:
Philip Johnson

Constructor Summary
TwitterAccount(java.lang.String id, java.lang.String user, java.lang.String password)
          Create the account.
TwitterAccount(TwitterAccount jaxb)
          Create an account from the JAXB version.
 
Method Summary
 
Methods inherited from class org.hackystat.tickertape.tickerlingua.NotificationService
getId, getPassword, getUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwitterAccount

public TwitterAccount(java.lang.String id,
                      java.lang.String user,
                      java.lang.String password)
Create the account.

Parameters:
id - The unique ID for this account.
user - The user name.
password - Their password.

TwitterAccount

public TwitterAccount(TwitterAccount jaxb)
Create an account from the JAXB version.

Parameters:
jaxb - The JAXB account.