Class ElevateWord
- java.lang.Object
-
- org.codelibs.fess.es.config.allcommon.EsAbstractEntity
-
- org.codelibs.fess.es.config.bsentity.BsElevateWord
-
- org.codelibs.fess.es.config.exentity.ElevateWord
-
- All Implemented Interfaces:
Serializable,Cloneable,org.dbflute.Entity
public class ElevateWord extends BsElevateWord
- 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 inherited from class org.codelibs.fess.es.config.bsentity.BsElevateWord
boost, createdBy, createdTime, permissions, reading, suggestWord, suppressUnusedImportLocalDateTime, updatedBy, updatedTime
-
Fields inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta
-
-
Constructor Summary
Constructors Constructor Description ElevateWord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()String[]getLabelTypeIds()List<LabelType>getLabelTypeList()String[]getLabelTypeValues()LonggetVersionNo()voidsetId(String id)voidsetLabelTypeIds(String[] labelTypeIds)voidsetVersionNo(Long version)StringtoString()-
Methods inherited from class org.codelibs.fess.es.config.bsentity.BsElevateWord
addFieldToSource, asDBMeta, asTableDbName, doBuildColumnString, getBoost, getCreatedBy, getCreatedTime, getPermissions, getReading, getSuggestWord, getUpdatedBy, getUpdatedTime, setBoost, setCreatedBy, setCreatedTime, setPermissions, setReading, setSuggestWord, setUpdatedBy, setUpdatedTime, toSource
-
Methods inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
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, toStringWithRelation
-
-
-
-
Method Detail
-
getLabelTypeIds
public String[] getLabelTypeIds()
-
setLabelTypeIds
public void setLabelTypeIds(String[] labelTypeIds)
-
getLabelTypeValues
public String[] getLabelTypeValues()
-
getId
public String getId()
-
setId
public void setId(String id)
-
getVersionNo
public Long getVersionNo()
-
setVersionNo
public void setVersionNo(Long version)
-
toString
public String toString()
- Overrides:
toStringin classEsAbstractEntity
-
-