Package com.groiss.dms
Interface Keyword
- All Superinterfaces:
KeyValuePair<String,
,String> Persistent
,Serializable
This interface represents a key word which is designed to be used as an
annotation for DMSObjects.
-
Field Summary
Fields inherited from interface com.groiss.store.Persistent
emptyKeys
-
Method Summary
Modifier and TypeMethodDescriptionKeywords may be maintained hierachic.getWord()
Returns the string representation of this key wordvoid
If keywords are hierachic, this method sets the parent of the keywordvoid
Set the Keyword stringMethods inherited from interface com.groiss.store.Persistent
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, toListString
-
Method Details
-
getWord
String getWord()Returns the string representation of this key word- Returns:
- the string representation of this key word
-
getParentKeyword
Keyword getParentKeyword()Keywords may be maintained hierachic. This method returns the parent keyword of this keyword.- Returns:
- the super keyword
-
setWord
Set the Keyword string- Parameters:
word
- the keyword itself
-
setParent
If keywords are hierachic, this method sets the parent of the keyword- Parameters:
parent
- the parent keyword
-