Package org.alfresco.filesys.config
Class TcpipSMBConfigBean
- java.lang.Object
-
- org.alfresco.filesys.config.TcpipSMBConfigBean
-
public class TcpipSMBConfigBean extends Object
The 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.StringgetPlatforms()Gets the platforms.IntegergetPort()Gets the port.voidsetIpv6Enabled(boolean ipv6Enabled)Sets the ipv6 enabled.voidsetPlatforms(String platforms)Sets the platforms.voidsetPort(Integer port)Sets the port.
-
-
-
Method Detail
-
getPlatforms
public String getPlatforms()
Gets the platforms.- Returns:
- the platforms
-
setPlatforms
public void setPlatforms(String platforms)
Sets the platforms.- Parameters:
platforms- the new platforms
-
getPort
public Integer getPort()
Gets the port.- Returns:
- the port
-
setPort
public void setPort(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
-
-