|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemOverlappingRanges
public class ProblemOverlappingRanges
This class represents a validation error where two operation selection records have overlapping date ranges.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
ProblemOverlappingRanges(Operation operation,
OperationSelectionRecord selectionRecord1,
OperationSelectionRecord selectionRecord2)
Constructor for the ProblemOverlappingRanges class. |
Method Summary | |
---|---|
java.lang.String |
getErrorMessage()
|
Operation |
getOperation()
Get the operation that contains the overlapping date ranges. |
OperationSelectionRecord |
getSelectionRecord1()
Get one of the operation selection records that has overlapping date ranges. |
OperationSelectionRecord |
getSelectionRecord2()
Get one of the operation selection records that has overlapping date ranges. |
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 |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public ProblemOverlappingRanges(Operation operation, OperationSelectionRecord selectionRecord1, OperationSelectionRecord selectionRecord2)
ProblemOverlappingRanges
class.
operation
- The operation containing the overlapping date ranges.selectionRecord1
- One of the operation selection records with overlapping date ranges.selectionRecord2
- One of the operation selection records with overlapping date ranges.Method Detail |
---|
public OperationSelectionRecord getSelectionRecord1()
public OperationSelectionRecord getSelectionRecord2()
public Operation getOperation()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |