com.moneydance.apps.md.model
Class Tag

java.lang.Object
  extended by com.moneydance.apps.md.model.Tag

public class Tag
extends java.lang.Object

This is a small utility class that just associates a key with a value. This might go away if the tags member of Reminder and AbstractTxn are replaced with Hashtables.


Constructor Summary
Tag(java.lang.String key, java.lang.String value)
           
 
Method Summary
 Tag duplicate()
           
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tag

public Tag(java.lang.String key,
           java.lang.String value)
Method Detail

getKey

public java.lang.String getKey()

getValue

public java.lang.String getValue()

duplicate

public Tag duplicate()