package ld5_2.ontology;



/**
* Protege name: CarSearch
* @author ontology bean generator
* @version 2026/04/16, 00:12:37
*/
public interface CarSearchIf extends jade.content.Concept {

   /**
   * Protege name: yearFrom
   */
   public void setYearFrom(int value);
   public int getYearFrom();

   /**
   * Protege name: yearTo
   */
   public void setYearTo(int value);
   public int getYearTo();

   /**
   * Protege name: priceTo
   */
   public void setPriceTo(int value);
   public int getPriceTo();

   /**
   * Protege name: country
   */
   public void setCountry(String value);
   public String getCountry();

   /**
   * Protege name: priceFrom
   */
   public void setPriceFrom(int value);
   public int getPriceFrom();

}
