org.hackystat.tickertape.tickerlingua
Class FacebookAccount

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

public class FacebookAccount
extends NotificationService

Supports Facebook notification.

Author:
Philip Johnson

Constructor Summary
FacebookAccount(FacebookAccount jaxb)
          Create an account from the JAXB version.
FacebookAccount(java.lang.String id, java.lang.String user, java.lang.String password)
          Create the account.
 
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

FacebookAccount

public FacebookAccount(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.

FacebookAccount

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

Parameters:
jaxb - The JAXB account.