public class DashboardInfo extends Object
| Constructor and Description |
|---|
DashboardInfo()
Create a new
DashboardInfo instance. |
DashboardInfo(String dshPath,
String dshName,
List<LCInfo> lcs,
LCInfo currentLC,
String userName)
Create a new
DashboardInfo instance. |
| Modifier and Type | Method and Description |
|---|---|
LCInfo |
getCurrentLC()
Return current library component.
|
String |
getDshName()
Return dashboard name.
|
String |
getDshPath()
Return dashboard path.
|
List<LCInfo> |
getLCs()
Return the list of other library components in the dashboard.
|
String |
getUserName()
Return user name.
|
void |
setCurrentLC(LCInfo currentLC)
Set current library component.
|
void |
setDshName(String dshName)
Set dashboard name.
|
void |
setDshPath(String dshPath)
Set dashboard path.
|
void |
setLCs(List<LCInfo> lcs)
Set other library components in the dashboard.
|
void |
setUserName(String userName)
Set user name.
|
public DashboardInfo()
DashboardInfo instance.public DashboardInfo(String dshPath, String dshName, List<LCInfo> lcs, LCInfo currentLC, String userName)
DashboardInfo instance.dshPath - the dashboard path of the dashboardInfo.dshName - the dashboard name of the dashboardInfo.lcs - the list of other LCs in the dashboard.currentLC - the current LC information.userName - the name of the user who is processing the action.public String getDshPath()
public void setDshPath(String dshPath)
dshPath - the dashboard path of the dashboardInfo.public String getDshName()
public void setDshName(String dshName)
dshName - the dashboard name of the dashboardInfo.public String getUserName()
public void setUserName(String userName)
userName - the user name.public LCInfo getCurrentLC()
public void setCurrentLC(LCInfo currentLC)
currentLC - the current library component.public List<LCInfo> getLCs()
© insightsoftware. All rights reserved.