Package 

Class ValidateSceneResultItemBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final <ERROR CLASS> sceneAction
      private final Boolean success
      private final Integer errMsgRes
    • Constructor Summary

      Constructors 
      Constructor Description
      ValidateSceneResultItemBean(<ERROR CLASS> sceneAction, Boolean success, Integer errMsgRes)
    • Method Summary

      Modifier and Type Method Description
      final <ERROR CLASS> getSceneAction()
      final Boolean getSuccess()
      final Integer getErrMsgRes()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValidateSceneResultItemBean

        ValidateSceneResultItemBean(<ERROR CLASS> sceneAction, Boolean success, Integer errMsgRes)