public class Politician extends Object
| Constructor and Description |
|---|
Politician() |
Politician(String name,
boolean honest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isHonest() |
void |
setHonest(boolean honest) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.