Class ServiceComponent

java.lang.Object
oracle.iam.grc.sod.vo.ServiceComponent
All Implemented Interfaces:
Serializable

public class ServiceComponent extends Object implements Serializable
This value object represents a service component implementation registered with SIL
See Also:
  • Constructor Details

    • ServiceComponent

      public ServiceComponent()
  • Method Details

    • getSCompImplClassName

      public String getSCompImplClassName()
      Returns:
      Returns the sCompImplClassName.
    • setSCompImplClassName

      public void setSCompImplClassName(String compImplClassName)
      Parameters:
      compImplClassName - The sCompImplClassName to set.
    • getAttributeDefns

      public AttributeDefInSComp[] getAttributeDefns()
      Returns:
      Returns the attributeDefns.
    • setAttributeDefns

      public void setAttributeDefns(AttributeDefInSComp[] attributeDefns)
      Parameters:
      attributeDefns - The attributeDefns to set.
    • isCallBackIdMOper

      public boolean isCallBackIdMOper()
      Returns:
      Returns the callBackIdMOper.
    • setCallBackIdMOper

      public void setCallBackIdMOper(boolean callBackIdMOper)
      Parameters:
      callBackIdMOper - The callBackIdMOper to set.
    • isIdMvsSoDDataTransformationOper

      public boolean isIdMvsSoDDataTransformationOper()
      Returns:
      Returns the idMvsSoDDataTransformationOper.
    • setIdMvsSoDDataTransformationOper

      public void setIdMvsSoDDataTransformationOper(boolean idMvsSoDDataTransformationOper)
      Parameters:
      idMvsSoDDataTransformationOper - The idMvsSoDDataTransformationOper to set.
    • getName

      public String getName()
      Returns:
      Returns the name.
    • setName

      public void setName(String name)
      Parameters:
      name - The name to set.
    • getParams

      public List getParams()
      Returns:
      Returns the params.
    • setParams

      public void setParams(List params)
      Parameters:
      params - The params to set.
    • isSoDAnalysisExecutionOper

      public boolean isSoDAnalysisExecutionOper()
      Returns:
      Returns the soDAnalysisExecutionOper.
    • setSoDAnalysisExecutionOper

      public void setSoDAnalysisExecutionOper(boolean soDAnalysisExecutionOper)
      Parameters:
      soDAnalysisExecutionOper - The soDAnalysisExecutionOper to set.
    • isSoDDataValidationOper

      public boolean isSoDDataValidationOper()
      Returns:
      Returns the soDDataValidationOper.
    • setSoDDataValidationOper

      public void setSoDDataValidationOper(boolean soDDataValidationOper)
      Parameters:
      soDDataValidationOper - The soDDataValidationOper to set.