public class Configuration extends Object
| Constructor and Description |
|---|
Configuration()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Tab |
getDefaultTab()
Getter for defaultTab.
|
String |
getPath()
Getter for path.
|
String |
getSelectionId()
Getter for selectionId.
|
String |
getUser()
Getter for user.
|
void |
setDefaultTab(Tab defaultTab)
Setter for defaultTab.
|
void |
setPath(String path)
Setter for path.
|
void |
setSelectionId(String selectionId)
Setter for selectionId.
|
void |
setUser(String user)
Setter for user.
|
public Tab getDefaultTab()
public void setDefaultTab(Tab defaultTab)
defaultTab - the defaultTab to setpublic String getPath()
public void setPath(String path)
path - the path to setpublic String getUser()
public void setUser(String user)
user - the user to setpublic String getSelectionId()
public void setSelectionId(String selectionId)
selectionId - the selectionId to setCopyright © 2021. All rights reserved.