public class BsBoostDocumentRule extends EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>| Modifier and Type | Field and Description |
|---|---|
protected String |
boostExpr
boostExpr
|
protected String |
createdBy
createdBy
|
protected Long |
createdTime
createdTime
|
protected Integer |
sortOrder
sortOrder
|
protected static Class<?> |
suppressUnusedImportLocalDateTime |
protected String |
updatedBy
updatedBy
|
protected Long |
updatedTime
updatedTime
|
protected String |
urlExpr
urlExpr
|
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta| Constructor and Description |
|---|
BsBoostDocumentRule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFieldToSource(Map<String,Object> sourceMap,
String field,
Object value) |
BoostDocumentRuleDbm |
asDBMeta() |
String |
asTableDbName() |
protected String |
doBuildColumnString(String dm) |
String |
getBoostExpr() |
String |
getCreatedBy() |
Long |
getCreatedTime() |
Integer |
getSortOrder() |
String |
getUpdatedBy() |
Long |
getUpdatedTime() |
String |
getUrlExpr() |
void |
setBoostExpr(String value) |
void |
setCreatedBy(String value) |
void |
setCreatedTime(Long value) |
void |
setSortOrder(Integer value) |
void |
setUpdatedBy(String value) |
void |
setUpdatedTime(Long value) |
void |
setUrlExpr(String value) |
Map<String,Object> |
toSource() |
asDocMeta, buildDisplayString, checkSpecifiedProperty, 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, toStringWithRelationprotected static final Class<?> suppressUnusedImportLocalDateTime
protected String boostExpr
protected String createdBy
protected Long createdTime
protected Integer sortOrder
protected String updatedBy
protected Long updatedTime
protected String urlExpr
public BoostDocumentRuleDbm asDBMeta()
public String asTableDbName()
public Map<String,Object> toSource()
toSource in class EsAbstractEntityprotected void addFieldToSource(Map<String,Object> sourceMap, String field, Object value)
protected String doBuildColumnString(String dm)
doBuildColumnString in class EsAbstractEntitypublic String getBoostExpr()
public void setBoostExpr(String value)
public String getCreatedBy()
public void setCreatedBy(String value)
public Long getCreatedTime()
public void setCreatedTime(Long value)
public Integer getSortOrder()
public void setSortOrder(Integer value)
public String getUpdatedBy()
public void setUpdatedBy(String value)
public Long getUpdatedTime()
public void setUpdatedTime(Long value)
public String getUrlExpr()
public void setUrlExpr(String value)
Copyright © 2009–2017 CodeLibs. All rights reserved.