public class LCInfo
extends java.lang.Object
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
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.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.