org.drools.examples.carinsurance.domain
Class Car
java.lang.Object
org.drools.examples.carinsurance.domain.Car
public class Car
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Car
public Car()
Car
public Car(String vehicleIdentificationNumber,
CarType carType,
boolean antiTheftDevice,
BigDecimal value)
getVehicleIdentificationNumber
public String getVehicleIdentificationNumber()
setVehicleIdentificationNumber
public void setVehicleIdentificationNumber(String vehicleIdentificationNumber)
getCarType
public CarType getCarType()
setCarType
public void setCarType(CarType carType)
isAntiTheftDevice
public boolean isAntiTheftDevice()
setAntiTheftDevice
public void setAntiTheftDevice(boolean antiTheftDevice)
getValue
public BigDecimal getValue()
setValue
public void setValue(BigDecimal value)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.