/* * 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 d.crlmod.cropImport; import java.math.BigInteger; /** * * @author Lucas Yaege */ public class Cr { public BigInteger crop_id; public String crop_path; public String crop_name; public String crop_param_set; }