ewe.database
Class TestData

java.lang.Object
  extended byewe.data.DataObject
      extended byewe.data.LiveObject
          extended byewe.database.TestData
All Implemented Interfaces:
Comparable, Copyable, DataUnit, FieldListener, LiveData

public class TestData
extends LiveObject


Field Summary
 Time dob
           
 String firstNames
           
 String gender
           
 String lastName
           
 int retirementAge
           
 Decimal salary
           
 boolean smoker
           
 
Constructor Summary
TestData()
           
 
Method Summary
 String getName()
          By default this returns the String "unnamed".
 
Methods inherited from class ewe.data.LiveObject
action, action, addMeToPanel, addObjectToPanel, addToPanel, decode, decoded, decodeFields, enableEditorScrolling, encode, encoded, encodeFields, fieldChanged, fieldChanged, fieldEvent, getEditor, getEditorScroller, getIcon, input, makeNewEditor, runAsApp, textDecode, textEncode
 
Methods inherited from class ewe.data.DataObject
_getSetField, appendAllFields, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getDeclaredFieldValue, getFieldList, getFieldList, getMyFieldList, getNew
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, toString
 
Methods inherited from interface ewe.data.DataUnit
copyFrom, getNew
 
Methods inherited from interface ewe.util.Copyable
getCopy
 
Methods inherited from interface ewe.util.Comparable
compareTo
 

Field Detail

lastName

public String lastName

firstNames

public String firstNames

gender

public String gender

dob

public Time dob

salary

public Decimal salary

smoker

public boolean smoker

retirementAge

public int retirementAge
Constructor Detail

TestData

public TestData()
Method Detail

getName

public String getName()
Description copied from class: LiveObject
By default this returns the String "unnamed".

Specified by:
getName in interface LiveData
Overrides:
getName in class LiveObject