org.wdssii.webindex.servlet
Class WebIndexController.Command

java.lang.Object
  extended by org.wdssii.webindex.servlet.WebIndexController.Command
Enclosing class:
WebIndexController

public static class WebIndexController.Command
extends Object


Field Summary
private  long lastRead
           
private  String source
           
 
Constructor Summary
WebIndexController.Command()
           
 
Method Summary
 long getLastRead()
           
 String getSource()
           
 void setLastRead(long lastRead)
           
 void setSource(String sourceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

private String source

lastRead

private long lastRead
Constructor Detail

WebIndexController.Command

public WebIndexController.Command()
Method Detail

getSource

public String getSource()

setSource

public void setSource(String sourceName)

getLastRead

public long getLastRead()

setLastRead

public void setLastRead(long lastRead)