package ld5_2.ontology;



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

   /**
   * Protege name: MID
   */
   public void setMID(int value);
   public int getMID();

   /**
   * Protege name: Maker
   */
   public void setMaker(CarMaker value);
   public CarMaker getMaker();

   /**
   * Protege name: ModelName
   */
   public void setModelName(String value);
   public String getModelName();

   /**
   * Protege name: Modification
   */
   public void setModification(String value);
   public String getModification();

}
