Class BsPathMapping
java.lang.Object
org.codelibs.fess.es.config.allcommon.EsAbstractEntity
org.codelibs.fess.es.config.bsentity.BsPathMapping
- All Implemented Interfaces:
Serializable,Cloneable,org.dbflute.Entity
- Direct Known Subclasses:
PathMapping
${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 StringcreatedByprotected LongcreatedTimeprotected StringprocessTypeprotected Stringregexprotected Stringreplacementprotected IntegersortOrderprotected static final Class<?>protected StringupdatedByprotected LongupdatedTimeprotected StringuserAgentFields 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 StringgetRegex()voidsetCreatedBy(String value) voidsetCreatedTime(Long value) voidsetProcessType(String value) voidvoidsetReplacement(String value) voidsetSortOrder(Integer value) voidsetUpdatedBy(String value) voidsetUpdatedTime(Long value) voidsetUserAgent(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
-
createdBy
createdBy -
createdTime
createdTime -
processType
processType -
regex
regex -
replacement
replacement -
sortOrder
sortOrder -
updatedBy
updatedBy -
updatedTime
updatedTime -
userAgent
userAgent
-
-
Constructor Details
-
BsPathMapping
public BsPathMapping()
-
-
Method Details
-
asDBMeta
-
asTableDbName
-
toSource
- Specified by:
toSourcein classEsAbstractEntity
-
addFieldToSource
-
doBuildColumnString
- Specified by:
doBuildColumnStringin classEsAbstractEntity
-
getCreatedBy
-
setCreatedBy
-
getCreatedTime
-
setCreatedTime
-
getProcessType
-
setProcessType
-
getRegex
-
setRegex
-
getReplacement
-
setReplacement
-
getSortOrder
-
setSortOrder
-
getUpdatedBy
-
setUpdatedBy
-
getUpdatedTime
-
setUpdatedTime
-
getUserAgent
-
setUserAgent
-