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
public class BsWebConfig 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 StringexcludedDocUrlsexcludedDocUrlsprotected StringexcludedUrlsexcludedUrlsprotected StringincludedDocUrlsincludedDocUrlsprotected StringincludedUrlsincludedUrlsprotected IntegerintervalTimeintervalTimeprotected LongmaxAccessCountmaxAccessCountprotected Stringnamenameprotected IntegernumOfThreadnumOfThreadprotected String[]permissionspermissionsprotected IntegersortOrdersortOrderprotected static Class<?>suppressUnusedImportLocalDateTimeprotected IntegertimeToLivetimeToLiveprotected StringupdatedByupdatedByprotected LongupdatedTimeupdatedTimeprotected Stringurlsurlsprotected StringuserAgentuserAgentprotected String[]virtualHostsvirtualHosts-
Fields inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
-
Constructor Summary
Constructors Constructor Description BsWebConfig()
-
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
-
excludedDocUrls
protected String excludedDocUrls
excludedDocUrls
-
excludedUrls
protected String excludedUrls
excludedUrls
-
includedDocUrls
protected String includedDocUrls
includedDocUrls
-
includedUrls
protected String includedUrls
includedUrls
-
intervalTime
protected Integer intervalTime
intervalTime
-
maxAccessCount
protected Long maxAccessCount
maxAccessCount
-
name
protected String name
name
-
numOfThread
protected Integer numOfThread
numOfThread
-
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
-
urls
protected String urls
urls
-
userAgent
protected String userAgent
userAgent
-
virtualHosts
protected String[] virtualHosts
virtualHosts
-
-
Method Detail
-
asDBMeta
public WebConfigDbm 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)
-
getExcludedDocUrls
public String getExcludedDocUrls()
-
setExcludedDocUrls
public void setExcludedDocUrls(String value)
-
getExcludedUrls
public String getExcludedUrls()
-
setExcludedUrls
public void setExcludedUrls(String value)
-
getIncludedDocUrls
public String getIncludedDocUrls()
-
setIncludedDocUrls
public void setIncludedDocUrls(String value)
-
getIncludedUrls
public String getIncludedUrls()
-
setIncludedUrls
public void setIncludedUrls(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)
-
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)
-
getUrls
public String getUrls()
-
setUrls
public void setUrls(String value)
-
getUserAgent
public String getUserAgent()
-
setUserAgent
public void setUserAgent(String value)
-
getVirtualHosts
public String[] getVirtualHosts()
-
setVirtualHosts
public void setVirtualHosts(String[] value)
-
-