apollo.test
Class WashingLine

java.lang.Object
  extended by apollo.test.WashingLine
All Implemented Interfaces:
ApolloLoaderI

public class WashingLine
extends java.lang.Object
implements ApolloLoaderI


Constructor Summary
WashingLine()
           
 
Method Summary
 CurationSet getCurationSet()
           
 java.util.Vector getHistory()
           
static void main(java.lang.String[] args)
           
 void setAdapter(ApolloDataAdapterI data_adapter)
           
 void setCurationSet(CurationSet curation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WashingLine

public WashingLine()
Method Detail

setCurationSet

public void setCurationSet(CurationSet curation)

getCurationSet

public CurationSet getCurationSet()
Specified by:
getCurationSet in interface ApolloLoaderI

setAdapter

public void setAdapter(ApolloDataAdapterI data_adapter)
Specified by:
setAdapter in interface ApolloLoaderI

getHistory

public java.util.Vector getHistory()
Specified by:
getHistory in interface ApolloLoaderI

main

public static void main(java.lang.String[] args)