apollo.test
Class ApolloLaundry

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

public class ApolloLaundry
extends java.lang.Object
implements ApolloLoaderI


Constructor Summary
ApolloLaundry()
           
 
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

ApolloLaundry

public ApolloLaundry()
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)