com.ibm.wbiserver.brules.mgmt.problem
Class ProblemWrongOperationForOpSelectionRecord
- java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemWrongOperationForOpSelectionRecord
All implemented interfaces:
java.io.Serializable
- public class ProblemWrongOperationForOpSelectionRecord
- extends Problem
- implements java.io.Serializable
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
ProblemWrongOperationForOpSelectionRecord(OperationSelectionRecord operationSelectionRecord,OperationSelectionRecordList operationSelectionRecordList)
Constructor for the ProblemWrongOperationForOpSelectionRecord object.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getErrorMessage()
|
getOperationSelectionRecord()
Get the operation selection record that was being added.
|
|
getOperationSelectionRecordList()
Get the operation selection record list to which the operation selection record
was being added.
|
Methods inherited from class com.ibm.wbiserver.brules.mgmt.problem.Problem |
---|
getErrorType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
Constructor Detail
ProblemWrongOperationForOpSelectionRecord
- public ProblemWrongOperationForOpSelectionRecord( OperationSelectionRecord operationSelectionRecord,
- OperationSelectionRecordList operationSelectionRecordList)
Constructor for the ProblemWrongOperationForOpSelectionRecord object.
Parameters:
operationSelectionRecord
- The operation selection record to which this error applies. operationSelectionRecordList
- The operation selection record list to which this error
applies. Method Detail
getOperationSelectionRecord
- public OperationSelectionRecord getOperationSelectionRecord( )
Get the operation selection record that was being added.
Returns:
The operation selection record that was being added.
getOperationSelectionRecordList
- public OperationSelectionRecordList getOperationSelectionRecordList( )
Get the operation selection record list to which the operation selection record
was being added.
Returns:
The operation selection record list to which the operation selection record
was being added.
getErrorMessage
- public java.lang.String getErrorMessage( )
Specified by:
getErrorMessage
in class Problem