public OverAllAgainstInformation clone() {
    OverAllAgainstInformation overAllAgainstInformation = null;

    try {
      overAllAgainstInformation = (OverAllAgainstInformation) super.clone();
      overAllAgainstInformation.setScore_v00(getScore_v00());
      overAllAgainstInformation.setScore_v10(getScore_v10());
      overAllAgainstInformation.setScore_v20(getScore_v20());
      overAllAgainstInformation.setScore_v21(getScore_v21());
      overAllAgainstInformation.setScore_v30(getScore_v30());
      overAllAgainstInformation.setScore_v31(getScore_v31());
      overAllAgainstInformation.setScore_v32(getScore_v32());
      overAllAgainstInformation.setScore_v40(getScore_v40());
      overAllAgainstInformation.setScore_v41(getScore_v41());
      overAllAgainstInformation.setScore_v42(getScore_v42());
      overAllAgainstInformation.setScore_v00(getScore_v00());
      overAllAgainstInformation.setScore_v11(getScore_v11());
      overAllAgainstInformation.setScore_v22(getScore_v22());
      overAllAgainstInformation.setScore_v33(getScore_v33());
      overAllAgainstInformation.setScore_v01(getScore_v01());
      overAllAgainstInformation.setScore_v02(getScore_v02());
      overAllAgainstInformation.setScore_v12(getScore_v12());
      overAllAgainstInformation.setScore_v03(getScore_v03());
      overAllAgainstInformation.setScore_v13(getScore_v13());
      overAllAgainstInformation.setScore_v23(getScore_v23());
      overAllAgainstInformation.setScore_v04(getScore_v04());
      overAllAgainstInformation.setScore_v14(getScore_v14());
      overAllAgainstInformation.setScore_v24(getScore_v24());
      overAllAgainstInformation.setScore_v90(getScore_v90());
      overAllAgainstInformation.setScore_v99(getScore_v99());
      overAllAgainstInformation.setScore_v09(getScore_v09());
      boolean[] copyClicks = new boolean[getIsClicks().length];
      System.arraycopy(getIsClicks(), 0, copyClicks, 0, getIsClicks().length);
      overAllAgainstInformation.setIsClicks(copyClicks);

    } catch (Exception e) {
      e.printStackTrace();
    }

    return overAllAgainstInformation;
  }