public class Driver extends Object
| Constructor and Description |
|---|
Driver() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAge() |
String |
getLocationRiskProfile() |
String |
getName() |
Integer |
getPriorClaims() |
void |
setAge(Integer age) |
void |
setLocationRiskProfile(String locationRiskProfile) |
void |
setName(String name) |
void |
setPriorClaims(Integer priorClaims) |
public Integer getAge()
public void setAge(Integer age)
public String getLocationRiskProfile()
public void setLocationRiskProfile(String locationRiskProfile)
public String getName()
public void setName(String name)
public Integer getPriorClaims()
public void setPriorClaims(Integer priorClaims)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.