Class BsClickLog
java.lang.Object
org.codelibs.fess.es.log.allcommon.EsAbstractEntity
org.codelibs.fess.es.log.bsentity.BsClickLog
- All Implemented Interfaces:
Serializable,Cloneable,org.dbflute.Entity
- Direct Known Subclasses:
ClickLog
${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 StringdocIdprotected Integerorderprotected StringqueryIdprotected LocalDateTimequeryRequestedAtprotected LocalDateTimerequestedAtprotected static final Class<?>protected Stringurlprotected StringurlIdprotected StringuserSessionIdFields 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()getOrder()getUrl()getUrlId()voidvoidvoidsetQueryId(String value) voidsetQueryRequestedAt(LocalDateTime value) voidsetRequestedAt(LocalDateTime value) voidvoidvoidsetUserSessionId(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
-
urlId
urlId -
docId
docId -
order
order -
queryId
queryId -
queryRequestedAt
queryRequestedAt -
requestedAt
requestedAt -
url
url -
userSessionId
userSessionId
-
-
Constructor Details
-
BsClickLog
public BsClickLog()
-
-
Method Details
-
asDBMeta
-
asTableDbName
-
toSource
- Specified by:
toSourcein classEsAbstractEntity
-
addFieldToSource
-
doBuildColumnString
- Specified by:
doBuildColumnStringin classEsAbstractEntity
-
getUrlId
-
setUrlId
-
getDocId
-
setDocId
-
getOrder
-
setOrder
-
getQueryId
-
setQueryId
-
getQueryRequestedAt
-
setQueryRequestedAt
-
getRequestedAt
-
setRequestedAt
-
getUrl
-
setUrl
-
getUserSessionId
-
setUserSessionId
-