Package org.alfresco.filesys.config
Class WINSConfigBean
- java.lang.Object
-
- org.alfresco.filesys.config.WINSConfigBean
-
public class WINSConfigBean extends java.lang.ObjectThe Class WINSConfigBean.- Author:
- dward
-
-
Constructor Summary
Constructors Constructor Description WINSConfigBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPrimary()Gets the primary.java.lang.StringgetSecondary()Gets the secondary.booleanisAutoDetectEnabled()Checks if is auto detect enabled.voidsetAutoDetectEnabled(boolean autoDetectEnabled)Sets the auto detect enabled.voidsetPrimary(java.lang.String primary)Sets the primary.voidsetSecondary(java.lang.String secondary)Sets the secondary.
-
-
-
Method Detail
-
isAutoDetectEnabled
public boolean isAutoDetectEnabled()
Checks if is auto detect enabled.- Returns:
- true, if is auto detect enabled
-
setAutoDetectEnabled
public void setAutoDetectEnabled(boolean autoDetectEnabled)
Sets the auto detect enabled.- Parameters:
autoDetectEnabled- the new auto detect enabled
-
getPrimary
public java.lang.String getPrimary()
Gets the primary.- Returns:
- the primary
-
setPrimary
public void setPrimary(java.lang.String primary)
Sets the primary.- Parameters:
primary- the new primary
-
getSecondary
public java.lang.String getSecondary()
Gets the secondary.- Returns:
- the secondary
-
setSecondary
public void setSecondary(java.lang.String secondary)
Sets the secondary.- Parameters:
secondary- the new secondary
-
-