package ld5_2.ontology;



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

   /**
   * Protege name: VIN
   */
   public void setVIN(int value);
   public int getVIN();

}
