Interface Keyword

All Superinterfaces:
KeyValuePair<String,String>, Persistent, Serializable

public interface Keyword extends Persistent
This interface represents a key word which is designed to be used as an annotation for DMSObjects.
  • 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

      void setWord(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