public class WebConfigPrefsItem extends java.lang.Object implements PreferencesItem
| Constructor and Description |
|---|
WebConfigPrefsItem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClusterHost()
Gets the cluster host.
|
java.lang.String |
getClusterPassword()
Gets the cluster password.
|
java.lang.String |
getClusterUserName()
Gets the cluster user name.
|
javax.swing.JPanel |
getConfigurationPanel()
Gets the configuration panel.
|
java.lang.String |
getConfigurationPanelName()
Gets the configuration panel name.
|
int |
getPort()
Gets the port.
|
java.lang.String |
getSharedLocation()
Gets the shared location.
|
void |
setClusterHost(java.lang.String s)
Sets the cluster host.
|
void |
setClusterPassword(java.lang.String s)
Sets the cluster password.
|
void |
setClusterUserName(java.lang.String s)
Sets the cluster user name.
|
void |
setPort(int port)
Sets the port.
|
void |
setSharedLocation(java.lang.String s)
Sets the shared location.
|
public java.lang.String getClusterHost()
public java.lang.String getClusterPassword()
public java.lang.String getClusterUserName()
public javax.swing.JPanel getConfigurationPanel()
PreferencesItemgetConfigurationPanel in interface PreferencesItempublic java.lang.String getConfigurationPanelName()
PreferencesItemgetConfigurationPanelName in interface PreferencesItempublic int getPort()
public java.lang.String getSharedLocation()
public void setClusterHost(java.lang.String s)
s - the new cluster hostpublic void setClusterPassword(java.lang.String s)
s - the new cluster passwordpublic void setClusterUserName(java.lang.String s)
s - the new cluster user namepublic void setPort(int port)
port - the new portpublic void setSharedLocation(java.lang.String s)
s - the new shared location