Class BsFileConfig
- java.lang.Object
-
- org.codelibs.fess.es.config.allcommon.EsAbstractEntity
-
- org.codelibs.fess.es.config.bsentity.BsFileConfig
-
- All Implemented Interfaces:
Serializable,Cloneable,org.dbflute.Entity
- Direct Known Subclasses:
FileConfig
public class BsFileConfig extends EsAbstractEntity
${table.comment}- Author:
- ESFlute (using FreeGen)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanavailableavailableprotected Floatboostboostprotected StringconfigParameterconfigParameterprotected StringcreatedBycreatedByprotected LongcreatedTimecreatedTimeprotected Integerdepthdepthprotected Stringdescriptiondescriptionprotected StringexcludedDocPathsexcludedDocPathsprotected StringexcludedPathsexcludedPathsprotected StringincludedDocPathsincludedDocPathsprotected StringincludedPathsincludedPathsprotected IntegerintervalTimeintervalTimeprotected LongmaxAccessCountmaxAccessCountprotected Stringnamenameprotected IntegernumOfThreadnumOfThreadprotected Stringpathspathsprotected String[]permissionspermissionsprotected IntegersortOrdersortOrderprotected static Class<?>suppressUnusedImportLocalDateTimeprotected IntegertimeToLivetimeToLiveprotected StringupdatedByupdatedByprotected LongupdatedTimeupdatedTimeprotected String[]virtualHostsvirtualHosts-
Fields inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
-
Constructor Summary
Constructors Constructor Description BsFileConfig()
-
Method Summary
-
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 Detail
-
suppressUnusedImportLocalDateTime
protected static final Class<?> suppressUnusedImportLocalDateTime
-
available
protected Boolean available
available
-
boost
protected Float boost
boost
-
configParameter
protected String configParameter
configParameter
-
createdBy
protected String createdBy
createdBy
-
createdTime
protected Long createdTime
createdTime
-
depth
protected Integer depth
depth
-
description
protected String description
description
-
excludedDocPaths
protected String excludedDocPaths
excludedDocPaths
-
excludedPaths
protected String excludedPaths
excludedPaths
-
includedDocPaths
protected String includedDocPaths
includedDocPaths
-
includedPaths
protected String includedPaths
includedPaths
-
intervalTime
protected Integer intervalTime
intervalTime
-
maxAccessCount
protected Long maxAccessCount
maxAccessCount
-
name
protected String name
name
-
numOfThread
protected Integer numOfThread
numOfThread
-
paths
protected String paths
paths
-
permissions
protected String[] permissions
permissions
-
sortOrder
protected Integer sortOrder
sortOrder
-
timeToLive
protected Integer timeToLive
timeToLive
-
updatedBy
protected String updatedBy
updatedBy
-
updatedTime
protected Long updatedTime
updatedTime
-
virtualHosts
protected String[] virtualHosts
virtualHosts
-
-
Method Detail
-
asDBMeta
public FileConfigDbm asDBMeta()
-
asTableDbName
public String asTableDbName()
-
toSource
public Map<String,Object> toSource()
- Specified by:
toSourcein classEsAbstractEntity
-
addFieldToSource
protected void addFieldToSource(Map<String,Object> sourceMap, String field, Object value)
-
doBuildColumnString
protected String doBuildColumnString(String dm)
- Specified by:
doBuildColumnStringin classEsAbstractEntity
-
getAvailable
public Boolean getAvailable()
-
setAvailable
public void setAvailable(Boolean value)
-
getBoost
public Float getBoost()
-
setBoost
public void setBoost(Float value)
-
getConfigParameter
public String getConfigParameter()
-
setConfigParameter
public void setConfigParameter(String value)
-
getCreatedBy
public String getCreatedBy()
-
setCreatedBy
public void setCreatedBy(String value)
-
getCreatedTime
public Long getCreatedTime()
-
setCreatedTime
public void setCreatedTime(Long value)
-
getDepth
public Integer getDepth()
-
setDepth
public void setDepth(Integer value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getExcludedDocPaths
public String getExcludedDocPaths()
-
setExcludedDocPaths
public void setExcludedDocPaths(String value)
-
getExcludedPaths
public String getExcludedPaths()
-
setExcludedPaths
public void setExcludedPaths(String value)
-
getIncludedDocPaths
public String getIncludedDocPaths()
-
setIncludedDocPaths
public void setIncludedDocPaths(String value)
-
getIncludedPaths
public String getIncludedPaths()
-
setIncludedPaths
public void setIncludedPaths(String value)
-
getIntervalTime
public Integer getIntervalTime()
-
setIntervalTime
public void setIntervalTime(Integer value)
-
getMaxAccessCount
public Long getMaxAccessCount()
-
setMaxAccessCount
public void setMaxAccessCount(Long value)
-
getName
public String getName()
-
setName
public void setName(String value)
-
getNumOfThread
public Integer getNumOfThread()
-
setNumOfThread
public void setNumOfThread(Integer value)
-
getPaths
public String getPaths()
-
setPaths
public void setPaths(String value)
-
getPermissions
public String[] getPermissions()
-
setPermissions
public void setPermissions(String[] value)
-
getSortOrder
public Integer getSortOrder()
-
setSortOrder
public void setSortOrder(Integer value)
-
getTimeToLive
public Integer getTimeToLive()
-
setTimeToLive
public void setTimeToLive(Integer value)
-
getUpdatedBy
public String getUpdatedBy()
-
setUpdatedBy
public void setUpdatedBy(String value)
-
getUpdatedTime
public Long getUpdatedTime()
-
setUpdatedTime
public void setUpdatedTime(Long value)
-
getVirtualHosts
public String[] getVirtualHosts()
-
setVirtualHosts
public void setVirtualHosts(String[] value)
-
-