Result1.java [src/java/m/wqm/pestipmscores] Revision: a9b26a1d372b8a19496600f6a270ab2d827c4be8  Date: Fri May 15 11:09:25 MDT 2015
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package m.wqm.pestipmscores;

/**
 *
 * @author dhawal
 */
public class Result1 {
    int AoAId;
    int pleach_ipm_score;
    int psolsurf_ipm_score;
    int padsurf_ipm_score;
    int pdrift_ipm_score;
    
    public Result1(int AoAId,int pleach_ipm_score,int psolsurf_ipm_score,int padsurf_ipm_score,int pdrift_ipm_score)
    {
        this.AoAId=AoAId;
        this.pleach_ipm_score=pleach_ipm_score;
        this.psolsurf_ipm_score=psolsurf_ipm_score;
        this.padsurf_ipm_score=padsurf_ipm_score;
        this.pdrift_ipm_score=pdrift_ipm_score;
    }
}