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 TypeMethodDescriptionvoidsetBundleJarPath(String bundleJarPath) voidsetBundlePkgPath(String bundlePkgPath) voidsetCiXMLPath(String ciXMLPath) voidsetConnectorName(String connectorName) voidsetConnectorVersion(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
-