org.alfresco.filesys.config
Class WINSConfigBean

java.lang.Object
  extended by org.alfresco.filesys.config.WINSConfigBean

public class WINSConfigBean
extends java.lang.Object

The Class WINSConfigBean.


Constructor Summary
WINSConfigBean()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WINSConfigBean

public WINSConfigBean()
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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.