public class NetBIOSSMBConfigBean extends Object
| Constructor and Description |
|---|
NetBIOSSMBConfigBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdapter()
Gets the adapter.
|
String |
getBindTo()
Gets the bind to.
|
Integer |
getDatagramPort()
Gets the datagram port.
|
Integer |
getNamePort()
Gets the name port.
|
String |
getPlatforms()
Gets the platforms.
|
Integer |
getSessionPort()
Gets the session port.
|
void |
setAdapter(String adapter)
Sets the adapter.
|
void |
setBindTo(String bindTo)
Sets the bind to.
|
void |
setDatagramPort(Integer datagramPort)
Sets the datagram port.
|
void |
setNamePort(Integer namePort)
Sets the name port.
|
void |
setPlatforms(String platforms)
Sets the platforms.
|
void |
setSessionPort(Integer sessionPort)
Sets the session port.
|
public String getPlatforms()
public void setPlatforms(String platforms)
platforms - the new platformspublic String getBindTo()
public void setBindTo(String bindTo)
bindTo - the new bind topublic Integer getSessionPort()
public void setSessionPort(Integer sessionPort)
sessionPort - the new session portpublic Integer getNamePort()
public void setNamePort(Integer namePort)
namePort - the new name portpublic Integer getDatagramPort()
public void setDatagramPort(Integer datagramPort)
datagramPort - the new datagram portpublic String getAdapter()
public void setAdapter(String adapter)
adapter - the new adapterCopyright © 2005–2018 Alfresco Software. All rights reserved.