Class WINSConfigBean


  • public class WINSConfigBean
    extends java.lang.Object
    The 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.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