|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Keyword
This interface represents a key word which is designed to be used as an annotation for DMSObjects.
Method Summary | |
---|---|
Keyword |
getParentKeyword()
Keywords may be maintained hierachic. |
java.lang.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(java.lang.String word)
Set the Keyword string |
Methods inherited from interface com.groiss.store.Persistent |
---|
dbFields, getOid, getStore, getTableName, isFilled, onDelete, onInsert, onRead, onUpdate, setFilled, setOid, setStore |
Method Detail |
---|
java.lang.String getWord()
Keyword getParentKeyword()
void setWord(java.lang.String word)
word
- the keyword itselfvoid setParent(Keyword parent)
parent
- the parent keyword
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |