public class BsElevateWord extends EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>| Modifier and Type | Field and Description |
|---|---|
protected Float |
boost
boost
|
protected String |
createdBy
createdBy
|
protected Long |
createdTime
createdTime
|
protected String[] |
permissions
permissions
|
protected String |
reading
reading
|
protected String |
suggestWord
suggestWord
|
protected static Class<?> |
suppressUnusedImportLocalDateTime |
protected String |
targetLabel
targetLabel
|
protected String |
targetRole
targetRole
|
protected String |
updatedBy
updatedBy
|
protected Long |
updatedTime
updatedTime
|
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta| Constructor and Description |
|---|
BsElevateWord() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFieldToSource(Map<String,Object> sourceMap,
String field,
Object value) |
ElevateWordDbm |
asDBMeta() |
String |
asTableDbName() |
protected String |
doBuildColumnString(String dm) |
Float |
getBoost() |
String |
getCreatedBy() |
Long |
getCreatedTime() |
String[] |
getPermissions() |
String |
getReading() |
String |
getSuggestWord() |
String |
getTargetLabel() |
String |
getTargetRole() |
String |
getUpdatedBy() |
Long |
getUpdatedTime() |
void |
setBoost(Float value) |
void |
setCreatedBy(String value) |
void |
setCreatedTime(Long value) |
void |
setPermissions(String[] value) |
void |
setReading(String value) |
void |
setSuggestWord(String value) |
void |
setTargetLabel(String value) |
void |
setTargetRole(String value) |
void |
setUpdatedBy(String value) |
void |
setUpdatedTime(Long 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 Float boost
protected String createdBy
protected Long createdTime
protected String reading
protected String suggestWord
protected String targetLabel
protected String targetRole
protected String[] permissions
protected String updatedBy
protected Long updatedTime
public ElevateWordDbm 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 Float getBoost()
public void setBoost(Float value)
public String getCreatedBy()
public void setCreatedBy(String value)
public Long getCreatedTime()
public void setCreatedTime(Long value)
public String getReading()
public void setReading(String value)
public String getSuggestWord()
public void setSuggestWord(String value)
public String getTargetLabel()
public void setTargetLabel(String value)
public String getTargetRole()
public void setTargetRole(String value)
public String[] getPermissions()
public void setPermissions(String[] value)
public String getUpdatedBy()
public void setUpdatedBy(String value)
public Long getUpdatedTime()
public void setUpdatedTime(Long value)
Copyright © 2009–2017 CodeLibs. All rights reserved.