public boolean isProfileDefined() {
   return myInspectionProfile != null && myInspectionProfile.isEditable();
 }