Class BsRequestHeader
java.lang.Object
org.codelibs.fess.es.config.allcommon.EsAbstractEntity
org.codelibs.fess.es.config.bsentity.BsRequestHeader
- All Implemented Interfaces:
Serializable,Cloneable,org.dbflute.Entity
- Direct Known Subclasses:
RequestHeader
${table.comment}
- Author:
- ESFlute (using FreeGen)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringcreatedByprotected LongcreatedTimeprotected Stringnameprotected static final Class<?>protected StringupdatedByprotected LongupdatedTimeprotected Stringvalueprotected StringwebConfigIdFields inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidasDBMeta()protected StringgetName()getValue()voidsetCreatedBy(String value) voidsetCreatedTime(Long value) voidvoidsetUpdatedBy(String value) voidsetUpdatedTime(Long value) voidvoidsetWebConfigId(String value) 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, toString, toStringWithRelation
-
Field Details
-
suppressUnusedImportLocalDateTime
-
createdBy
createdBy -
createdTime
createdTime -
name
name -
updatedBy
updatedBy -
updatedTime
updatedTime -
value
value -
webConfigId
webConfigId
-
-
Constructor Details
-
BsRequestHeader
public BsRequestHeader()
-
-
Method Details
-
asDBMeta
-
asTableDbName
-
toSource
- Specified by:
toSourcein classEsAbstractEntity
-
addFieldToSource
-
doBuildColumnString
- Specified by:
doBuildColumnStringin classEsAbstractEntity
-
getCreatedBy
-
setCreatedBy
-
getCreatedTime
-
setCreatedTime
-
getName
-
setName
-
getUpdatedBy
-
setUpdatedBy
-
getUpdatedTime
-
setUpdatedTime
-
getValue
-
setValue
-
getWebConfigId
-
setWebConfigId
-