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
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 LocalDateTimecreatedAtcreatedAtprotected StringdocIddocIdprotected StringqueryIdqueryIdprotected static Class<?>suppressUnusedImportLocalDateTimeprotected Stringurlurlprotected StringuserInfoIduserInfoId-
Fields inherited from class org.codelibs.fess.es.log.allcommon.EsAbstractEntity
__createdBySelect, __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(Map<String,Object> sourceMap, String field, Object value)FavoriteLogDbmasDBMeta()StringasTableDbName()protected StringdoBuildColumnString(String dm)LocalDateTimegetCreatedAt()StringgetDocId()StringgetQueryId()StringgetUrl()StringgetUserInfoId()voidsetCreatedAt(LocalDateTime value)voidsetDocId(String value)voidsetQueryId(String value)voidsetUrl(String value)voidsetUserInfoId(String value)Map<String,Object>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 Detail
-
suppressUnusedImportLocalDateTime
protected static final Class<?> suppressUnusedImportLocalDateTime
-
createdAt
protected LocalDateTime createdAt
createdAt
-
docId
protected String docId
docId
-
queryId
protected String queryId
queryId
-
url
protected String url
url
-
userInfoId
protected String userInfoId
userInfoId
-
-
Method Detail
-
asDBMeta
public FavoriteLogDbm asDBMeta()
-
asTableDbName
public String asTableDbName()
-
toSource
public Map<String,Object> toSource()
- Specified by:
toSourcein classEsAbstractEntity
-
addFieldToSource
protected void addFieldToSource(Map<String,Object> sourceMap, String field, Object value)
-
doBuildColumnString
protected String doBuildColumnString(String dm)
- Specified by:
doBuildColumnStringin classEsAbstractEntity
-
getCreatedAt
public LocalDateTime getCreatedAt()
-
setCreatedAt
public void setCreatedAt(LocalDateTime value)
-
getDocId
public String getDocId()
-
setDocId
public void setDocId(String value)
-
getQueryId
public String getQueryId()
-
setQueryId
public void setQueryId(String value)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String value)
-
getUserInfoId
public String getUserInfoId()
-
setUserInfoId
public void setUserInfoId(String value)
-
-