Class ClickLog
- java.lang.Object
-
- org.codelibs.fess.es.log.allcommon.EsAbstractEntity
-
- org.codelibs.fess.es.log.bsentity.BsClickLog
-
- org.codelibs.fess.es.log.exentity.ClickLog
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,org.dbflute.Entity
public class ClickLog extends BsClickLog
- Author:
- FreeGen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.codelibs.fess.es.log.allcommon.EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>
-
-
Field Summary
-
Fields inherited from class org.codelibs.fess.es.log.bsentity.BsClickLog
docId, order, queryId, queryRequestedAt, requestedAt, suppressUnusedImportLocalDateTime, url, urlId, userSessionId
-
Fields inherited from class org.codelibs.fess.es.log.allcommon.EsAbstractEntity
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
-
Constructor Summary
Constructors Constructor Description ClickLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddField(java.lang.String key, java.lang.Object value)protected voidaddFieldToSource(java.util.Map<java.lang.String,java.lang.Object> sourceMap, java.lang.String field, java.lang.Object value)java.lang.StringgetId()java.lang.StringgetLogMessage()java.lang.LonggetVersionNo()voidsetId(java.lang.String id)voidsetVersionNo(java.lang.Long version)java.util.Map<java.lang.String,java.lang.Object>toSource()java.lang.StringtoString()-
Methods inherited from class org.codelibs.fess.es.log.bsentity.BsClickLog
asDBMeta, asTableDbName, doBuildColumnString, getDocId, getOrder, getQueryId, getQueryRequestedAt, getRequestedAt, getUrl, getUrlId, getUserSessionId, setDocId, setOrder, setQueryId, setQueryRequestedAt, setRequestedAt, setUrl, setUrlId, setUserSessionId
-
Methods inherited from class org.codelibs.fess.es.log.allcommon.EsAbstractEntity
asDocMeta, buildDisplayString, checkSpecifiedProperty, 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, toStringWithRelation
-
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getVersionNo
public java.lang.Long getVersionNo()
-
setVersionNo
public void setVersionNo(java.lang.Long version)
-
addField
public void addField(java.lang.String key, java.lang.Object value)
-
getLogMessage
public java.lang.String getLogMessage()
-
toSource
public java.util.Map<java.lang.String,java.lang.Object> toSource()
- Overrides:
toSourcein classBsClickLog
-
addFieldToSource
protected void addFieldToSource(java.util.Map<java.lang.String,java.lang.Object> sourceMap, java.lang.String field, java.lang.Object value)- Overrides:
addFieldToSourcein classBsClickLog
-
toString
public java.lang.String toString()
- Overrides:
toStringin classEsAbstractEntity
-
-