|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.tickertape.tickerlingua.NotificationService
org.hackystat.tickertape.tickerlingua.Nabaztag
public class Nabaztag
Supports Nabaztag notifications. Note that the serialnumber is the user, and the token is the password.
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 |
---|
public Nabaztag(java.lang.String id, java.lang.String user, java.lang.String password)
id
- The unique ID for this account.user
- The user name.password
- Their password.public Nabaztag(Nabaztag jaxb)
jaxb
- The JAXB account.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |