Class BsBoostDocumentRule
java.lang.Object
org.codelibs.fess.es.config.allcommon.EsAbstractEntity
org.codelibs.fess.es.config.bsentity.BsBoostDocumentRule
- All Implemented Interfaces:
Serializable,Cloneable,org.dbflute.Entity
- Direct Known Subclasses:
BoostDocumentRule
${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 StringboostExprprotected StringcreatedByprotected LongcreatedTimeprotected IntegersortOrderprotected static final Class<?>protected StringupdatedByprotected LongupdatedTimeprotected StringurlExprFields 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 StringvoidsetBoostExpr(String value) voidsetCreatedBy(String value) voidsetCreatedTime(Long value) voidsetSortOrder(Integer value) voidsetUpdatedBy(String value) voidsetUpdatedTime(Long value) voidsetUrlExpr(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
-
boostExpr
boostExpr -
createdBy
createdBy -
createdTime
createdTime -
sortOrder
sortOrder -
updatedBy
updatedBy -
updatedTime
updatedTime -
urlExpr
urlExpr
-
-
Constructor Details
-
BsBoostDocumentRule
public BsBoostDocumentRule()
-
-
Method Details
-
asDBMeta
-
asTableDbName
-
toSource
- Specified by:
toSourcein classEsAbstractEntity
-
addFieldToSource
-
doBuildColumnString
- Specified by:
doBuildColumnStringin classEsAbstractEntity
-
getBoostExpr
-
setBoostExpr
-
getCreatedBy
-
setCreatedBy
-
getCreatedTime
-
setCreatedTime
-
getSortOrder
-
setSortOrder
-
getUpdatedBy
-
setUpdatedBy
-
getUpdatedTime
-
setUpdatedTime
-
getUrlExpr
-
setUrlExpr
-