	private final ${child_bo_name} createCheck${child_bo_name}() throws BOException {
		${child_bo_name} object = (${child_bo_name})naming.create(${child_bo_name_constant});
		return  object;
	}