org.drools.examples.decisiontable
Class Driver
java.lang.Object
org.drools.examples.decisiontable.Driver
public class Driver
- extends Object
This represents obviously a driver who is applying for an insurance Policy.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Driver
public Driver()
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.