org.enhydra.snapperAdmin.business
Class IndexedImpl
java.lang.Object
org.enhydra.snapperAdmin.business.IndexedImpl
- All Implemented Interfaces:
- BaseSpec, Indexed
public class IndexedImpl
- extends java.lang.Object
- implements Indexed
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexedImpl
public IndexedImpl()
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
createTimeFile
public void createTimeFile(java.lang.String path,
java.sql.Timestamp time)
- Specified by:
createTimeFile
in interface Indexed
readTimeFile
public long readTimeFile(java.lang.String path)
- Specified by:
readTimeFile
in interface Indexed