SampleDatabase
Class EmployeeAddressTable_Row
java.lang.Object
|
+--SampleDatabase.EmployeeAddressTable_Row
- class EmployeeAddressTable_Row
- extends Object
See TableTemplate for information about this class.
- Author:
- chris.studholme@utoronto.ca
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
SSN
public String SSN
FirstName
public String FirstName
LastName
public String LastName
Address
public String Address
City
public String City
State
public String State
EmployeeAddressTable_Row
public EmployeeAddressTable_Row(String ssn,
String first,
String last,
String addr,
String city,
String state)