Class BsFavoriteLog
- java.lang.Object
-
- org.codelibs.fess.es.log.allcommon.EsAbstractEntity
-
- org.codelibs.fess.es.log.bsentity.BsFavoriteLog
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,org.dbflute.Entity
- Direct Known Subclasses:
FavoriteLog
public class BsFavoriteLog extends EsAbstractEntity
${table.comment}- Author:
- ESFlute (using 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 Modifier and Type Field Description protected java.time.LocalDateTimecreatedAtcreatedAtprotected java.lang.StringdocIddocIdprotected java.lang.StringqueryIdqueryIdprotected static java.lang.Class<?>suppressUnusedImportLocalDateTimeprotected java.lang.Stringurlurlprotected java.lang.StringuserInfoIduserInfoId-
Fields inherited from class org.codelibs.fess.es.log.allcommon.EsAbstractEntity
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
-
Constructor Summary
Constructors Constructor Description BsFavoriteLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddFieldToSource(java.util.Map<java.lang.String,java.lang.Object> sourceMap, java.lang.String field, java.lang.Object value)FavoriteLogDbmasDBMeta()java.lang.StringasTableDbName()protected java.lang.StringdoBuildColumnString(java.lang.String dm)java.time.LocalDateTimegetCreatedAt()java.lang.StringgetDocId()java.lang.StringgetQueryId()java.lang.StringgetUrl()java.lang.StringgetUserInfoId()voidsetCreatedAt(java.time.LocalDateTime value)voidsetDocId(java.lang.String value)voidsetQueryId(java.lang.String value)voidsetUrl(java.lang.String value)voidsetUserInfoId(java.lang.String value)java.util.Map<java.lang.String,java.lang.Object>toSource()-
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, toString, toStringWithRelation
-
-
-
-
Field Detail
-
suppressUnusedImportLocalDateTime
protected static final java.lang.Class<?> suppressUnusedImportLocalDateTime
-
createdAt
protected java.time.LocalDateTime createdAt
createdAt
-
docId
protected java.lang.String docId
docId
-
queryId
protected java.lang.String queryId
queryId
-
url
protected java.lang.String url
url
-
userInfoId
protected java.lang.String userInfoId
userInfoId
-
-
Method Detail
-
asDBMeta
public FavoriteLogDbm asDBMeta()
-
asTableDbName
public java.lang.String asTableDbName()
-
toSource
public java.util.Map<java.lang.String,java.lang.Object> toSource()
- Specified by:
toSourcein classEsAbstractEntity
-
addFieldToSource
protected void addFieldToSource(java.util.Map<java.lang.String,java.lang.Object> sourceMap, java.lang.String field, java.lang.Object value)
-
doBuildColumnString
protected java.lang.String doBuildColumnString(java.lang.String dm)
- Specified by:
doBuildColumnStringin classEsAbstractEntity
-
getCreatedAt
public java.time.LocalDateTime getCreatedAt()
-
setCreatedAt
public void setCreatedAt(java.time.LocalDateTime value)
-
getDocId
public java.lang.String getDocId()
-
setDocId
public void setDocId(java.lang.String value)
-
getQueryId
public java.lang.String getQueryId()
-
setQueryId
public void setQueryId(java.lang.String value)
-
getUrl
public java.lang.String getUrl()
-
setUrl
public void setUrl(java.lang.String value)
-
getUserInfoId
public java.lang.String getUserInfoId()
-
setUserInfoId
public void setUserInfoId(java.lang.String value)
-
-