public void commit() {
}
};
- AlarmsHeader ah = new AlarmsHeader();
- ah.setEventName("a");
- ah.setStatus("1");
- ah.setVfStatus("1");
- ah.setEventId("1119");
- ah.setDomain("asb");
- ah.setEventCategory("s");
- ah.setAlarmCondition("ea");
- ah.setAlarmInterfaceA("cs");
- ah.setCreateTime(DateUtils.now());
- ah.setEventServrity("s");
- ah.setEventSourceType("q");
- ah.setEventType("q");
- ah.setFaultFieldsVersion("v1");
- ah.setLastEpochMicroSec("csa");
- ah.setNfcNamingCode("std");
- ah.setNfNamingCode("cout");
- ah.setPriority("cs");
- ah.setReportingEntityId("112");
- ah.setReportingEntityName("asfs");
- ah.setSequence("cgg");
- ah.setSourceId("123");
- ah.setSourceName("eggs");
- ah.setSpecificProblem("especially");
- ah.setStartEpochMicrosec("wallet");
- ah.setUpdateTime(DateUtils.now());
- ah.setVersion("va2");
-
+ AlarmsHeader ah = null;
alarmsHeaderServiceImpl.saveAlarmsHeader(ah);
}