Class BsFavoriteLog
java.lang.Object
org.codelibs.fess.es.log.allcommon.EsAbstractEntity
org.codelibs.fess.es.log.bsentity.BsFavoriteLog
- All Implemented Interfaces:
Serializable,Cloneable,org.dbflute.Entity
- Direct Known Subclasses:
FavoriteLog
${table.comment}
- Author:
- ESFlute (using FreeGen)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.codelibs.fess.es.log.allcommon.EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LocalDateTimecreatedAtprotected StringdocIdprotected StringqueryIdprotected static final Class<?>protected Stringurlprotected StringuserInfoIdFields inherited from class org.codelibs.fess.es.log.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidasDBMeta()protected StringgetDocId()getUrl()voidsetCreatedAt(LocalDateTime value) voidvoidsetQueryId(String value) voidvoidsetUserInfoId(String value) toSource()Methods inherited from class org.codelibs.fess.es.log.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
-
createdAt
createdAt -
docId
docId -
queryId
queryId -
url
url -
userInfoId
userInfoId
-
-
Constructor Details
-
BsFavoriteLog
public BsFavoriteLog()
-
-
Method Details
-
asDBMeta
-
asTableDbName
-
toSource
- Specified by:
toSourcein classEsAbstractEntity
-
addFieldToSource
-
doBuildColumnString
- Specified by:
doBuildColumnStringin classEsAbstractEntity
-
getCreatedAt
-
setCreatedAt
-
getDocId
-
setDocId
-
getQueryId
-
setQueryId
-
getUrl
-
setUrl
-
getUserInfoId
-
setUserInfoId
-