Snapper 1.0 API

org.enhydra.snapper.business
Class IndexedImpl

java.lang.Object
  extended byorg.enhydra.snapper.business.IndexedImpl
All Implemented Interfaces:
BaseSpec, Indexed

public class IndexedImpl
extends java.lang.Object
implements Indexed


Constructor Summary
IndexedImpl()
           
 
Method Summary
 void clear()
           
 java.lang.String getDoc()
           
 java.lang.String getID()
           
 long getLASTSTART()
           
 java.lang.String getLASTTYPE()
           
 Indexed[] getList()
           
 java.lang.String getName()
           
 long getTime()
           
 void save()
           
 void setDoc(java.lang.String num)
           
 void setID(java.lang.String str)
           
 void setLASTSTART(long str)
           
 void setLASTTYPE(java.lang.String str)
           
 void setName(java.lang.String str)
           
 void setTime(long str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedImpl

public IndexedImpl()
Method Detail

getID

public java.lang.String getID()
Specified by:
getID in interface Indexed

setID

public void setID(java.lang.String str)
Specified by:
setID in interface Indexed

getDoc

public java.lang.String getDoc()
Specified by:
getDoc in interface Indexed

setDoc

public void setDoc(java.lang.String num)
Specified by:
setDoc in interface Indexed

getName

public java.lang.String getName()
Specified by:
getName in interface Indexed

setName

public void setName(java.lang.String str)
Specified by:
setName in interface Indexed

save

public void save()
Specified by:
save in interface Indexed

clear

public void clear()
Specified by:
clear in interface Indexed

getTime

public long getTime()
Specified by:
getTime in interface Indexed

setTime

public void setTime(long str)
Specified by:
setTime in interface Indexed

getList

public Indexed[] getList()
Specified by:
getList in interface Indexed

getLASTSTART

public long getLASTSTART()
Specified by:
getLASTSTART in interface Indexed

setLASTSTART

public void setLASTSTART(long str)
Specified by:
setLASTSTART in interface Indexed

getLASTTYPE

public java.lang.String getLASTTYPE()
Specified by:
getLASTTYPE in interface Indexed

setLASTTYPE

public void setLASTTYPE(java.lang.String str)
Specified by:
setLASTTYPE in interface Indexed

Snapper 1.0 API