public class DashboardInfo
extends java.lang.Object
Constructor and Description |
---|
DashboardInfo()
Create a new
DashboardInfo instance. |
DashboardInfo(java.lang.String dshPath,
java.lang.String dshName,
java.util.List<LCInfo> lcs,
LCInfo currentLC,
java.lang.String userName)
Create a new
DashboardInfo instance. |
Modifier and Type | Method and Description |
---|---|
LCInfo |
getCurrentLC()
Return current library component.
|
java.lang.String |
getDshName()
Return dashboard name.
|
java.lang.String |
getDshPath()
Return dashboard path.
|
java.util.List<LCInfo> |
getLCs()
Return the list of other library components in the dashboard.
|
java.lang.String |
getUserName()
Return user name.
|
void |
setCurrentLC(LCInfo currentLC)
Set current library component.
|
void |
setDshName(java.lang.String dshName)
Set dashboard name.
|
void |
setDshPath(java.lang.String dshPath)
Set dashboard path.
|
void |
setLCs(java.util.List<LCInfo> lcs)
Set other library components in the dashboard.
|
void |
setUserName(java.lang.String userName)
Set user name.
|
public DashboardInfo()
DashboardInfo
instance.public DashboardInfo(java.lang.String dshPath, java.lang.String dshName, java.util.List<LCInfo> lcs, LCInfo currentLC, java.lang.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 java.lang.String getDshPath()
public void setDshPath(java.lang.String dshPath)
dshPath
- the dashboard path of the dashboardInfo.public java.lang.String getDshName()
public void setDshName(java.lang.String dshName)
dshName
- the dashboard name of the dashboardInfo.public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName
- the user name.public LCInfo getCurrentLC()
public void setCurrentLC(LCInfo currentLC)
currentLC
- the current library component.public java.util.List<LCInfo> getLCs()
public void setLCs(java.util.List<LCInfo> lcs)
lcs
- the list of other library components in the dashboard.