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

Field Summary
 String OwnerFirstName
           
 String OwnerID
           
 String OwnerLastName
           
 
Constructor Summary
AntiqueOwners_Row(String id, String last, String first)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

OwnerID

public String OwnerID

OwnerLastName

public String OwnerLastName

OwnerFirstName

public String OwnerFirstName
Constructor Detail

AntiqueOwners_Row

public AntiqueOwners_Row(String id,
                         String last,
                         String first)