Package org.alfresco.filesys.config
Class NetBIOSSMBConfigBean
- java.lang.Object
-
- org.alfresco.filesys.config.NetBIOSSMBConfigBean
-
public class NetBIOSSMBConfigBean extends java.lang.ObjectThe Class NetBIOSSMBConfigBean.- Author:
- dward
-
-
Constructor Summary
Constructors Constructor Description NetBIOSSMBConfigBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAdapter()Gets the adapter.java.lang.StringgetBindTo()Gets the bind to.java.lang.IntegergetDatagramPort()Gets the datagram port.java.lang.IntegergetNamePort()Gets the name port.java.lang.StringgetPlatforms()Gets the platforms.java.lang.IntegergetSessionPort()Gets the session port.voidsetAdapter(java.lang.String adapter)Sets the adapter.voidsetBindTo(java.lang.String bindTo)Sets the bind to.voidsetDatagramPort(java.lang.Integer datagramPort)Sets the datagram port.voidsetNamePort(java.lang.Integer namePort)Sets the name port.voidsetPlatforms(java.lang.String platforms)Sets the platforms.voidsetSessionPort(java.lang.Integer sessionPort)Sets the session 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
-
getBindTo
public java.lang.String getBindTo()
Gets the bind to.- Returns:
- the bind to
-
setBindTo
public void setBindTo(java.lang.String bindTo)
Sets the bind to.- Parameters:
bindTo- the new bind to
-
getSessionPort
public java.lang.Integer getSessionPort()
Gets the session port.- Returns:
- the session port
-
setSessionPort
public void setSessionPort(java.lang.Integer sessionPort)
Sets the session port.- Parameters:
sessionPort- the new session port
-
getNamePort
public java.lang.Integer getNamePort()
Gets the name port.- Returns:
- the name port
-
setNamePort
public void setNamePort(java.lang.Integer namePort)
Sets the name port.- Parameters:
namePort- the new name port
-
getDatagramPort
public java.lang.Integer getDatagramPort()
Gets the datagram port.- Returns:
- the datagram port
-
setDatagramPort
public void setDatagramPort(java.lang.Integer datagramPort)
Sets the datagram port.- Parameters:
datagramPort- the new datagram port
-
getAdapter
public java.lang.String getAdapter()
Gets the adapter.- Returns:
- the adapter
-
setAdapter
public void setAdapter(java.lang.String adapter)
Sets the adapter.- Parameters:
adapter- the new adapter
-
-