Package org.alfresco.filesys.config
Class Win32NetBIOSConfigBean
- java.lang.Object
-
- org.alfresco.filesys.config.Win32NetBIOSConfigBean
-
public class Win32NetBIOSConfigBean extends java.lang.ObjectThe Class Win32NetBIOSConfigBean.- Author:
- dward
-
-
Constructor Summary
Constructors Constructor Description Win32NetBIOSConfigBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApi()Gets the api.java.lang.StringgetLana()Gets the lana.java.lang.StringgetName()Gets the name.voidsetApi(java.lang.String api)Sets the api.voidsetLana(java.lang.String lana)Sets the lana.voidsetName(java.lang.String name)Sets the name.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the name.- Returns:
- the name
-
setName
public void setName(java.lang.String name)
Sets the name.- Parameters:
name- the new name
-
getLana
public java.lang.String getLana()
Gets the lana.- Returns:
- the lana
-
setLana
public void setLana(java.lang.String lana)
Sets the lana.- Parameters:
lana- the new lana
-
getApi
public java.lang.String getApi()
Gets the api.- Returns:
- the api
-
setApi
public void setApi(java.lang.String api)
Sets the api.- Parameters:
api- the new api
-
-