Urls.java [src/utils] Revision: default Date:
/*
* 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 utils;
/**
*
* @author Brad
*/
public class Urls {
private String operations;
private String crops;
private String residue;
public String getOperations() {
return operations;
}
public void setOperations(String operations) {
this.operations = operations;
}
public String getCrops() {
return crops;
}
public void setCrops(String crops) {
this.crops = crops;
}
public String getResidue() {
return residue;
}
public void setResidue(String residue) {
this.residue = residue;
}
}