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