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
 java.lang.String getWord()
          Returns the string representation of this key word
 
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


Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.