package ld5_2.ontology;


import ld5_2.ontology.*;

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

  private static final long serialVersionUID = -5895757859747330689L;

  private String _internalInstanceName = null;

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

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

  public String toString() {
    return _internalInstanceName;
  }

   /**
   * Protege name: VIN
   */
   private int viN;
   public void setVIN(int value) { 
    this.viN=value;
   }
   public int getVIN() {
     return this.viN;
   }

   /**
   * Protege name: isApproved
   */
   private boolean isApproved;
   public void setIsApproved(boolean value) { 
    this.isApproved=value;
   }
   public boolean getIsApproved() {
     return this.isApproved;
   }

   /**
   * Protege name: reason
   */
   private String reason;
   public void setReason(String value) { 
    this.reason=value;
   }
   public String getReason() {
     return this.reason;
   }

   /**
   * Protege name: Price
   */
   private int price;
   public void setPrice(int value) { 
    this.price=value;
   }
   public int getPrice() {
     return this.price;
   }

}
