Package org.alfresco.filesys.config
Class TcpipSMBConfigBean
- java.lang.Object
-
- org.alfresco.filesys.config.TcpipSMBConfigBean
-
public class TcpipSMBConfigBean extends java.lang.ObjectThe Class TcpipSMBConfigBean.- Author:
- dward
-
-
Constructor Summary
Constructors Constructor Description TcpipSMBConfigBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetIpv6Enabled()Checks if is ipv6 enabled.java.lang.StringgetPlatforms()Gets the platforms.java.lang.IntegergetPort()Gets the port.voidsetIpv6Enabled(boolean ipv6Enabled)Sets the ipv6 enabled.voidsetPlatforms(java.lang.String platforms)Sets the platforms.voidsetPort(java.lang.Integer port)Sets the port.
-
-
-
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
-
-