public class LCInfo extends Object
| Constructor and Description |
|---|
LCInfo()
Create a new
LCInfo instance. |
LCInfo(String lcPath,
String lcName,
List<CatalogInfo> catalogs,
int lcType,
Properties params)
Create a new
LCInfo instance. |
| Modifier and Type | Method and Description |
|---|---|
List<CatalogInfo> |
getCatalogs()
Return list of catalogInfos of current library component.
|
String |
getLCId()
Return library component id.
|
String |
getLCName()
Return library component name.
|
String |
getLCPath()
Return library component path.
|
int |
getLCType()
Return library component type.
|
Properties |
getParams()
Return library component parameters.
|
void |
setCatalogs(List<CatalogInfo> catalogs)
Set library component catalogInfos.
|
void |
setLCId(String lcId)
Set library component id.
|
void |
setLCName(String lcName)
Set library component name.
|
void |
setLCPath(String lcPath)
Set library component path.
|
void |
setLCType(int lcType)
Set library component type.
|
void |
setParams(Properties params)
Set library component parameters.
|
public LCInfo()
LCInfo instance.public LCInfo(String lcPath, String lcName, List<CatalogInfo> catalogs, int lcType, 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.public String getLCId()
public void setLCId(String lcId)
lcId - the library component id.public String getLCPath()
public void setLCPath(String lcPath)
lcPath - the library component path.public String getLCName()
public void setLCName(String lcName)
lcName - the library component name.public int getLCType()
public void setLCType(int lcType)
lcType - the library component type.public Properties getParams()
public void setParams(Properties params)
dshPath - the library component parameters.public List<CatalogInfo> getCatalogs()
public void setCatalogs(List<CatalogInfo> catalogs)
catalogs - the library component catalogInfos.© insightsoftware. All rights reserved.