Java Reference
In-Depth Information
protected String id;
protected String make;
protected String model;
protected String color;
protected String body;
protected String engine;
protected String transmission;
protected String zip;
protected int index = 0;
protected int pageSize = 5;
protected int rowCount = 0;
protected ResultSet rs = null;
public SearchFormBean(){
}
public void setYear(int year){
this.year = year;
}
public void setMake(String make){
this.make = make;
}
public void setZip(String zip){
this.zip = zip;
}
public void setModel(String model){
this.model = model;
}
public void setColor(String color){
this.color = color;
}
public void setBody(String body){
this.body = body;
}
public void setEngine(String engine){
this.engine = engine;
}
public void setTransmission(String transmission){
this.transmission = transmission;
}
public void setPrice(int price){
this.price = price;
}
Search WWH ::




Custom Search