org.hackystat.tickertape.tickerlingua
Class Nabaztag

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

public class Nabaztag
extends NotificationService

Supports Nabaztag notifications. Note that the serialnumber is the user, and the token is the password.

Author:
Philip Johnson

Constructor Summary
Nabaztag(Nabaztag jaxb)
          Create an account from the JAXB version.
Nabaztag(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

Nabaztag

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

Nabaztag

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

Parameters:
jaxb - The JAXB account.