Class BsFileAuthentication

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

public class BsFileAuthentication 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
    • fileConfigId

      protected String fileConfigId
      fileConfigId
    • hostname

      protected String hostname
      hostname
    • parameters

      protected String parameters
      parameters
    • password

      protected String password
      password
    • port

      protected Integer port
      port
    • protocolScheme

      protected String protocolScheme
      protocolScheme
    • updatedBy

      protected String updatedBy
      updatedBy
    • updatedTime

      protected Long updatedTime
      updatedTime
    • username

      protected String username
      username
  • Constructor Details

    • BsFileAuthentication

      public BsFileAuthentication()
  • Method Details

    • asDBMeta

      public FileAuthenticationDbm 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)
    • getFileConfigId

      public String getFileConfigId()
    • setFileConfigId

      public void setFileConfigId(String value)
    • getHostname

      public String getHostname()
    • setHostname

      public void setHostname(String value)
    • getParameters

      public String getParameters()
    • setParameters

      public void setParameters(String value)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String value)
    • getPort

      public Integer getPort()
    • setPort

      public void setPort(Integer value)
    • getProtocolScheme

      public String getProtocolScheme()
    • setProtocolScheme

      public void setProtocolScheme(String value)
    • getUpdatedBy

      public String getUpdatedBy()
    • setUpdatedBy

      public void setUpdatedBy(String value)
    • getUpdatedTime

      public Long getUpdatedTime()
    • setUpdatedTime

      public void setUpdatedTime(Long value)
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String value)