public class TestData extends DataObject
| Modifier and Type | Field and Description |
|---|---|
PlainDate |
anniversary |
PlainTime |
birthTime |
Time |
dob |
String |
firstNames |
String |
gender |
String |
lastName |
int |
retirementAge |
Decimal |
salary |
boolean |
smoker |
| Constructor and Description |
|---|
TestData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
_getFieldType, _getSetField, cache, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getMyFieldList, getNewpublic String lastName
public String firstNames
public String gender
public Time dob
public Decimal salary
public int retirementAge
public boolean smoker
public PlainDate anniversary
public PlainTime birthTime
public String getName()