org.drools.examples.carinsurance.domain
Class Car

java.lang.Object
  extended by org.drools.examples.carinsurance.domain.Car

public class Car
extends Object


Constructor Summary
Car()
           
Car(String vehicleIdentificationNumber, CarType carType, boolean antiTheftDevice, BigDecimal value)
           
 
Method Summary
 CarType getCarType()
           
 BigDecimal getValue()
           
 String getVehicleIdentificationNumber()
           
 boolean isAntiTheftDevice()
           
 void setAntiTheftDevice(boolean antiTheftDevice)
           
 void setCarType(CarType carType)
           
 void setValue(BigDecimal value)
           
 void setVehicleIdentificationNumber(String vehicleIdentificationNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Car

public Car()

Car

public Car(String vehicleIdentificationNumber,
           CarType carType,
           boolean antiTheftDevice,
           BigDecimal value)
Method Detail

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.