Class BsWebConfig
java.lang.Object
org.codelibs.fess.es.config.allcommon.EsAbstractEntity
org.codelibs.fess.es.config.bsentity.BsWebConfig
- All Implemented Interfaces:
Serializable,Cloneable,org.dbflute.Entity
- Direct Known Subclasses:
WebConfig
${table.comment}
- Author:
- ESFlute (using FreeGen)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanavailableprotected Floatboostprotected StringconfigParameterprotected StringcreatedByprotected LongcreatedTimeprotected Integerdepthprotected Stringdescriptionprotected StringexcludedDocUrlsprotected StringexcludedUrlsprotected StringincludedDocUrlsprotected StringincludedUrlsprotected IntegerintervalTimeprotected LongmaxAccessCountprotected Stringnameprotected IntegernumOfThreadprotected String[]permissionsprotected IntegersortOrderprotected static final Class<?>protected IntegertimeToLiveprotected StringupdatedByprotected LongupdatedTimeprotected Stringurlsprotected StringuserAgentprotected String[]virtualHostsFields inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidasDBMeta()protected StringgetBoost()getDepth()getName()String[]getUrls()String[]voidsetAvailable(Boolean value) voidvoidsetConfigParameter(String value) voidsetCreatedBy(String value) voidsetCreatedTime(Long value) voidvoidsetDescription(String value) voidsetExcludedDocUrls(String value) voidsetExcludedUrls(String value) voidsetIncludedDocUrls(String value) voidsetIncludedUrls(String value) voidsetIntervalTime(Integer value) voidsetMaxAccessCount(Long value) voidvoidsetNumOfThread(Integer value) voidsetPermissions(String[] value) voidsetSortOrder(Integer value) voidsetTimeToLive(Integer value) voidsetUpdatedBy(String value) voidsetUpdatedTime(Long value) voidvoidsetUserAgent(String value) voidsetVirtualHosts(String[] value) toSource()Methods inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
asDocMeta, buildDisplayString, checkSpecifiedProperty, clearMarkAsSelect, clearModifiedInfo, clearSpecifiedInfo, clearUniqueDrivenInfo, convertEmptyToNull, createdBySelect, hasModification, hasPrimaryKeyValue, instanceHash, markAsSelect, modifiedToSpecified, mymodifiedProperties, mymodifyProperty, mymodifyPropertyCancel, myspecifiedProperties, myspecifyProperty, myspecifyPropertyCancel, myundefinedClassificationAccessAllowed, myuniqueByProperty, myuniqueByPropertyCancel, myuniqueDrivenProperties, myunlockUndefinedClassificationAccess, newModifiedProperties, newUniqueDrivenProperties, registerModifiedProperty, registerSpecifiedProperty, toString, toStringWithRelation
-
Field Details
-
suppressUnusedImportLocalDateTime
-
available
available -
boost
boost -
configParameter
configParameter -
createdBy
createdBy -
createdTime
createdTime -
depth
depth -
description
description -
excludedDocUrls
excludedDocUrls -
excludedUrls
excludedUrls -
includedDocUrls
includedDocUrls -
includedUrls
includedUrls -
intervalTime
intervalTime -
maxAccessCount
maxAccessCount -
name
name -
numOfThread
numOfThread -
permissions
permissions -
sortOrder
sortOrder -
timeToLive
timeToLive -
updatedBy
updatedBy -
updatedTime
updatedTime -
urls
urls -
userAgent
userAgent -
virtualHosts
virtualHosts
-
-
Constructor Details
-
BsWebConfig
public BsWebConfig()
-
-
Method Details
-
asDBMeta
-
asTableDbName
-
toSource
- Specified by:
toSourcein classEsAbstractEntity
-
addFieldToSource
-
doBuildColumnString
- Specified by:
doBuildColumnStringin classEsAbstractEntity
-
getAvailable
-
setAvailable
-
getBoost
-
setBoost
-
getConfigParameter
-
setConfigParameter
-
getCreatedBy
-
setCreatedBy
-
getCreatedTime
-
setCreatedTime
-
getDepth
-
setDepth
-
getDescription
-
setDescription
-
getExcludedDocUrls
-
setExcludedDocUrls
-
getExcludedUrls
-
setExcludedUrls
-
getIncludedDocUrls
-
setIncludedDocUrls
-
getIncludedUrls
-
setIncludedUrls
-
getIntervalTime
-
setIntervalTime
-
getMaxAccessCount
-
setMaxAccessCount
-
getName
-
setName
-
getNumOfThread
-
setNumOfThread
-
getPermissions
-
setPermissions
-
getSortOrder
-
setSortOrder
-
getTimeToLive
-
setTimeToLive
-
getUpdatedBy
-
setUpdatedBy
-
getUpdatedTime
-
setUpdatedTime
-
getUrls
-
setUrls
-
getUserAgent
-
setUserAgent
-
getVirtualHosts
-
setVirtualHosts
-