Package oracle.iam.application.vo
Class CIBean
java.lang.Object
oracle.iam.application.vo.CIBean
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBundleJarPath
(String bundleJarPath) void
setBundlePkgPath
(String bundlePkgPath) void
setCiXMLPath
(String ciXMLPath) void
setConnectorName
(String connectorName) void
setConnectorVersion
(String connectorVersion) toString()
-
Constructor Details
-
CIBean
public CIBean()
-
-
Method Details
-
getBundleJarPath
- Returns:
- the bundleJarPath
-
setBundleJarPath
- Parameters:
bundleJarPath
- the bundleJarPath to set
-
getConnectorName
- Returns:
- the connectorName
-
setConnectorName
- Parameters:
connectorName
- the connectorName to set
-
getConnectorVersion
- Returns:
- the connectorVersion
-
setConnectorVersion
- Parameters:
connectorVersion
- the connectorVersion to set
-
getBundlePkgPath
- Returns:
- the bundlePkgPath
-
setBundlePkgPath
- Parameters:
bundlePkgPath
- the bundlePkgPath to set
-
getCiXMLPath
- Returns:
- the ciXMLPath
-
setCiXMLPath
- Parameters:
ciXMLPath
- the ciXMLPath to set
-
toString
-