wt.units.dbService
Class QuantityOfMeasureMain

java.lang.Object
  extended bywt.units.dbService.QuantityOfMeasureMain

public class QuantityOfMeasureMain
extends Object


Field Summary
private static UnitDBService theUnitDBService
           
 
Constructor Summary
QuantityOfMeasureMain()
           
 
Method Summary
private static void createQuantityOfMeasure(String filename)
           
private static void deleteQuantityOfMeasure()
           
private static void getAllQuantityOfMeasure()
           
static void main(String[] args)
           
private static void updateQuantityOfMeasure()
           
private static void updateQuantityOfMeasure2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theUnitDBService

private static UnitDBService theUnitDBService
Constructor Detail

QuantityOfMeasureMain

public QuantityOfMeasureMain()
Method Detail

main

public static void main(String[] args)

deleteQuantityOfMeasure

private static void deleteQuantityOfMeasure()

updateQuantityOfMeasure

private static void updateQuantityOfMeasure()

updateQuantityOfMeasure2

private static void updateQuantityOfMeasure2()

getAllQuantityOfMeasure

private static void getAllQuantityOfMeasure()

createQuantityOfMeasure

private static void createQuantityOfMeasure(String filename)