Methods Summary |
---|
public boolean | getAutoConnect()Return the auto-connect flag.
|
public java.lang.String | getHost()Return the host name.
|
public java.lang.String | getPassword()Return the password.
|
public java.lang.String | getType()Return the subscription type.
|
public User | getUser()Return the {@link User} owning this Subscription.
|
public java.lang.String | getUsername()Return the username.
|
public void | setAutoConnect(boolean autoConnect)Set the auto-connect flag.
|
public void | setPassword(java.lang.String password)Set the password.
|
public void | setType(java.lang.String type)Set the subscription type.
|
public void | setUsername(java.lang.String username)Set the username.
|