Package com.basis.api.admin
Class BBjAdminSimpleTableInfo
java.lang.Object
com.basis.api.admin.BBjAdminSimpleTableInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getName()
long
boolean
boolean
void
setDataFile
(String p_dataFile) void
setDescription
(String p_description) void
setEncrypted
(boolean p_encrypted) void
setFileType
(int p_fileType) void
setFullPath
(String p_fullPath) void
setFullTextIndex
(boolean p_fullTextIndex) void
setLastAnalysisInfo
(BBjAdminSimpleTableInfo.AnalysisInfo p_lastAnalysisInfo) void
void
setRecordCount
(long p_recordCount)
-
Constructor Details
-
BBjAdminSimpleTableInfo
public BBjAdminSimpleTableInfo()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getFileType
public int getFileType() -
setFileType
public void setFileType(int p_fileType) -
getRecordCount
public long getRecordCount() -
setRecordCount
public void setRecordCount(long p_recordCount) -
getLastAnalysisInfo
-
setLastAnalysisInfo
-
isFullTextIndex
public boolean isFullTextIndex() -
setFullTextIndex
public void setFullTextIndex(boolean p_fullTextIndex) -
isEncrypted
public boolean isEncrypted() -
setEncrypted
public void setEncrypted(boolean p_encrypted) -
getDataFile
-
setDataFile
-
getFullPath
-
setFullPath
-