Class TcpipSMBConfigBean


  • public class TcpipSMBConfigBean
    extends java.lang.Object
    The Class TcpipSMBConfigBean.
    Author:
    dward
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getIpv6Enabled()
      Checks if is ipv6 enabled.
      java.lang.String getPlatforms()
      Gets the platforms.
      java.lang.Integer getPort()
      Gets the port.
      void setIpv6Enabled​(boolean ipv6Enabled)
      Sets the ipv6 enabled.
      void setPlatforms​(java.lang.String platforms)
      Sets the platforms.
      void setPort​(java.lang.Integer port)
      Sets the port.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TcpipSMBConfigBean

        public TcpipSMBConfigBean()
    • Method Detail

      • getPlatforms

        public java.lang.String getPlatforms()
        Gets the platforms.
        Returns:
        the platforms
      • setPlatforms

        public void setPlatforms​(java.lang.String platforms)
        Sets the platforms.
        Parameters:
        platforms - the new platforms
      • getPort

        public java.lang.Integer getPort()
        Gets the port.
        Returns:
        the port
      • setPort

        public void setPort​(java.lang.Integer port)
        Sets the port.
        Parameters:
        port - the new port
      • getIpv6Enabled

        public boolean getIpv6Enabled()
        Checks if is ipv6 enabled.
        Returns:
        true, if is ipv6 enabled
      • setIpv6Enabled

        public void setIpv6Enabled​(boolean ipv6Enabled)
        Sets the ipv6 enabled.
        Parameters:
        ipv6Enabled - the new ipv6 enabled