Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.internal.beans
Class PropertyKey

java.lang.Object
  extended by ag.ion.bion.officelayer.internal.beans.PropertyKey
All Implemented Interfaces:
IPropertyKey

public class PropertyKey
extends java.lang.Object
implements IPropertyKey

A key for a property.


Constructor Summary
PropertyKey(java.lang.String key, java.lang.String text, java.lang.String description)
          Constructs new PropertyKey.
 
Method Summary
 java.lang.String getDescription()
          Returns the description used for this key.
 java.lang.String getKey()
          Returns the key used with open office.
 java.lang.String getText()
          Returns the text used for this key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyKey

public PropertyKey(java.lang.String key,
                   java.lang.String text,
                   java.lang.String description)
            throws java.lang.IllegalArgumentException
Constructs new PropertyKey.

Parameters:
key - key to be used
text - text to be used
description - description to be used
Throws:
java.lang.IllegalArgumentException - if the key is not valid
Method Detail

getKey

public java.lang.String getKey()
Returns the key used with open office.

Specified by:
getKey in interface IPropertyKey
Returns:
the key used with open office

getText

public java.lang.String getText()
Returns the text used for this key.

Specified by:
getText in interface IPropertyKey
Returns:
the text used for this key

getDescription

public java.lang.String getDescription()
Returns the description used for this key.

Specified by:
getDescription in interface IPropertyKey
Returns:
the description used for this key

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013