public interface VFSIndex extends JLuceneIndex
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreatetime() |
String |
getDesc() |
String |
getDocpath() |
String |
getName() |
String |
getRight() |
StringBuffer |
getText() |
void |
setCreatetime(Long createtime) |
void |
setDesc(String desc) |
void |
setDocpath(String docpath) |
void |
setName(String name) |
void |
setRight(String right) |
void |
setText(StringBuffer text) |
String getDocpath()
void setDocpath(String docpath)
String getName()
void setName(String name)
StringBuffer getText()
void setText(StringBuffer text)
String getDesc()
void setDesc(String desc)
String getRight()
void setRight(String right)
Long getCreatetime()
void setCreatetime(Long createtime)
Copyright © 2023 onecode. All rights reserved.