Class BsThumbnailQueue
- java.lang.Object
-
- org.codelibs.fess.es.config.allcommon.EsAbstractEntity
-
- org.codelibs.fess.es.config.bsentity.BsThumbnailQueue
-
- All Implemented Interfaces:
Serializable,Cloneable,org.dbflute.Entity
- Direct Known Subclasses:
ThumbnailQueue
public class BsThumbnailQueue extends EsAbstractEntity
${table.comment}- Author:
- ESFlute (using 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 Modifier and Type Field Description protected StringcreatedBycreatedByprotected LongcreatedTimecreatedTimeprotected Stringgeneratorgeneratorprotected Stringpathpathprotected static Class<?>suppressUnusedImportLocalDateTimeprotected Stringtargettargetprotected StringthumbnailIdthumbnail_id-
Fields inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
-
Constructor Summary
Constructors Constructor Description BsThumbnailQueue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddFieldToSource(Map<String,Object> sourceMap, String field, Object value)ThumbnailQueueDbmasDBMeta()StringasTableDbName()protected StringdoBuildColumnString(String dm)StringgetCreatedBy()LonggetCreatedTime()StringgetGenerator()StringgetPath()StringgetTarget()StringgetThumbnailId()voidsetCreatedBy(String value)voidsetCreatedTime(Long value)voidsetGenerator(String value)voidsetPath(String value)voidsetTarget(String value)voidsetThumbnailId(String value)Map<String,Object>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 Detail
-
suppressUnusedImportLocalDateTime
protected static final Class<?> suppressUnusedImportLocalDateTime
-
createdBy
protected String createdBy
createdBy
-
createdTime
protected Long createdTime
createdTime
-
generator
protected String generator
generator
-
path
protected String path
path
-
target
protected String target
target
-
thumbnailId
protected String thumbnailId
thumbnail_id
-
-
Method Detail
-
asDBMeta
public ThumbnailQueueDbm asDBMeta()
-
asTableDbName
public String asTableDbName()
-
toSource
public Map<String,Object> toSource()
- Specified by:
toSourcein classEsAbstractEntity
-
addFieldToSource
protected void addFieldToSource(Map<String,Object> sourceMap, String field, Object value)
-
doBuildColumnString
protected String doBuildColumnString(String dm)
- Specified by:
doBuildColumnStringin classEsAbstractEntity
-
getCreatedBy
public String getCreatedBy()
-
setCreatedBy
public void setCreatedBy(String value)
-
getCreatedTime
public Long getCreatedTime()
-
setCreatedTime
public void setCreatedTime(Long value)
-
getGenerator
public String getGenerator()
-
setGenerator
public void setGenerator(String value)
-
getPath
public String getPath()
-
setPath
public void setPath(String value)
-
getTarget
public String getTarget()
-
setTarget
public void setTarget(String value)
-
getThumbnailId
public String getThumbnailId()
-
setThumbnailId
public void setThumbnailId(String value)
-
-