public class WINSConfigBean extends Object
| Constructor and Description |
|---|
WINSConfigBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrimary()
Gets the primary.
|
String |
getSecondary()
Gets the secondary.
|
boolean |
isAutoDetectEnabled()
Checks if is auto detect enabled.
|
void |
setAutoDetectEnabled(boolean autoDetectEnabled)
Sets the auto detect enabled.
|
void |
setPrimary(String primary)
Sets the primary.
|
void |
setSecondary(String secondary)
Sets the secondary.
|
public boolean isAutoDetectEnabled()
public void setAutoDetectEnabled(boolean autoDetectEnabled)
autoDetectEnabled - the new auto detect enabledpublic String getPrimary()
public void setPrimary(String primary)
primary - the new primarypublic String getSecondary()
public void setSecondary(String secondary)
secondary - the new secondaryCopyright © 2005–2018 Alfresco Software. All rights reserved.