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
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
SellerID
public String SellerID
BuyerID
public String BuyerID
Item
public String Item
Price
public double Price
Antiques_Row
public Antiques_Row(String seller,
String buyer,
String item,
double price)