Class ActualSuccess
- java.lang.Object
-
- com.kenshoo.pl.simulation.internal.ActualSuccess
-
- All Implemented Interfaces:
ActualResult
public class ActualSuccess extends java.lang.Object implements ActualResult
-
-
Constructor Summary
Constructors Constructor Description ActualSuccess(Entity stateBefore, Entity stateAfter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorDescription()java.lang.ObjectgetFinalValue(EntityField<?,?> field)booleanisReallyChanged(EntityField<?,?> field)booleanisSuccess()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kenshoo.pl.simulation.internal.ActualResult
isError
-
-
-
-
Method Detail
-
isSuccess
public boolean isSuccess()
- Specified by:
isSuccessin interfaceActualResult
-
isReallyChanged
public boolean isReallyChanged(EntityField<?,?> field)
- Specified by:
isReallyChangedin interfaceActualResult
-
getFinalValue
public java.lang.Object getFinalValue(EntityField<?,?> field)
- Specified by:
getFinalValuein interfaceActualResult
-
getErrorDescription
public java.lang.String getErrorDescription()
- Specified by:
getErrorDescriptionin interfaceActualResult
-
-