package ld5_2.ontology;



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

   /**
   * Protege name: MakeName
   */
   public void setMakeName(String value);
   public String getMakeName();

   /**
   * Protege name: GID
   */
   public void setGID(int value);
   public int getGID();

   /**
   * Protege name: MakeAddress
   */
   public void setMakeAddress(String value);
   public String getMakeAddress();

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

}
