Class InterceptResult

java.lang.Object
org.jumpmind.driver.InterceptResult

public class InterceptResult extends Object
  • Constructor Details

    • InterceptResult

      public InterceptResult()
  • Method Details

    • isIntercepted

      public boolean isIntercepted()
    • setIntercepted

      public void setIntercepted(boolean intercepted)
    • getInterceptResult

      public Object getInterceptResult()
    • setInterceptResult

      public void setInterceptResult(Object interceptResult)