|
||||||||||
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.TwitterAccount
public class TwitterAccount
Supports Twitter notifications.
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 |
---|
public TwitterAccount(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 TwitterAccount(TwitterAccount jaxb)
jaxb
- The JAXB account.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |