SampleDatabase
Class Antiques_Row

java.lang.Object
  |
  +--SampleDatabase.Antiques_Row

class Antiques_Row
extends Object

See TableTemplate for information about this class.

Author:
chris.studholme@utoronto.ca

Field Summary
 String BuyerID
           
 String Item
           
 double Price
           
 String SellerID
           
 
Constructor Summary
Antiques_Row(String seller, String buyer, String item, double price)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

SellerID

public String SellerID

BuyerID

public String BuyerID

Item

public String Item

Price

public double Price
Constructor Detail

Antiques_Row

public Antiques_Row(String seller,
                    String buyer,
                    String item,
                    double price)