package ld5_2.ontology;


import ld5_2.ontology.*;

/**
* Protege name: CarSearch
* @author ontology bean generator
* @version 2026/04/16, 00:12:37
*/
public class CarSearch implements CarSearchIf {

  private static final long serialVersionUID = -5895757859747330689L;

  private String _internalInstanceName = null;

  public CarSearch() {
    this._internalInstanceName = "";
  }

  public CarSearch(String instance_name) {
    this._internalInstanceName = instance_name;
  }

  public String toString() {
    return _internalInstanceName;
  }

   /**
   * Protege name: yearFrom
   */
   private int yearFrom;
   public void setYearFrom(int value) { 
    this.yearFrom=value;
   }
   public int getYearFrom() {
     return this.yearFrom;
   }

   /**
   * Protege name: yearTo
   */
   private int yearTo;
   public void setYearTo(int value) { 
    this.yearTo=value;
   }
   public int getYearTo() {
     return this.yearTo;
   }

   /**
   * Protege name: priceTo
   */
   private int priceTo;
   public void setPriceTo(int value) { 
    this.priceTo=value;
   }
   public int getPriceTo() {
     return this.priceTo;
   }

   /**
   * Protege name: country
   */
   private String country;
   public void setCountry(String value) { 
    this.country=value;
   }
   public String getCountry() {
     return this.country;
   }

   /**
   * Protege name: priceFrom
   */
   private int priceFrom;
   public void setPriceFrom(int value) { 
    this.priceFrom=value;
   }
   public int getPriceFrom() {
     return this.priceFrom;
   }

}
