|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Subscription which is stored, along with the
associated User
, in a UserDatabase
.
Method Summary | |
boolean |
getAutoConnect()
Return the auto-connect flag. |
java.lang.String |
getHost()
Return the host name. |
java.lang.String |
getPassword()
Return the password. |
java.lang.String |
getType()
Return the subscription type. |
User |
getUser()
Return the User owning this Subscription. |
java.lang.String |
getUsername()
Return the username. |
void |
setAutoConnect(boolean autoConnect)
Set the auto-connect flag. |
void |
setPassword(java.lang.String password)
Set the password. |
void |
setType(java.lang.String type)
Set the subscription type. |
void |
setUsername(java.lang.String username)
Set the username. |
Method Detail |
public boolean getAutoConnect()
public void setAutoConnect(boolean autoConnect)
autoConnect
- The new auto-connect flagpublic java.lang.String getHost()
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- The new passwordpublic java.lang.String getType()
public void setType(java.lang.String type)
type
- The new subscription typepublic User getUser()
User
owning this Subscription.public java.lang.String getUsername()
public void setUsername(java.lang.String username)
username
- The new username
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |