Class BsPathMapping
- java.lang.Object
-
- org.codelibs.fess.es.config.allcommon.EsAbstractEntity
-
- org.codelibs.fess.es.config.bsentity.BsPathMapping
-
- All Implemented Interfaces:
Serializable,Cloneable,org.dbflute.Entity
- Direct Known Subclasses:
PathMapping
public class BsPathMapping 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 StringprocessTypeprocessTypeprotected Stringregexregexprotected Stringreplacementreplacementprotected IntegersortOrdersortOrderprotected static Class<?>suppressUnusedImportLocalDateTimeprotected StringupdatedByupdatedByprotected LongupdatedTimeupdatedTimeprotected StringuserAgentuserAgent-
Fields inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
-
Constructor Summary
Constructors Constructor Description BsPathMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddFieldToSource(Map<String,Object> sourceMap, String field, Object value)PathMappingDbmasDBMeta()StringasTableDbName()protected StringdoBuildColumnString(String dm)StringgetCreatedBy()LonggetCreatedTime()StringgetProcessType()StringgetRegex()StringgetReplacement()IntegergetSortOrder()StringgetUpdatedBy()LonggetUpdatedTime()StringgetUserAgent()voidsetCreatedBy(String value)voidsetCreatedTime(Long value)voidsetProcessType(String value)voidsetRegex(String value)voidsetReplacement(String value)voidsetSortOrder(Integer value)voidsetUpdatedBy(String value)voidsetUpdatedTime(Long value)voidsetUserAgent(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
-
processType
protected String processType
processType
-
regex
protected String regex
regex
-
replacement
protected String replacement
replacement
-
sortOrder
protected Integer sortOrder
sortOrder
-
updatedBy
protected String updatedBy
updatedBy
-
updatedTime
protected Long updatedTime
updatedTime
-
userAgent
protected String userAgent
userAgent
-
-
Method Detail
-
asDBMeta
public PathMappingDbm 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)
-
getProcessType
public String getProcessType()
-
setProcessType
public void setProcessType(String value)
-
getRegex
public String getRegex()
-
setRegex
public void setRegex(String value)
-
getReplacement
public String getReplacement()
-
setReplacement
public void setReplacement(String value)
-
getSortOrder
public Integer getSortOrder()
-
setSortOrder
public void setSortOrder(Integer value)
-
getUpdatedBy
public String getUpdatedBy()
-
setUpdatedBy
public void setUpdatedBy(String value)
-
getUpdatedTime
public Long getUpdatedTime()
-
setUpdatedTime
public void setUpdatedTime(Long value)
-
getUserAgent
public String getUserAgent()
-
setUserAgent
public void setUserAgent(String value)
-
-