package fields;
public class ReloadableBottom extends ReloadableTop {
public void setI_ReloadableBottom(int newi) {
this.i = newi;
}
public int getI_ReloadableBottom() {
return this.i;
}
// public void setJ_ReloadableBottom(int newj) {
// this.j = newj;
// }
//
// public int getJ_ReloadableBottom() {
// return this.j;
// }
}