Class 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
-
- All Implemented Interfaces:
Serializable,Cloneable,org.dbflute.Entity
public class FileAuthentication extends BsFileAuthentication
- Author:
- FreeGen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>
-
-
Field Summary
-
Fields inherited from class org.codelibs.fess.es.config.bsentity.BsFileAuthentication
createdBy, createdTime, fileConfigId, hostname, parameters, password, port, protocolScheme, suppressUnusedImportLocalDateTime, updatedBy, updatedTime, username
-
Fields inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
-
Constructor Summary
Constructors Constructor Description FileAuthentication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileConfiggetFileConfig()StringgetId()LonggetVersionNo()voidsetId(String id)voidsetVersionNo(Long version)StringtoString()-
Methods inherited from class 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
-
Methods inherited from class 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
-
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getVersionNo
public Long getVersionNo()
-
setVersionNo
public void setVersionNo(Long version)
-
getFileConfig
public FileConfig getFileConfig()
-
toString
public String toString()
- Overrides:
toStringin classEsAbstractEntity
-
-