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