org.drools.examples.decisiontable
Class Driver

java.lang.Object
  extended by org.drools.examples.decisiontable.Driver

public class Driver
extends Object

This represents obviously a driver who is applying for an insurance Policy.


Constructor Summary
Driver()
           
 
Method Summary
 Integer getAge()
           
 String getLocationRiskProfile()
           
 String getName()
           
 Integer getPriorClaims()
           
 void setAge(Integer age)
           
 void setLocationRiskProfile(String locationRiskProfile)
           
 void setName(String name)
           
 void setPriorClaims(Integer priorClaims)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Driver

public Driver()
Method Detail

getAge

public Integer getAge()

setAge

public void setAge(Integer age)

getLocationRiskProfile

public String getLocationRiskProfile()

setLocationRiskProfile

public void setLocationRiskProfile(String locationRiskProfile)

getName

public String getName()

setName

public void setName(String name)

getPriorClaims

public Integer getPriorClaims()

setPriorClaims

public void setPriorClaims(Integer priorClaims)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.