public class XmppForm extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_POSTING_INTERVAL
time to wait for next posting
|
Constructor and Description |
---|
XmppForm()
Does nothing.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
String |
getBlogSuffix() |
Boolean |
getEnabled() |
String |
getLogin() |
String |
getPassword() |
String |
getPort() |
String |
getPostingInterval() |
String |
getPriority() |
String |
getServer() |
Boolean |
getSubscriptionEnabled() |
String |
getUserSuffix() |
boolean |
isPasswordChanged() |
boolean |
isRunning() |
void |
setAction(String action) |
void |
setBlogSuffix(String blogSuffix) |
void |
setEnabled(Boolean enabled) |
void |
setLogin(String login) |
void |
setPassword(String password) |
void |
setPasswordChanged(boolean passwordChanged) |
void |
setPort(String port) |
void |
setPostingInterval(String postingInterval) |
void |
setPriority(String priority) |
void |
setRunning(boolean running) |
void |
setServer(String server) |
void |
setSubscriptionEnabled(Boolean subscriptionEnabled) |
void |
setUserSuffix(String userSuffix) |
public static final String DEFAULT_POSTING_INTERVAL
public String getAction()
public String getBlogSuffix()
public Boolean getEnabled()
public String getLogin()
public String getPassword()
public String getPort()
public String getPostingInterval()
public String getPriority()
public String getServer()
public Boolean getSubscriptionEnabled()
public String getUserSuffix()
public boolean isPasswordChanged()
public boolean isRunning()
public void setAction(String action)
action
- the action to setpublic void setBlogSuffix(String blogSuffix)
blogSuffix
- the blogSuffix to setpublic void setEnabled(Boolean enabled)
enabled
- the enabled to setpublic void setLogin(String login)
login
- the login to setpublic void setPassword(String password)
password
- the password to setpublic void setPasswordChanged(boolean passwordChanged)
passwordChanged
- the passwordChanged to setpublic void setPort(String port)
port
- the port to setpublic void setPostingInterval(String postingInterval)
postingInterval
- the postingInterval to setpublic void setPriority(String priority)
priority
- the priority to setpublic void setRunning(boolean running)
running
- the running to setpublic void setServer(String server)
server
- the server to setpublic void setSubscriptionEnabled(Boolean subscriptionEnabled)
subscriptionEnabled
- the subscriptionEnabled to setpublic void setUserSuffix(String userSuffix)
userSuffix
- the userSuffix to setCopyright © 2019 Communote team. All rights reserved.