Class BsFailureUrl
- java.lang.Object
-
- org.codelibs.fess.es.config.allcommon.EsAbstractEntity
-
- org.codelibs.fess.es.config.bsentity.BsFailureUrl
-
- All Implemented Interfaces:
Serializable,Cloneable,org.dbflute.Entity
- Direct Known Subclasses:
FailureUrl
public class BsFailureUrl 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 StringconfigIdconfigIdprotected IntegererrorCounterrorCountprotected StringerrorLogerrorLogprotected StringerrorNameerrorNameprotected LonglastAccessTimelastAccessTimeprotected static Class<?>suppressUnusedImportLocalDateTimeprotected StringthreadNamethreadNameprotected Stringurlurl-
Fields inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
-
Constructor Summary
Constructors Constructor Description BsFailureUrl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddFieldToSource(Map<String,Object> sourceMap, String field, Object value)FailureUrlDbmasDBMeta()StringasTableDbName()protected StringdoBuildColumnString(String dm)StringgetConfigId()IntegergetErrorCount()StringgetErrorLog()StringgetErrorName()LonggetLastAccessTime()StringgetThreadName()StringgetUrl()voidsetConfigId(String value)voidsetErrorCount(Integer value)voidsetErrorLog(String value)voidsetErrorName(String value)voidsetLastAccessTime(Long value)voidsetThreadName(String value)voidsetUrl(String value)Map<String,Object>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 Detail
-
suppressUnusedImportLocalDateTime
protected static final Class<?> suppressUnusedImportLocalDateTime
-
configId
protected String configId
configId
-
errorCount
protected Integer errorCount
errorCount
-
errorLog
protected String errorLog
errorLog
-
errorName
protected String errorName
errorName
-
lastAccessTime
protected Long lastAccessTime
lastAccessTime
-
threadName
protected String threadName
threadName
-
url
protected String url
url
-
-
Method Detail
-
asDBMeta
public FailureUrlDbm 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
-
getConfigId
public String getConfigId()
-
setConfigId
public void setConfigId(String value)
-
getErrorCount
public Integer getErrorCount()
-
setErrorCount
public void setErrorCount(Integer value)
-
getErrorLog
public String getErrorLog()
-
setErrorLog
public void setErrorLog(String value)
-
getErrorName
public String getErrorName()
-
setErrorName
public void setErrorName(String value)
-
getLastAccessTime
public Long getLastAccessTime()
-
setLastAccessTime
public void setLastAccessTime(Long value)
-
getThreadName
public String getThreadName()
-
setThreadName
public void setThreadName(String value)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String value)
-
-