Class BsBadWord

java.lang.Object
org.codelibs.fess.es.config.allcommon.EsAbstractEntity
org.codelibs.fess.es.config.bsentity.BsBadWord
All Implemented Interfaces:
Serializable, Cloneable, org.dbflute.Entity
Direct Known Subclasses:
BadWord

public class BsBadWord extends EsAbstractEntity
${table.comment}
Author:
ESFlute (using FreeGen)
See Also:
  • Field Details

    • suppressUnusedImportLocalDateTime

      protected static final Class<?> suppressUnusedImportLocalDateTime
    • createdBy

      protected String createdBy
      createdBy
    • createdTime

      protected Long createdTime
      createdTime
    • suggestWord

      protected String suggestWord
      suggestWord
    • targetLabel

      protected String targetLabel
      targetLabel
    • targetRole

      protected String targetRole
      targetRole
    • updatedBy

      protected String updatedBy
      updatedBy
    • updatedTime

      protected Long updatedTime
      updatedTime
  • Constructor Details

    • BsBadWord

      public BsBadWord()
  • Method Details

    • asDBMeta

      public BadWordDbm asDBMeta()
    • asTableDbName

      public String asTableDbName()
    • toSource

      public Map<String,Object> toSource()
      Specified by:
      toSource in class EsAbstractEntity
    • addFieldToSource

      protected void addFieldToSource(Map<String,Object> sourceMap, String field, Object value)
    • doBuildColumnString

      protected String doBuildColumnString(String dm)
      Specified by:
      doBuildColumnString in class EsAbstractEntity
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String value)
    • getCreatedTime

      public Long getCreatedTime()
    • setCreatedTime

      public void setCreatedTime(Long value)
    • getSuggestWord

      public String getSuggestWord()
    • setSuggestWord

      public void setSuggestWord(String value)
    • getTargetLabel

      public String getTargetLabel()
    • setTargetLabel

      public void setTargetLabel(String value)
    • getTargetRole

      public String getTargetRole()
    • setTargetRole

      public void setTargetRole(String value)
    • getUpdatedBy

      public String getUpdatedBy()
    • setUpdatedBy

      public void setUpdatedBy(String value)
    • getUpdatedTime

      public Long getUpdatedTime()
    • setUpdatedTime

      public void setUpdatedTime(Long value)