org.alfresco.filesys.config
Class NetBIOSSMBConfigBean

java.lang.Object
  extended by org.alfresco.filesys.config.NetBIOSSMBConfigBean

public class NetBIOSSMBConfigBean
extends java.lang.Object

The Class NetBIOSSMBConfigBean.


Constructor Summary
NetBIOSSMBConfigBean()
           
 
Method Summary
 java.lang.String getAdapter()
          Gets the adapter.
 java.lang.String getBindTo()
          Gets the bind to.
 java.lang.Integer getDatagramPort()
          Gets the datagram port.
 java.lang.Integer getNamePort()
          Gets the name port.
 java.lang.String getPlatforms()
          Gets the platforms.
 java.lang.Integer getSessionPort()
          Gets the session port.
 void setAdapter(java.lang.String adapter)
          Sets the adapter.
 void setBindTo(java.lang.String bindTo)
          Sets the bind to.
 void setDatagramPort(java.lang.Integer datagramPort)
          Sets the datagram port.
 void setNamePort(java.lang.Integer namePort)
          Sets the name port.
 void setPlatforms(java.lang.String platforms)
          Sets the platforms.
 void setSessionPort(java.lang.Integer sessionPort)
          Sets the session port.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetBIOSSMBConfigBean

public NetBIOSSMBConfigBean()
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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.