|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jinfonet.web.modules.dashboard.LCInfo
public class LCInfo
This class is to define library component information for JDashboard call-back functions.
Constructor Summary | |
---|---|
LCInfo()
Create a new LCInfo instance. |
|
LCInfo(java.lang.String lcPath,
java.lang.String lcName,
java.util.List<CatalogInfo> catalogs,
int lcType,
java.util.Properties params)
Create a new LCInfo instance. |
Method Summary | |
---|---|
java.util.List<CatalogInfo> |
getCatalogs()
Return list of catalogInfos of current library component. |
java.lang.String |
getLCId()
Return library component id. |
java.lang.String |
getLCName()
Return library component name. |
java.lang.String |
getLCPath()
Return library component path. |
int |
getLCType()
Return library component type. |
java.util.Properties |
getParams()
Return library component parameters. |
void |
setCatalogs(java.util.List<CatalogInfo> catalogs)
Set library component catalogInfos. |
void |
setLCId(java.lang.String lcId)
Set library component id. |
void |
setLCName(java.lang.String lcName)
Set library component name. |
void |
setLCPath(java.lang.String lcPath)
Set library component path. |
void |
setLCType(int lcType)
Set library component type. |
void |
setParams(java.util.Properties params)
Set library component parameters. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LCInfo()
LCInfo
instance.
public LCInfo(java.lang.String lcPath, java.lang.String lcName, java.util.List<CatalogInfo> catalogs, int lcType, java.util.Properties params)
LCInfo
instance.
lcPath
- the path of the library component.lcName
- the name of the library component.catalogs
- the list of catalogs related with the library component.lcType
- the library component type.params
- the set of parameters of the library component.Method Detail |
---|
public java.lang.String getLCId()
public void setLCId(java.lang.String lcId)
lcId
- the library component id.public java.lang.String getLCPath()
public void setLCPath(java.lang.String lcPath)
lcPath
- the library component path.public java.lang.String getLCName()
public void setLCName(java.lang.String lcName)
lcName
- the library component name.public int getLCType()
public void setLCType(int lcType)
lcType
- the library component type.public java.util.Properties getParams()
public void setParams(java.util.Properties params)
dshPath
- the library component parameters.public java.util.List<CatalogInfo> getCatalogs()
public void setCatalogs(java.util.List<CatalogInfo> catalogs)
catalogs
- the library component catalogInfos.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |