Class CIBean

java.lang.Object
oracle.iam.application.vo.CIBean
All Implemented Interfaces:
Serializable

public class CIBean extends Object implements Serializable
See Also:
  • Constructor Details

    • CIBean

      public CIBean()
  • Method Details

    • getBundleJarPath

      public String getBundleJarPath()
      Returns:
      the bundleJarPath
    • setBundleJarPath

      public void setBundleJarPath(String bundleJarPath)
      Parameters:
      bundleJarPath - the bundleJarPath to set
    • getConnectorName

      public String getConnectorName()
      Returns:
      the connectorName
    • setConnectorName

      public void setConnectorName(String connectorName)
      Parameters:
      connectorName - the connectorName to set
    • getConnectorVersion

      public String getConnectorVersion()
      Returns:
      the connectorVersion
    • setConnectorVersion

      public void setConnectorVersion(String connectorVersion)
      Parameters:
      connectorVersion - the connectorVersion to set
    • getBundlePkgPath

      public String getBundlePkgPath()
      Returns:
      the bundlePkgPath
    • setBundlePkgPath

      public void setBundlePkgPath(String bundlePkgPath)
      Parameters:
      bundlePkgPath - the bundlePkgPath to set
    • getCiXMLPath

      public String getCiXMLPath()
      Returns:
      the ciXMLPath
    • setCiXMLPath

      public void setCiXMLPath(String ciXMLPath)
      Parameters:
      ciXMLPath - the ciXMLPath to set
    • toString

      public String toString()
      Overrides:
      toString in class Object