クラス FileAuthentication
java.lang.Object
org.codelibs.fess.es.config.allcommon.EsAbstractEntity
org.codelibs.fess.es.config.bsentity.BsFileAuthentication
org.codelibs.fess.es.config.exentity.FileAuthentication
- すべての実装されたインタフェース:
java.io.Serializable
,java.lang.Cloneable
,org.dbflute.Entity
public class FileAuthentication extends BsFileAuthentication
- 作成者:
- FreeGen
- 関連項目:
- 直列化された形式
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース org.codelibs.fess.es.config.allcommon.EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>
-
フィールドの概要
クラスから継承されたフィールド org.codelibs.fess.es.config.bsentity.BsFileAuthentication
createdBy, createdTime, fileConfigId, hostname, parameters, password, port, protocolScheme, suppressUnusedImportLocalDateTime, updatedBy, updatedTime, username
クラスから継承されたフィールド org.codelibs.fess.es.config.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FileAuthentication()
-
メソッドの概要
修飾子とタイプ メソッド 説明 FileConfig
getFileConfig()
java.lang.String
getId()
java.lang.Long
getVersionNo()
void
setId(java.lang.String id)
void
setVersionNo(java.lang.Long version)
java.lang.String
toString()
クラスから継承されたメソッド org.codelibs.fess.es.config.bsentity.BsFileAuthentication
addFieldToSource, asDBMeta, asTableDbName, doBuildColumnString, getCreatedBy, getCreatedTime, getFileConfigId, getHostname, getParameters, getPassword, getPort, getProtocolScheme, getUpdatedBy, getUpdatedTime, getUsername, setCreatedBy, setCreatedTime, setFileConfigId, setHostname, setParameters, setPassword, setPort, setProtocolScheme, setUpdatedBy, setUpdatedTime, setUsername, toSource
クラスから継承されたメソッド org.codelibs.fess.es.config.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, toStringWithRelation
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
コンストラクタの詳細
-
FileAuthentication
public FileAuthentication()
-
-
メソッドの詳細
-
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) -
getFileConfig
-
toString
public java.lang.String toString()- オーバーライド:
toString
クラス内EsAbstractEntity
-