Package oracle.iam.grc.sod.vo
Class ServiceComponent
java.lang.Object
oracle.iam.grc.sod.vo.ServiceComponent
- All Implemented Interfaces:
Serializable
This value object represents a service component implementation registered with SIL
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
boolean
boolean
boolean
void
setAttributeDefns
(AttributeDefInSComp[] attributeDefns) void
setCallBackIdMOper
(boolean callBackIdMOper) void
setIdMvsSoDDataTransformationOper
(boolean idMvsSoDDataTransformationOper) void
void
void
setSCompImplClassName
(String compImplClassName) void
setSoDAnalysisExecutionOper
(boolean soDAnalysisExecutionOper) void
setSoDDataValidationOper
(boolean soDDataValidationOper)
-
Constructor Details
-
ServiceComponent
public ServiceComponent()
-
-
Method Details
-
getSCompImplClassName
- Returns:
- Returns the sCompImplClassName.
-
setSCompImplClassName
- Parameters:
compImplClassName
- The sCompImplClassName to set.
-
getAttributeDefns
- Returns:
- Returns the attributeDefns.
-
setAttributeDefns
- 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
- Returns:
- Returns the name.
-
setName
- Parameters:
name
- The name to set.
-
getParams
- Returns:
- Returns the params.
-
setParams
- 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.
-