package ld5_2.ontology;


import ld5_2.ontology.*;

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

  private static final long serialVersionUID = -5895757859747330689L;

  private String _internalInstanceName = null;

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

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

  public String toString() {
    return _internalInstanceName;
  }

   /**
   * Protege name: MakeName
   */
   private String makeName;
   public void setMakeName(String value) { 
    this.makeName=value;
   }
   public String getMakeName() {
     return this.makeName;
   }

   /**
   * Protege name: GID
   */
   private int giD;
   public void setGID(int value) { 
    this.giD=value;
   }
   public int getGID() {
     return this.giD;
   }

   /**
   * Protege name: MakeAddress
   */
   private String makeAddress;
   public void setMakeAddress(String value) { 
    this.makeAddress=value;
   }
   public String getMakeAddress() {
     return this.makeAddress;
   }

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

}
