public interface Keyword extends Persistent
emptyKeys
Modifier and Type | Method and Description |
---|---|
Keyword |
getParentKeyword()
Keywords may be maintained hierachic.
|
String |
getWord()
Returns the string representation of this key word
|
void |
setParent(Keyword parent)
If keywords are hierachic, this method sets the parent of the keyword
|
void |
setWord(String word)
Set the Keyword string
|
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, setStore, toListString
String getWord()
Keyword getParentKeyword()
void setWord(String word)
word
- the keyword itselfvoid setParent(Keyword parent)
parent
- the parent keyword@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.