com.groiss.dms
Interface Keyword

All Superinterfaces:
Persistent

public interface Keyword
extends Persistent

This interface represents a key word which is designed to be used as an annotation for DMSObjects.

Author:
robert

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

getWord

java.lang.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

void setWord(java.lang.String word)
Set the Keyword string

Parameters:
word - the keyword itself

setParent

void setParent(Keyword parent)
If keywords are hierachic, this method sets the parent of the keyword

Parameters:
parent - the parent keyword


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.