|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | 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. |
String |
getHost()
Return the host name. |
String |
getPassword()
Return the password. |
String |
getType()
Return the subscription type. |
User |
getUser()
Return the User owning this Subscription. |
String |
getUsername()
Return the username. |
void |
setAutoConnect(boolean autoConnect)
Set the auto-connect flag. |
void |
setPassword(String password)
Set the password. |
void |
setType(String type)
Set the subscription type. |
void |
setUsername(String username)
Set the username. |
Method Detail |
public boolean getAutoConnect()
public void setAutoConnect(boolean autoConnect)
autoConnect
- The new auto-connect flagpublic String getHost()
public String getPassword()
public void setPassword(String password)
password
- The new passwordpublic String getType()
public void setType(String type)
type
- The new subscription typepublic User getUser()
User
owning this Subscription.
public String getUsername()
public void setUsername(String username)
username
- The new username
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |