|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jinfonet.web.modules.dashboard.DashboardInfo
public class DashboardInfo
This class is to define dashboard information for JDashboard call-back functions.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |