SampleDatabase
Class AntiqueOwners_Row
java.lang.Object
|
+--SampleDatabase.AntiqueOwners_Row
- class AntiqueOwners_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 |
OwnerID
public String OwnerID
OwnerLastName
public String OwnerLastName
OwnerFirstName
public String OwnerFirstName
AntiqueOwners_Row
public AntiqueOwners_Row(String id,
String last,
String first)